Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2021 13:41:13 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: 3de95f4e7fc1 - main - www/node16: Update 16.12.0_1 -> 16.13.0
Message-ID:  <202110291341.19TDfDeH083856@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=3de95f4e7fc1624b7b598f5b3d143f78531ffef7

commit 3de95f4e7fc1624b7b598f5b3d143f78531ffef7
Author:     Bradley T. Hughes <bhughes@FreeBSD.org>
AuthorDate: 2021-10-28 20:44:34 +0000
Commit:     Bradley T. Hughes <bhughes@FreeBSD.org>
CommitDate: 2021-10-29 13:40:59 +0000

    www/node16: Update 16.12.0_1 -> 16.13.0
    
    This release marks the transition of Node.js 16.x into Long Term Support
    (LTS) with the codename 'Gallium'. The 16.x release line now moves into
    "Active LTS" and will remain so until October 2022. After that time, it
    will move into "Maintenance" until end of life in April 2024.
    
    https://nodejs.org/en/blog/release/v16.13.0/
    
    While here, fix the pkg-plist to allow building www/node16 with the
    BUNDLED_SSL option enabled.
    
    MFH:            2021Q4
    Sponsored by:   Miles AS
---
 www/node16/Makefile  | 5 ++---
 www/node16/distinfo  | 6 +++---
 www/node16/pkg-plist | 5 +++++
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/www/node16/Makefile b/www/node16/Makefile
index 85839c0fd857..82cc00f19a0a 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	16.12.0
-PORTREVISION=	1
+DISTVERSION=	16.13.0
 CATEGORIES=	www
 MASTER_SITES=	https://nodejs.org/dist/v${DISTVERSION}/
 PKGNAMESUFFIX=	16
@@ -13,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_SSL=		libressl libressl-devel
-BROKEN_SSL_REASON=	Node.js 16.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
+BROKEN_SSL_REASON=	Node.js 16.x LTS 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 \
diff --git a/www/node16/distinfo b/www/node16/distinfo
index c679f6412e28..dd1e3504ebab 100644
--- a/www/node16/distinfo
+++ b/www/node16/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634856024
-SHA256 (node-v16.12.0.tar.gz) = bceb8098e276c6bb6b3e88223ed378a6c786491b6a3f6b22ae3fd8774724a9cb
-SIZE (node-v16.12.0.tar.gz) = 63736111
+TIMESTAMP = 1635453482
+SHA256 (node-v16.13.0.tar.gz) = 9c00e5b6024cfcbc9105f9c58cf160762e78659a345d100c5bd80a7fb38c684f
+SIZE (node-v16.13.0.tar.gz) = 63735070
diff --git a/www/node16/pkg-plist b/www/node16/pkg-plist
index 40686f466b9c..5a9e94628f9b 100644
--- a/www/node16/pkg-plist
+++ b/www/node16/pkg-plist
@@ -213,6 +213,11 @@ include/node/node_version.h
 %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h
 %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h
 %%BUNDLED_SSL%%include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
+%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h
+%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h
+%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h
+%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h
+%%BUNDLED_SSL%%include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h
 %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
 %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h
 %%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h



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