svn commit: r567902 - branches/2021Q1/www/node14

Bradley T. Hughes bhughes at FreeBSD.org
Tue Mar 9 06:52:13 UTC 2021


Author: bhughes
Date: Tue Mar  9 06:52:12 2021
New Revision: 567902
URL: https://svnweb.freebsd.org/changeset/ports/567902

Log:
  MFH: r567896
  
  www/node14: Update 14.15.5 -> 14.16.0
  
  https://nodejs.org/en/blog/release/v14.16.0/
  
  This is a security release. See
  https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/
  
  While here, pet portlint by moving USES.
  
  PR:		254044
  Submitted by:	jlduran at gmail.com
  Security:	2f3cd69e-7dee-11eb-b92e-0022489ad614
  Sponsored by:	Miles AS

Modified:
  branches/2021Q1/www/node14/Makefile
  branches/2021Q1/www/node14/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/node14/Makefile
==============================================================================
--- branches/2021Q1/www/node14/Makefile	Tue Mar  9 06:51:30 2021	(r567901)
+++ branches/2021Q1/www/node14/Makefile	Tue Mar  9 06:52:12 2021	(r567902)
@@ -2,7 +2,7 @@
 
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	14.15.5
+DISTVERSION=	14.16.0
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
 PKGNAMESUFFIX=	14
@@ -17,6 +17,9 @@ BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 14.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:build pkgconfig \
+		localbase shebangfix
+
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE
 OPTIONS_DEFAULT=	DTRACE
 OPTIONS_DEFAULT_FreeBSD_11=	BUNDLED_SSL
@@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS=	icu>=67.1:devel/icu
 NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
 
 DTRACE_CONFIGURE_ON=	--with-dtrace
-
-USES=		compiler:c++11-lib gmake python:build pkgconfig \
-		localbase shebangfix
 
 HAS_CONFIGURE=	yes
 

Modified: branches/2021Q1/www/node14/distinfo
==============================================================================
--- branches/2021Q1/www/node14/distinfo	Tue Mar  9 06:51:30 2021	(r567901)
+++ branches/2021Q1/www/node14/distinfo	Tue Mar  9 06:52:12 2021	(r567902)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612936222
-SHA256 (node-v14.15.5.tar.gz) = 043f39bb43ecaca699a21a8bd65d064ef53b48bf2cc6acaddb5ee0f4227e4d2a
-SIZE (node-v14.15.5.tar.gz) = 63140856
+TIMESTAMP = 1614197636
+SHA256 (node-v14.16.0.tar.gz) = f6b904b06951de4c52089dd4456155d853e835b0dc4640f75458c6eb49f9e8ce
+SIZE (node-v14.16.0.tar.gz) = 63145525


More information about the svn-ports-all mailing list