Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2022 16:28:28 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 429e49587f42 - main - www/node16: Update to 16.19.0
Message-ID:  <202212131628.2BDGSS0I091952@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=429e49587f42c024bed0b4ec3682479fb6cbf286

commit 429e49587f42c024bed0b4ec3682479fb6cbf286
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-12-13 16:26:42 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-12-13 16:28:17 +0000

    www/node16: Update to 16.19.0
    
    Changelog: https://github.com/nodejs/node/releases/tag/v16.19.0
---
 www/node16/Makefile | 3 ++-
 www/node16/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/www/node16/Makefile b/www/node16/Makefile
index a0b39b045390..94a7cad2a87c 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	16.18.1
+DISTVERSION=	16.19.0
 CATEGORIES=	www
 MASTER_SITES=	https://nodejs.org/dist/v${DISTVERSION}/
 PKGNAMESUFFIX=	16
@@ -110,6 +110,7 @@ post-configure:
 		| ${XARGS} -0 ${REINPLACE_CMD} -e "s|-I${LOCALBASE}/include||g"
 
 post-install:
+	${RM} -rf ${STAGEDIR}${PREFIX}/share/systemtap
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
 
 post-install-DTRACE-on:
diff --git a/www/node16/distinfo b/www/node16/distinfo
index b88cf2e33c18..ab79b4bad808 100644
--- a/www/node16/distinfo
+++ b/www/node16/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668274253
-SHA256 (node-v16.18.1.tar.gz) = 3d24c9c3a953afee43edc44569045eda56cd45cd58b0539922d17da62736189c
-SIZE (node-v16.18.1.tar.gz) = 67572729
+TIMESTAMP = 1670943372
+SHA256 (node-v16.19.0.tar.gz) = 8b8a2939fa5f654ff61cae29b12118c24109273458ecbe6162ad8a8858309e0d
+SIZE (node-v16.19.0.tar.gz) = 67613249



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