diff options
-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. |