Date: Mon, 14 Mar 2016 16:53:29 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r411105 - branches/2016Q1/www/node Message-ID: <201603141653.u2EGrT6b054301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Mar 14 16:53:29 2016 New Revision: 411105 URL: https://svnweb.freebsd.org/changeset/ports/411105 Log: MFH: r406369 r407766 r408976 r409812 r410308 r411104 - Update to 5.4.1 Changes: https://github.com/nodejs/node/blob/master/CHANGELOG.md PR: 206222 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer) Sponsored by: PortsCamp Taiwan - Update to 5.5.0 Changes: https://github.com/nodejs/node/blob/master/CHANGELOG.md PR: 206628 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer) Update to 5.6.0. PR: 207203 Submitted by: maintainer Update to 5.7.0. PR: 207473 Submitted by: maintainer - Fix USES=python: it does not build with Python 3 Approved by: portmgr (blanket) With hat: python www/node: Update to 5.7.1 Changelog: https://github.com/nodejs/node/commit/805f054cc7791c447dbb960fbf3b179ea05294ac PR: 207832 Security: CVE-2016-0702 Security: CVE-2016-0705 Security: CVE-2016-0797 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/node/Makefile branches/2016Q1/www/node/distinfo branches/2016Q1/www/node/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/node/Makefile ============================================================================== --- branches/2016Q1/www/node/Makefile Mon Mar 14 16:47:53 2016 (r411104) +++ branches/2016Q1/www/node/Makefile Mon Mar 14 16:53:29 2016 (r411105) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTVERSION= 5.7.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -55,7 +54,8 @@ post-patch: ${WRKSRC}/tools/icu/icu-generic.gyp \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ - ${WRKSRC}/deps/v8/src/d8.gyp + ${WRKSRC}/deps/v8/src/d8.gyp \ + ${WRKSRC}/node.gyp post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node Modified: branches/2016Q1/www/node/distinfo ============================================================================== --- branches/2016Q1/www/node/distinfo Mon Mar 14 16:47:53 2016 (r411104) +++ branches/2016Q1/www/node/distinfo Mon Mar 14 16:53:29 2016 (r411105) @@ -1,2 +1,2 @@ -SHA256 (node-v5.2.0.tar.gz) = 5df5682f9fdd8e747f652e0b09fed46478a1e3df159797852787a074b8787664 -SIZE (node-v5.2.0.tar.gz) = 22445745 +SHA256 (node-v5.7.1.tar.gz) = ecd4956335c6b86f1b72fd203abd9a833717e6800edb12208d0e3ce625330198 +SIZE (node-v5.7.1.tar.gz) = 22393987 Modified: branches/2016Q1/www/node/pkg-plist ============================================================================== --- branches/2016Q1/www/node/pkg-plist Mon Mar 14 16:47:53 2016 (r411104) +++ branches/2016Q1/www/node/pkg-plist Mon Mar 14 16:53:29 2016 (r411105) @@ -1,6 +1,8 @@ bin/node include/node/android-ifaddrs.h include/node/ares.h +include/node/ares_build.h +include/node/ares_rules.h include/node/ares_version.h include/node/common.gypi include/node/config.gypi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603141653.u2EGrT6b054301>