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)
This commit is contained in:
parent
231a4ff330
commit
6c52789344
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q1/; revision=466079
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user