svn commit: r448080 - head/www/node
Bradley T. Hughes
bhughes at FreeBSD.org
Thu Aug 17 05:19:51 UTC 2017
Author: bhughes
Date: Thu Aug 17 05:19:49 2017
New Revision: 448080
URL: https://svnweb.freebsd.org/changeset/ports/448080
Log:
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
Modified:
head/www/node/Makefile
head/www/node/distinfo
Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile Thu Aug 17 05:05:14 2017 (r448079)
+++ head/www/node/Makefile Thu Aug 17 05:19:49 2017 (r448080)
@@ -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/c
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
@@ -82,10 +84,6 @@ CONFIGURE_ARGS+=--openssl-no-asm
.if ${COMPILER_TYPE} == gcc
# GCC does not expose std::snprintf() without this define
CXXFLAGS+= -D_GLIBCXX_USE_C99
-.endif
-
-.if ${PORT_OPTIONS:MDTRACE}
-CONFIGURE_ARGS+= --with-dtrace
.endif
post-patch:
Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo Thu Aug 17 05:05:14 2017 (r448079)
+++ head/www/node/distinfo Thu Aug 17 05:19:49 2017 (r448080)
@@ -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
More information about the svn-ports-head
mailing list