Download raw body.
[patch] lang/njs update
Hi, here's the patch to update lang/njs to the latest version, 0.8.4. Please note that the following patches can be safely removed from the port: - patch-auto_make - patch-external_njs_xml_module_c Thank you. -- Sergey A. Osokin Index: Makefile =================================================================== RCS file: /cvs/ports/lang/njs/Makefile,v diff -u -p -r1.7 Makefile --- Makefile 26 Oct 2023 14:36:45 -0000 1.7 +++ Makefile 1 Jun 2024 15:43:19 -0000 @@ -2,8 +2,7 @@ COMMENT= NGINX JavaScript command line u GH_ACCOUNT= nginx GH_PROJECT= njs -GH_TAGNAME= 0.8.2 -REVISION= 0 +GH_TAGNAME= 0.8.4 CATEGORIES= lang www Index: distinfo =================================================================== RCS file: /cvs/ports/lang/njs/distinfo,v diff -u -p -r1.4 distinfo --- distinfo 26 Oct 2023 13:51:06 -0000 1.4 +++ distinfo 1 Jun 2024 15:43:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (njs-0.8.2.tar.gz) = bxc4fbjfkLbjOC0oBFWWL/hforGjLZHCzh/Rr1qFTXI= -SIZE (njs-0.8.2.tar.gz) = 733916 +SHA256 (njs-0.8.4.tar.gz) = /hl+JUIEwV6fHfCs83Wt1XvjQWkB7I17hzGdzLSQ+Q0= +SIZE (njs-0.8.4.tar.gz) = 743910 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/njs/pkg/PLIST,v diff -u -p -r1.2 PLIST --- pkg/PLIST 18 Sep 2023 13:08:53 -0000 1.2 +++ pkg/PLIST 1 Jun 2024 15:43:19 -0000 @@ -19,7 +19,6 @@ include/njs_dtoa_fixed.h include/njs_encoding.h include/njs_error.h include/njs_event.h -include/njs_file.h include/njs_flathsh.h include/njs_function.h include/njs_generator.h @@ -31,7 +30,6 @@ include/njs_lvlhsh.h include/njs_main.h include/njs_malloc.h include/njs_math.h -include/njs_md5.h include/njs_module.h include/njs_mp.h include/njs_murmur_hash.h @@ -48,15 +46,11 @@ include/njs_regex.h include/njs_regexp.h include/njs_regexp_pattern.h include/njs_scope.h -include/njs_sha1.h -include/njs_sha2.h include/njs_sprintf.h include/njs_str.h include/njs_string.h include/njs_strtod.h include/njs_symbol.h -include/njs_time.h -include/njs_timer.h include/njs_trace.h include/njs_typed_array.h include/njs_types.h
[patch] lang/njs update