Date: Tue, 7 Nov 2017 19:13:07 +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: r453672 - in head: . www/node Message-ID: <201711071913.vA7JD7ha031391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Tue Nov 7 19:13:07 2017 New Revision: 453672 URL: https://svnweb.freebsd.org/changeset/ports/453672 Log: www/node: Update 8.8.1 -> 9.0.0 Update to the latest major version of Node.js. https://nodejs.org/en/blog/release/v9.0.0/ Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D12974 Modified: head/UPDATING head/www/node/Makefile head/www/node/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Nov 7 19:07:07 2017 (r453671) +++ head/UPDATING Tue Nov 7 19:13:07 2017 (r453672) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171107: + AFFECTS: users of www/node + AUTHOR: bhughes@FreeBSD.org + + The www/node port has been updated to node.js v9.0.0, the latest + upstream release. A new port, www/node8, has been created for the + v8.x LTS branch. Users wanting to stay on v8.x can replace www/node + with www/node8 with one of the following commands: + + # pkg install www/node8 + or + # portmaster -o www/node8 www/node + or + # portupgrade -o www/node8 www/node + 20170411: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Nov 7 19:07:07 2017 (r453671) +++ head/www/node/Makefile Tue Nov 7 19:13:07 2017 (r453672) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.8.1 +PORTVERSION= 9.0.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Nov 7 19:07:07 2017 (r453671) +++ head/www/node/distinfo Tue Nov 7 19:13:07 2017 (r453672) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509020523 -SHA256 (node-v8.8.1.tar.gz) = 1725bbbe623d6a13ee14522730dfc90eac1c9ebe9a0a8f4c3322a402dd7e75a2 -SIZE (node-v8.8.1.tar.gz) = 30315618 +TIMESTAMP = 1509977904 +SHA256 (node-v9.0.0.tar.gz) = fe06dafd4f034d2372d34bb064c65ebf5ab4d3d6e04d1745fd108c2a97a9d424 +SIZE (node-v9.0.0.tar.gz) = 30889520
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711071913.vA7JD7ha031391>