Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2021 17:02:40 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: bad1a67ce231 - main - www/node: Update 16.9.1 -> 16.10.0
Message-ID:  <202109231702.18NH2eAl050498@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=bad1a67ce23117b1326d6594bdb88835c8301093

commit bad1a67ce23117b1326d6594bdb88835c8301093
Author:     Bradley T. Hughes <bhughes@FreeBSD.org>
AuthorDate: 2021-09-23 16:56:45 +0000
Commit:     Bradley T. Hughes <bhughes@FreeBSD.org>
CommitDate: 2021-09-23 16:58:01 +0000

    www/node: Update 16.9.1 -> 16.10.0
    
    https://nodejs.org/en/blog/release/v16.10.0/
    
    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 6473bc33611d..d112be9f065c 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	16.9.1
+DISTVERSION=	16.10.0
 CATEGORIES=	www
-MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
+MASTER_SITES=	https://nodejs.org/dist/v${DISTVERSION}/
 
 MAINTAINER=	bhughes@FreeBSD.org
 COMMENT=	V8 JavaScript for client and server
@@ -69,7 +69,7 @@ MAKE_ENV+=	CC.host=${CC} CFLAGS.host="${CFLAGS}" \
 		LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}"
 
 BUILD_DEPENDS+=	brotli>=1.0.9,1:archivers/brotli \
-		c-ares>=1.17.1:dns/c-ares \
+		c-ares>=1.17.2:dns/c-ares \
 		libuv>=1.42.0:devel/libuv \
 		libnghttp2>=1.42.0:www/libnghttp2 \
 		objdump:devel/binutils
diff --git a/www/node/distinfo b/www/node/distinfo
index 5641562e44f3..cf3dfe8f75ac 100644
--- a/www/node/distinfo
+++ b/www/node/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631571159
-SHA256 (node-v16.9.1.tar.gz) = 2cfab037d84550556999af6328e9b657842d9b183e6be2a4995c87d2c49e9d03
-SIZE (node-v16.9.1.tar.gz) = 64564654
+TIMESTAMP = 1632405515
+SHA256 (node-v16.10.0.tar.gz) = 69b09bb0c4cd9add7eb501b1625a405b15d6ce53596e98b863c8d066e0b6b202
+SIZE (node-v16.10.0.tar.gz) = 64661120



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