svn commit: r567901 - branches/2021Q1/www/node12
Bradley T. Hughes
bhughes at FreeBSD.org
Tue Mar 9 06:51:31 UTC 2021
Author: bhughes
Date: Tue Mar 9 06:51:30 2021
New Revision: 567901
URL: https://svnweb.freebsd.org/changeset/ports/567901
Log:
MFH: r567894
www/node12: Update 12.20.2 -> 12.21.0
https://nodejs.org/en/blog/release/v12.21.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: 254043
Submitted by: jlduran at gmail.com
Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614
Sponsored by: Miles AS
Modified:
branches/2021Q1/www/node12/Makefile
branches/2021Q1/www/node12/distinfo
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/www/node12/Makefile
==============================================================================
--- branches/2021Q1/www/node12/Makefile Tue Mar 9 06:50:51 2021 (r567900)
+++ branches/2021Q1/www/node12/Makefile Tue Mar 9 06:51:30 2021 (r567901)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 12.20.2
+PORTVERSION= 12.21.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
@@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel
BROKEN_SSL_REASON= Node.js 12.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:2.7,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:2.7,build pkgconfig \
- localbase shebangfix
HAS_CONFIGURE= yes
Modified: branches/2021Q1/www/node12/distinfo
==============================================================================
--- branches/2021Q1/www/node12/distinfo Tue Mar 9 06:50:51 2021 (r567900)
+++ branches/2021Q1/www/node12/distinfo Tue Mar 9 06:51:30 2021 (r567901)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613340388
-SHA256 (node-v12.20.2.tar.gz) = 47869f9857d40f2ecb42be6c776a8794f4664fb3fb2fdbeb3caad00dc0a36a1f
-SIZE (node-v12.20.2.tar.gz) = 53249033
+TIMESTAMP = 1614197582
+SHA256 (node-v12.21.0.tar.gz) = 36e862555bebc04b13f7afebf4472c4dd7ebf4c891f9d6746ec545a4f099d05e
+SIZE (node-v12.21.0.tar.gz) = 53255514
More information about the svn-ports-branches
mailing list