svn commit: r466079 - branches/2018Q1/www/node
Bradley T. Hughes
bhughes at FreeBSD.org
Sat Mar 31 19:15:35 UTC 2018
Author: bhughes
Date: Sat Mar 31 19:15:34 2018
New Revision: 466079
URL: https://svnweb.freebsd.org/changeset/ports/466079
Log:
MFH: r460053 r460856 r462984 r463355 r463391 r463953 r465262 r465916
www/node: Update 9.3.0 -> 9.4.0
https://nodejs.org/en/blog/release/v9.4.0/
While here, pet portlint:
- move ONLY_FOR_ARCHS
- remove USES_LDCONFIG (node.js doesn't install a .so)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D14050
www/node: Update 9.4.0 -> 9.5.0
https://nodejs.org/en/blog/release/v9.5.0/
www/node: Update 9.5.0 -> 9.6.1
https://nodejs.org/en/blog/release/v9.6.0/
https://nodejs.org/en/blog/release/v9.6.1/
www/node: Update 9.6.1 -> 9.7.0
https://nodejs.org/en/blog/release/v9.7.0/
www/node: Update 9.7.0 -> 9.7.1
There are not changes in the release. A new version was published due to
a bad node-v9.7.0.pkg (macOS installer) file that was published to
nodejs.org in the previous release.
https://nodejs.org/en/blog/release/v9.7.1/
www/node: Update 9.7.1 -> 9.8.0
https://nodejs.org/en/blog/release/v9.8.0/
www/node: Update 9.8.0 -> 9.9.0
https://nodejs.org/en/blog/release/v9.9.0/
www/node: Update 9.9.0 -> 9.10.0
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.
https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/
https://nodejs.org/en/blog/release/v9.10.0/
Security: 5a9bbb6e-32d3-11e8-a769-6daaba161086
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q1/www/node/Makefile
branches/2018Q1/www/node/distinfo
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/www/node/Makefile
==============================================================================
--- branches/2018Q1/www/node/Makefile Sat Mar 31 19:10:39 2018 (r466078)
+++ branches/2018Q1/www/node/Makefile Sat Mar 31 19:15:34 2018 (r466079)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 9.3.0
+PORTVERSION= 9.10.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
@@ -12,6 +12,8 @@ COMMENT= V8 JavaScript for client and server
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE
OPTIONS_DEFAULT=DTRACE
OPTIONS_SUB= yes
@@ -40,11 +42,8 @@ USES= compiler:c++11-lib gmake python:2,build pkgconf
localbase shebangfix
HAS_CONFIGURE= yes
-USE_LDCONFIG= yes
CONFLICTS_INSTALL= node[4568]-[0-9]*
-
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
--without-npm \
Modified: branches/2018Q1/www/node/distinfo
==============================================================================
--- branches/2018Q1/www/node/distinfo Sat Mar 31 19:10:39 2018 (r466078)
+++ branches/2018Q1/www/node/distinfo Sat Mar 31 19:15:34 2018 (r466079)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513280881
-SHA256 (node-v9.3.0.tar.gz) = b7338f2b1588264c9591fef08246d72ceed664eb18f2556692b4679302bbe2a5
-SIZE (node-v9.3.0.tar.gz) = 31133673
+TIMESTAMP = 1522268450
+SHA256 (node-v9.10.0.tar.gz) = e5654e552bcc7d011fe0c5bade53ba5c3acbd8d26bfda2cf57057537a03c8d76
+SIZE (node-v9.10.0.tar.gz) = 31409091
More information about the svn-ports-branches
mailing list