Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 12:02:51 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e9e394b00b2 - main - www/node20: Use .tar.xz instead of .tar.gz
Message-ID:  <202310081202.398C2pUg053715@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e9e394b00b29e3b787a8fd70661a881a647bf8f

commit 7e9e394b00b29e3b787a8fd70661a881a647bf8f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-08 11:54:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-08 11:54:37 +0000

    www/node20: Use .tar.xz instead of .tar.gz
    
    Reported by:    danfe
---
 www/node20/Makefile | 2 +-
 www/node20/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/node20/Makefile b/www/node20/Makefile
index ac4d0c9c2c4a..e2abe10e2972 100644
--- a/www/node20/Makefile
+++ b/www/node20/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/node20/distinfo b/www/node20/distinfo
index 7809cca5d8aa..1b82a8e31a5f 100644
--- a/www/node20/distinfo
+++ b/www/node20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696001284
-SHA256 (node-v20.8.0.tar.gz) = daa1f39d262b8e07a06c272f2671337f1bfce54000db9662de0dfce3c18fff3c
-SIZE (node-v20.8.0.tar.gz) = 88145163
+TIMESTAMP = 1696753628
+SHA256 (node-v20.8.0.tar.xz) = 412be847ae6df61010ba9da3cc3e6be5b67aa002e354e919f59ec8360371704c
+SIZE (node-v20.8.0.tar.xz) = 41855692



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310081202.398C2pUg053715>