From owner-svn-ports-all@freebsd.org Sat Mar 31 19:15:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9207EF79271; Sat, 31 Mar 2018 19:15:35 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 378F571F6A; Sat, 31 Mar 2018 19:15:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F8FB1BF47; Sat, 31 Mar 2018 19:15:35 +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 w2VJFZFl058553; Sat, 31 Mar 2018 19:15:35 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2VJFYu1058551; Sat, 31 Mar 2018 19:15:34 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803311915.w2VJFYu1058551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sat, 31 Mar 2018 19:15:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r466079 - branches/2018Q1/www/node X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2018Q1/www/node X-SVN-Commit-Revision: 466079 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.25 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: Sat, 31 Mar 2018 19:15:35 -0000 Author: bhughes Date: Sat Mar 31 19:15:34 2018 New Revision: 466079 URL: https://svnweb.freebsd.org/changeset/ports/466079 Log: MFH: r460053 r460856 r462984 r463355 r463391 r463953 r465262 r465916 www/node: Update 9.3.0 -> 9.4.0 https://nodejs.org/en/blog/release/v9.4.0/ While here, pet portlint: - move ONLY_FOR_ARCHS - remove USES_LDCONFIG (node.js doesn't install a .so) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D14050 www/node: Update 9.4.0 -> 9.5.0 https://nodejs.org/en/blog/release/v9.5.0/ www/node: Update 9.5.0 -> 9.6.1 https://nodejs.org/en/blog/release/v9.6.0/ https://nodejs.org/en/blog/release/v9.6.1/ www/node: Update 9.6.1 -> 9.7.0 https://nodejs.org/en/blog/release/v9.7.0/ www/node: Update 9.7.0 -> 9.7.1 There are not changes in the release. A new version was published due to a bad node-v9.7.0.pkg (macOS installer) file that was published to nodejs.org in the previous release. https://nodejs.org/en/blog/release/v9.7.1/ www/node: Update 9.7.1 -> 9.8.0 https://nodejs.org/en/blog/release/v9.8.0/ www/node: Update 9.8.0 -> 9.9.0 https://nodejs.org/en/blog/release/v9.9.0/ www/node: Update 9.9.0 -> 9.10.0 This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/ https://nodejs.org/en/blog/release/v9.10.0/ Security: 5a9bbb6e-32d3-11e8-a769-6daaba161086 Approved by: ports-secteam (riggs) Modified: branches/2018Q1/www/node/Makefile branches/2018Q1/www/node/distinfo Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/www/node/Makefile ============================================================================== --- branches/2018Q1/www/node/Makefile Sat Mar 31 19:10:39 2018 (r466078) +++ branches/2018Q1/www/node/Makefile Sat Mar 31 19:15:34 2018 (r466079) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 9.3.0 +PORTVERSION= 9.10.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -12,6 +12,8 @@ COMMENT= V8 JavaScript for client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT=DTRACE OPTIONS_SUB= yes @@ -40,11 +42,8 @@ USES= compiler:c++11-lib gmake python:2,build pkgconf localbase shebangfix HAS_CONFIGURE= yes -USE_LDCONFIG= yes CONFLICTS_INSTALL= node[4568]-[0-9]* - -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --without-npm \ Modified: branches/2018Q1/www/node/distinfo ============================================================================== --- branches/2018Q1/www/node/distinfo Sat Mar 31 19:10:39 2018 (r466078) +++ branches/2018Q1/www/node/distinfo Sat Mar 31 19:15:34 2018 (r466079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513280881 -SHA256 (node-v9.3.0.tar.gz) = b7338f2b1588264c9591fef08246d72ceed664eb18f2556692b4679302bbe2a5 -SIZE (node-v9.3.0.tar.gz) = 31133673 +TIMESTAMP = 1522268450 +SHA256 (node-v9.10.0.tar.gz) = e5654e552bcc7d011fe0c5bade53ba5c3acbd8d26bfda2cf57057537a03c8d76 +SIZE (node-v9.10.0.tar.gz) = 31409091