Date: Sun, 3 Nov 2019 22:38:41 +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: r516611 - in head: . www/node www/node/files Message-ID: <201911032238.xA3McfXb031843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Sun Nov 3 22:38:40 2019 New Revision: 516611 URL: https://svnweb.freebsd.org/changeset/ports/516611 Log: www/node: Update 12.13.0 -> 13.0.0 Update to the latest major release of Node.js, regenerating patches with `make makepatch` while here. https://nodejs.org/en/blog/release/v13.0.0/ Sponsored by: Miles AS Modified: head/UPDATING head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-node.gypi Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Nov 3 22:32:02 2019 (r516610) +++ head/UPDATING Sun Nov 3 22:38:40 2019 (r516611) @@ -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. +20191103: + AFFECTS: users of www/node + AUTHOR: bhughes@FreeBSD.org + + The www/node port has been updated to Node.js v13.0.0, the latest + upstream release. A new port, www/node12, has been created for the + v12.x LTS branch. Users wanting to stay on v12.x can replace www/node + with www/node12 with one of the following commands: + + # pkg install www/node12 + or + # portmaster -o www/node12 www/node + or + # portupgrade -o www/node12 www/node + 20191029: AFFECTS: users of emulators/open-vm-tools[-nox11] AUTHOR: jpaetzel@FreeBSD.org Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sun Nov 3 22:32:02 2019 (r516610) +++ head/www/node/Makefile Sun Nov 3 22:38:40 2019 (r516611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.13.0 +PORTVERSION= 13.0.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Sun Nov 3 22:32:02 2019 (r516610) +++ head/www/node/distinfo Sun Nov 3 22:38:40 2019 (r516611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571865783 -SHA256 (node-v12.13.0.tar.gz) = 2e5321e095fe673a3ab936cf77faf8c983cba62f27a9fbd00530a7edb739a040 -SIZE (node-v12.13.0.tar.gz) = 50662052 +TIMESTAMP = 1572820342 +SHA256 (node-v13.0.0.tar.gz) = 103fc63b631a24ddc47189deee8c689e8158d7d804a67bd59fef04a1790bb217 +SIZE (node-v13.0.0.tar.gz) = 59466425 Modified: head/www/node/files/patch-node.gypi ============================================================================== --- head/www/node/files/patch-node.gypi Sun Nov 3 22:32:02 2019 (r516610) +++ head/www/node/files/patch-node.gypi Sun Nov 3 22:38:40 2019 (r516611) @@ -1,6 +1,6 @@ ---- node.gypi.orig 2019-10-21 07:32:21 UTC +--- node.gypi.orig 2019-10-22 14:23:30 UTC +++ node.gypi -@@ -324,6 +324,9 @@ +@@ -323,6 +323,9 @@ ['openssl_fips != "" or openssl_is_fips=="true"', { 'defines': [ 'NODE_FIPS_MODE' ], }],
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911032238.xA3McfXb031843>