git: bad1a67ce231 - main - www/node: Update 16.9.1 -> 16.10.0
Bradley T. Hughes
bhughes at FreeBSD.org
Thu Sep 23 17:02:40 UTC 2021
The branch main has been updated by bhughes:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bad1a67ce23117b1326d6594bdb88835c8301093
commit bad1a67ce23117b1326d6594bdb88835c8301093
Author: Bradley T. Hughes <bhughes at FreeBSD.org>
AuthorDate: 2021-09-23 16:56:45 +0000
Commit: Bradley T. Hughes <bhughes at 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 at 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
More information about the dev-commits-ports-all
mailing list