diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-07 04:02:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-07 04:02:49 +0800 |
commit | 6318913cdd642db4874320cac511bc4eda76ff11 (patch) | |
tree | 8a6f71a0d6c1bf80b72ec3c680be7cd1908e0282 /www/node6 | |
parent | b66be4fb57dfdc96a7473489874dc2a1ddb276b2 (diff) | |
download | freebsd-ports-gnome-6318913cdd642db4874320cac511bc4eda76ff11.tar.gz freebsd-ports-gnome-6318913cdd642db4874320cac511bc4eda76ff11.tar.zst freebsd-ports-gnome-6318913cdd642db4874320cac511bc4eda76ff11.zip |
Update to 6.9.4
- Update pkg-message
- While I'm here, remove duplicate PLIST_SUB which is already handled by OPTIONS_SUB=yes
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
https://nodejs.org/en/blog/release/v6.9.4/
PR: 215776
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Diffstat (limited to 'www/node6')
-rw-r--r-- | www/node6/Makefile | 9 | ||||
-rw-r--r-- | www/node6/distinfo | 6 | ||||
-rw-r--r-- | www/node6/files/patch-node.gyp | 11 | ||||
-rw-r--r-- | www/node6/pkg-message | 3 |
4 files changed, 8 insertions, 21 deletions
diff --git a/www/node6/Makefile b/www/node6/Makefile index 1d283db1ab87..c3361f605532 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.9.2 +PORTVERSION= 6.9.4 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -23,7 +23,7 @@ OPTIONS_EXCLUDE+= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE -BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation +BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation #' BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF+= --shared-openssl @@ -74,7 +74,7 @@ IGNORE= cannot build node.js with LibreSSL. You must enable BUNDLED_SSL .endif .if ${ARCH} == "armv6" -CONFIGURE_ARGS= --openssl-no-asm +CONFIGURE_ARGS+=--openssl-no-asm .endif .if ${COMPILER_TYPE} == gcc @@ -83,10 +83,7 @@ CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif .if ${PORT_OPTIONS:MDTRACE} -PLIST_SUB+= DTRACE="" CONFIGURE_ARGS+= --with-dtrace -.else -PLIST_SUB+= DTRACE="@comment " .endif post-patch: diff --git a/www/node6/distinfo b/www/node6/distinfo index fa70a6c03a88..d85b88f10b0b 100644 --- a/www/node6/distinfo +++ b/www/node6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481149177 -SHA256 (node-v6.9.2.tar.gz) = 997121460f3b4757907c2d7ff68ebdbf87af92b85bf2d07db5a7cb7aa5dae7d9 -SIZE (node-v6.9.2.tar.gz) = 26522709 +TIMESTAMP = 1483712207 +SHA256 (node-v6.9.4.tar.gz) = f0257c83eb5e8b0e7b09db7264dc1e93e1f024c6dfccb098363b4fb0c192cf7f +SIZE (node-v6.9.4.tar.gz) = 26379683 diff --git a/www/node6/files/patch-node.gyp b/www/node6/files/patch-node.gyp deleted file mode 100644 index 72f9f3340d01..000000000000 --- a/www/node6/files/patch-node.gyp +++ /dev/null @@ -1,11 +0,0 @@ ---- node.gyp.orig 2016-10-12 21:30:37 UTC -+++ node.gyp -@@ -477,6 +477,8 @@ - }], - [ 'node_shared_zlib=="false"', { - 'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ], -+ }, { -+ 'defines': [ 'ZLIB_CONST' ], - }], - - [ 'node_shared_http_parser=="false"', { diff --git a/www/node6/pkg-message b/www/node6/pkg-message index 87d7ce8d688e..3c3a16e0cd44 100644 --- a/www/node6/pkg-message +++ b/www/node6/pkg-message @@ -1 +1,2 @@ -Note: If you need npm (Node Package Manager), please install www/npm. +Note: If you need npm (Node Package Manager), please install the npm3 +package, or build any of the www/npm* ports with the NODE6 option enabled. |