MFH: r460854 r462058 r463796 r465914
www/node6: Update 6.12.2 -> 6.12.3 https://nodejs.org/en/blog/release/v6.12.3/ While here, pet portlint: - move ONLY_FOR_ARCHS - remove USES_LDCONFIG (node.js doesn't install a .so) Differential Revision: https://reviews.freebsd.org/D13774 www/node6: Update 6.12.3 -> 6.13.0 https://nodejs.org/en/blog/release/v6.13.0/ www/node: Update 6.13.0 -> 6.13.1 Notable changes: - http, tls: better support for IPv6 addresses https://nodejs.org/en/blog/release/v6.13.1/ www/node6: Update 6.13.1 -> 6.14.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/v6.14.0/ Security: 5a9bbb6e-32d3-11e8-a769-6daaba161086 Approved by: ports-secteam (riggs)
This commit is contained in:
parent
004d3dbe02
commit
f5d08b6665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q1/; revision=466077
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 6.12.2
|
||||
PORTVERSION= 6.14.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
@ -13,6 +13,8 @@ COMMENT= V8 JavaScript for client and server (6.x LTS)
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
|
||||
|
||||
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE
|
||||
OPTIONS_DEFAULT=DTRACE
|
||||
OPTIONS_SUB= yes
|
||||
@ -39,12 +41,9 @@ USES= compiler:c++11-lib gmake python:2,build pkgconfig \
|
||||
localbase shebangfix
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFLICTS_INSTALL= node[458]-[0-9]* node-[0-9]*
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
|
||||
--without-npm \
|
||||
--shared-cares \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1512940464
|
||||
SHA256 (node-v6.12.2.tar.gz) = 1bb1d3a033d69ccfa4051ffa79bedad9bcfd43bc0d4b2b6678c3e53883bfd6eb
|
||||
SIZE (node-v6.12.2.tar.gz) = 27400818
|
||||
TIMESTAMP = 1522268406
|
||||
SHA256 (node-v6.14.0.tar.gz) = 87892f42c5c48bb6367e0299ec81e1d18e560e401eddc50dd746acc4c896bd7c
|
||||
SIZE (node-v6.14.0.tar.gz) = 27449153
|
||||
|
Loading…
Reference in New Issue
Block a user