From owner-svn-ports-all@freebsd.org Mon Sep 11 18:09:38 2017 Return-Path: Delivered-To: svn-ports-all@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 5F411E1A69E; Mon, 11 Sep 2017 18:09:38 +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 2C7F26B69B; Mon, 11 Sep 2017 18:09:38 +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 v8BI9bOD059269; Mon, 11 Sep 2017 18:09:37 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8BI9bmk059267; Mon, 11 Sep 2017 18:09:37 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201709111809.v8BI9bmk059267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Mon, 11 Sep 2017 18:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449663 - in head/www/node6: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in head/www/node6: . files X-SVN-Commit-Revision: 449663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 18:09:38 -0000 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