Date: Tue, 21 Sep 2021 20:28:50 GMT From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52ed0237f8f7 - main - www/node: Update 16.9.0 -> 16.19.1 Message-ID: <202109212028.18LKSour074273@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=52ed0237f8f7a24b527112664c8a3d7aa533b01c commit 52ed0237f8f7a24b527112664c8a3d7aa533b01c Author: Bradley T. Hughes <bhughes@FreeBSD.org> AuthorDate: 2021-09-14 06:46:49 +0000 Commit: Bradley T. Hughes <bhughes@FreeBSD.org> CommitDate: 2021-09-21 20:27:14 +0000 www/node: Update 16.9.0 -> 16.19.1 https://nodejs.org/en/blog/release/v16.9.1/ Sponsored by: Miles AS --- www/node/Makefile | 6 +++--- www/node/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index fd2848782685..6473bc33611d 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,6 +1,6 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 16.9.0 +DISTVERSION= 16.9.1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled +BROKEN_SSL_REASON= Node.js 16.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le USES= compiler:c++11-lib gmake python:3.6-3.9,build pkgconfig \ @@ -70,7 +70,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= brotli>=1.0.9,1:archivers/brotli \ c-ares>=1.17.1:dns/c-ares \ - libuv>=1.41.0:devel/libuv \ + libuv>=1.42.0:devel/libuv \ libnghttp2>=1.42.0:www/libnghttp2 \ objdump:devel/binutils LIB_DEPENDS+= libbrotlidec.so:archivers/brotli \ diff --git a/www/node/distinfo b/www/node/distinfo index da8e045483c2..5641562e44f3 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631603935 -SHA256 (node-v16.9.0.tar.gz) = d04e044c498438e0f0de4729529c64345a3db97e412fe59604a6ce4970019c86 -SIZE (node-v16.9.0.tar.gz) = 64562005 +TIMESTAMP = 1631571159 +SHA256 (node-v16.9.1.tar.gz) = 2cfab037d84550556999af6328e9b657842d9b183e6be2a4995c87d2c49e9d03 +SIZE (node-v16.9.1.tar.gz) = 64564654
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212028.18LKSour074273>