diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2024-04-30 22:22:34 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2024-04-30 22:27:10 +0000 |
commit | 86ecf207153e777a60781d799eceb985bd5a146f (patch) | |
tree | 95625b8fb9bb8c7e0014daa06f2e695aaa6dad98 /devel | |
parent | bea94edcbb9fe58c9e71c8f3fc2b5cb53b75cfa7 (diff) | |
download | ports-86ecf207153e777a60781d799eceb985bd5a146f.tar.gz ports-86ecf207153e777a60781d799eceb985bd5a146f.zip |
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnjs/Makefile | 2 | ||||
-rw-r--r-- | devel/libnjs/distinfo | 6 | ||||
-rw-r--r-- | devel/libnjs/pkg-plist | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile index 804a6bd89b25..c752df218439 100644 --- a/devel/libnjs/Makefile +++ b/devel/libnjs/Makefile @@ -1,5 +1,5 @@ PORTNAME= libnjs -DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org diff --git a/devel/libnjs/distinfo b/devel/libnjs/distinfo index 5d74d1724353..ca77e8486214 100644 --- a/devel/libnjs/distinfo +++ b/devel/libnjs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707339379 -SHA256 (nginx-njs-0.8.3_GH0.tar.gz) = 5e1341ee8c1dfce420ea6456475dafa7d5f4b9aed310faca32597cf4d221cfe0 -SIZE (nginx-njs-0.8.3_GH0.tar.gz) = 735235 +TIMESTAMP = 1714506471 +SHA256 (nginx-njs-0.8.4_GH0.tar.gz) = fe197e254204c15e9f1df0acf375add57be3416901ec8d7b87319dccb490f90d +SIZE (nginx-njs-0.8.4_GH0.tar.gz) = 743910 diff --git a/devel/libnjs/pkg-plist b/devel/libnjs/pkg-plist index acd31b1f92ac..ba1d109eb539 100644 --- a/devel/libnjs/pkg-plist +++ b/devel/libnjs/pkg-plist @@ -17,11 +17,9 @@ include/njs_dtoa.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 -include/njs_hash.h include/njs_iterator.h include/njs_json.h include/njs_lexer_tables.h @@ -51,7 +49,6 @@ include/njs_str.h include/njs_string.h include/njs_strtod.h include/njs_symbol.h -include/njs_time.h include/njs_trace.h include/njs_typed_array.h include/njs_types.h |