MFH: r406369 r407766 r408976 r409812 r410308 r411104
- Update to 5.4.1
Changes: https://github.com/nodejs/node/blob/master/CHANGELOG.md
PR: 206222
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Sponsored by: PortsCamp Taiwan
- Update to 5.5.0
Changes: https://github.com/nodejs/node/blob/master/CHANGELOG.md
PR: 206628
Submitted by: Daniel Lin <linpct@gmail.com> (maintainer)
Update to 5.6.0.
PR: 207203
Submitted by: maintainer
Update to 5.7.0.
PR: 207473
Submitted by: maintainer
- Fix USES=python: it does not build with Python 3
Approved by: portmgr (blanket)
With hat: python
www/node: Update to 5.7.1
Changelog: 805f054cc7
PR: 207832
Security: CVE-2016-0702
Security: CVE-2016-0705
Security: CVE-2016-0797
Approved by: ports-secteam (with hat)
This commit is contained in:
parent
2bc57e19cc
commit
9faa073e05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2016Q1/; revision=411105
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 5.2.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.7.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
@ -55,7 +54,8 @@ post-patch:
|
||||
${WRKSRC}/tools/icu/icu-generic.gyp \
|
||||
${WRKSRC}/deps/v8/build/shim_headers.gypi \
|
||||
${WRKSRC}/deps/v8/tools/gyp/v8.gyp \
|
||||
${WRKSRC}/deps/v8/src/d8.gyp
|
||||
${WRKSRC}/deps/v8/src/d8.gyp \
|
||||
${WRKSRC}/node.gyp
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (node-v5.2.0.tar.gz) = 5df5682f9fdd8e747f652e0b09fed46478a1e3df159797852787a074b8787664
|
||||
SIZE (node-v5.2.0.tar.gz) = 22445745
|
||||
SHA256 (node-v5.7.1.tar.gz) = ecd4956335c6b86f1b72fd203abd9a833717e6800edb12208d0e3ce625330198
|
||||
SIZE (node-v5.7.1.tar.gz) = 22393987
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/node
|
||||
include/node/android-ifaddrs.h
|
||||
include/node/ares.h
|
||||
include/node/ares_build.h
|
||||
include/node/ares_rules.h
|
||||
include/node/ares_version.h
|
||||
include/node/common.gypi
|
||||
include/node/config.gypi
|
||||
|
Loading…
Reference in New Issue
Block a user