aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2018-03-31 19:15:34 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2018-03-31 19:15:34 +0000
commit6c527893445a49286ae0bba10b72d46f06bea04b (patch)
tree8688a661e972e18a960ae0094d4f49962080f2db
parent231a4ff33029782697a507e729540f1b8b56fec5 (diff)
downloadports-6c527893445a49286ae0bba10b72d46f06bea04b.tar.gz
ports-6c527893445a49286ae0bba10b72d46f06bea04b.zip
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)
Notes
Notes: svn path=/branches/2018Q1/; revision=466079
-rw-r--r--www/node/Makefile7
-rw-r--r--www/node/distinfo6
2 files changed, 6 insertions, 7 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 19aede804711..2d278511137f 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -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,12 +42,9 @@ USES= compiler:c++11-lib gmake python:2,build pkgconfig \
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 \
--shared-cares \
diff --git a/www/node/distinfo b/www/node/distinfo
index a25d6c6687ad..24d5a04ed5f1 100644
--- a/www/node/distinfo
+++ b/www/node/distinfo
@@ -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