diff options
author | bhughes <bhughes@FreeBSD.org> | 2017-08-17 13:19:49 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2017-08-17 13:19:49 +0800 |
commit | 9db244f1ca9453948a2febcfc8620417b329b281 (patch) | |
tree | 0cac28f7313fb4c4149838fd64a97fe9ca5e41ad /www/node | |
parent | 046b50586f4e713e7dcaf5144a62d112abdfd71d (diff) | |
download | freebsd-ports-gnome-9db244f1ca9453948a2febcfc8620417b329b281.tar.gz freebsd-ports-gnome-9db244f1ca9453948a2febcfc8620417b329b281.tar.zst freebsd-ports-gnome-9db244f1ca9453948a2febcfc8620417b329b281.zip |
www/node: Update 8.3.0 -> 8.4.0
Use DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments
when DTRACE is enabled.
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D12045
Diffstat (limited to 'www/node')
-rw-r--r-- | www/node/Makefile | 8 | ||||
-rw-r--r-- | www/node/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 388d5a21a92c..d74edee91948 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.3.0 +PORTVERSION= 8.4.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -34,6 +34,8 @@ BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu +DTRACE_CONFIGURE_ON= --with-dtrace + USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ localbase shebangfix @@ -84,10 +86,6 @@ CONFIGURE_ARGS+=--openssl-no-asm CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif -.if ${PORT_OPTIONS:MDTRACE} -CONFIGURE_ARGS+= --with-dtrace -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/src/v8.gyp diff --git a/www/node/distinfo b/www/node/distinfo index 0cf5e3946696..ab6eb0654e8a 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502344455 -SHA256 (node-v8.3.0.tar.gz) = 33fa7a02f265636c240be9ebd0f93942f77856a9c2c751592da1a0962b6ed010 -SIZE (node-v8.3.0.tar.gz) = 30588563 +TIMESTAMP = 1502897455 +SHA256 (node-v8.4.0.tar.gz) = 641a15fa822710ef2dc99793fec48d2a8ef75de0040b86568563d4ab296137ef +SIZE (node-v8.4.0.tar.gz) = 30975247 |