From owner-svn-ports-head@freebsd.org Thu Aug 17 05:19:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E194ADCD244; Thu, 17 Aug 2017 05:19:50 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABC82326B; Thu, 17 Aug 2017 05:19:50 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7H5Jn3A036335; Thu, 17 Aug 2017 05:19:49 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7H5JnOB036333; Thu, 17 Aug 2017 05:19:49 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201708170519.v7H5JnOB036333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 17 Aug 2017 05:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448080 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 448080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 05:19:51 -0000 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