Date: Mon, 11 Sep 2017 18:09:37 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449663 - in head/www/node6: . files Message-ID: <201709111809.v8BI9bmk059267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Mon Sep 11 18:09:37 2017 New Revision: 449663 URL: https://svnweb.freebsd.org/changeset/ports/449663 Log: www/node6: Update 6.11.2_1 -> 6.11.3 Remove files/patch-node.gyp, since this patch has landed upstream. Use DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments when DTRACE is enabled. Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12297 Deleted: head/www/node6/files/patch-node.gyp Modified: head/www/node6/Makefile head/www/node6/distinfo Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Mon Sep 11 18:06:03 2017 (r449662) +++ head/www/node6/Makefile Mon Sep 11 18:09:37 2017 (r449663) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.11.2 -PORTREVISION= 1 +PORTVERSION= 6.11.3 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -34,6 +33,8 @@ BUNDLED_SSL_CONFIGURE_OFF+= --shared-openssl 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 +83,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/node6/distinfo ============================================================================== --- head/www/node6/distinfo Mon Sep 11 18:06:03 2017 (r449662) +++ head/www/node6/distinfo Mon Sep 11 18:09:37 2017 (r449663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502041223 -SHA256 (node-v6.11.2.tar.gz) = 20146ed51b638404665737ed8a25cc06e96d7d7259eb90a4bdec4730a78002a6 -SIZE (node-v6.11.2.tar.gz) = 26844771 +TIMESTAMP = 1504848990 +SHA256 (node-v6.11.3.tar.gz) = c60562a7bc316f137297b7aa23ae354e3ac6779fe8ddf46fe43a75b6b92443e8 +SIZE (node-v6.11.3.tar.gz) = 26875258
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111809.v8BI9bmk059267>