From owner-svn-ports-all@freebsd.org Sun Nov 3 22:38:42 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31D1E1AA412; Sun, 3 Nov 2019 22:38:42 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475rSL0XXPz4sPZ; Sun, 3 Nov 2019 22:38:42 +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 E72DA1ABBC; Sun, 3 Nov 2019 22:38:41 +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 xA3Mcfje031847; Sun, 3 Nov 2019 22:38:41 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA3McfXb031843; Sun, 3 Nov 2019 22:38:41 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201911032238.xA3McfXb031843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 3 Nov 2019 22:38:41 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in head: . www/node www/node/files X-SVN-Commit-Revision: 516611 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.29 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: Sun, 03 Nov 2019 22:38:42 -0000 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' ], }],