diff options
Diffstat (limited to 'devel/libnjs')
-rw-r--r-- | devel/libnjs/Makefile | 5 | ||||
-rw-r--r-- | devel/libnjs/distinfo | 6 | ||||
-rw-r--r-- | devel/libnjs/pkg-plist | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile index 994535c81671..00e3f9cd00ff 100644 --- a/devel/libnjs/Makefile +++ b/devel/libnjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= libnjs -DISTVERSION= 0.8.10 +DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org @@ -26,7 +27,7 @@ CONFIGURE_ARGS= --cc-opt="-I${LOCALBASE}/include/quickjs" \ .include <bsd.port.pre.mk> # Fixes build failed for Clang 19.1.3+ -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500026 && ${CHOSEN_COMPILER_TYPE} == clang +.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 191 CFLAGS+= -Wno-error=cast-function-type-mismatch .endif diff --git a/devel/libnjs/distinfo b/devel/libnjs/distinfo index ec3651016160..36531740d26c 100644 --- a/devel/libnjs/distinfo +++ b/devel/libnjs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744834488 -SHA256 (nginx-njs-0.8.10_GH0.tar.gz) = 0be4bdd79184cd43f55a0377e59107fddfeef33e54f97c890894f0fe72628d26 -SIZE (nginx-njs-0.8.10_GH0.tar.gz) = 942446 +TIMESTAMP = 1746535107 +SHA256 (nginx-njs-0.9.0_GH0.tar.gz) = 7b0446f0b3e0b63b57883e0464d883f0ac4eab82ec7746599d37563dc6808203 +SIZE (nginx-njs-0.9.0_GH0.tar.gz) = 942562 diff --git a/devel/libnjs/pkg-plist b/devel/libnjs/pkg-plist index 004da3a4354f..dcb10afe415b 100644 --- a/devel/libnjs/pkg-plist +++ b/devel/libnjs/pkg-plist @@ -5,6 +5,8 @@ include/njs_array.h include/njs_array_buffer.h include/njs_assert.h include/njs_async.h +include/njs_atom.h +include/njs_atom_defs.h include/njs_auto_config.h include/njs_boolean.h include/njs_buffer.h @@ -24,7 +26,6 @@ include/njs_generator.h include/njs_iterator.h include/njs_json.h include/njs_lexer.h -include/njs_lexer_tables.h include/njs_lvlhsh.h include/njs_main.h include/njs_malloc.h @@ -34,7 +35,6 @@ include/njs_mp.h include/njs_murmur_hash.h include/njs_number.h include/njs_object.h -include/njs_object_hash.h include/njs_object_prop_declare.h include/njs_parser.h include/njs_promise.h |