diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-08 11:54:34 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-08 11:54:34 +0000 |
commit | ede90a4e8638926256b22617ae21dd3f639ebbc1 (patch) | |
tree | 490739c8f90100dc183842f03e8cee9fc8ca6c88 | |
parent | 1cecd1dcd2a649c056cd054231f31d1b45498588 (diff) | |
download | ports-ede90a4e8638926256b22617ae21dd3f639ebbc1.tar.gz ports-ede90a4e8638926256b22617ae21dd3f639ebbc1.zip |
www/node18: Use .tar.xz instead of .tar.gz
Reported by: danfe
-rw-r--r-- | www/node18/Makefile | 2 | ||||
-rw-r--r-- | www/node18/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/node18/Makefile b/www/node18/Makefile index 7240e5fa6bd3..be5e33d67d24 100644 --- a/www/node18/Makefile +++ b/www/node18/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix +USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix tar:xz CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ diff --git a/www/node18/distinfo b/www/node18/distinfo index d924c503a2f3..b49fd89bd14b 100644 --- a/www/node18/distinfo +++ b/www/node18/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695588790 -SHA256 (node-v18.18.0.tar.gz) = 5c5f4d7ee0b65f6e31788570d939a688ac7c9e47b007f14592e899b51cdca47c -SIZE (node-v18.18.0.tar.gz) = 86087804 +TIMESTAMP = 1696753626 +SHA256 (node-v18.18.0.tar.xz) = e4d4dbac3634d99f892f00db47da78f98493c339582e8a95fb2dd59f5cfe0f90 +SIZE (node-v18.18.0.tar.xz) = 40813264 |