Date: Fri, 25 Oct 2019 15:50:00 +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: r515621 - in head/www/node: . files Message-ID: <201910251550.x9PFo0fA035098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Fri Oct 25 15:49:59 2019 New Revision: 515621 URL: https://svnweb.freebsd.org/changeset/ports/515621 Log: www/node: Update 12.12.0 -> 12.13.0 Update to the latest LTS release of Node.js. Regenerate patches with `make makepatch`. https://nodejs.org/en/blog/release/v12.13.0/ Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-node.gypi Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Oct 25 15:49:00 2019 (r515620) +++ head/www/node/Makefile Fri Oct 25 15:49:59 2019 (r515621) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.12.0 +PORTVERSION= 12.13.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_SSL= openssl libressl libressl-devel -BROKEN_SSL_REASON= Node.js 11.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled +BROKEN_SSL_REASON= Node.js 12.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Fri Oct 25 15:49:00 2019 (r515620) +++ head/www/node/distinfo Fri Oct 25 15:49:59 2019 (r515621) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571001772 -SHA256 (node-v12.12.0.tar.gz) = 6ce681625c09bc2b2b5757165580e648579e4bc7bce5e246fa6339270eec8bde -SIZE (node-v12.12.0.tar.gz) = 50634019 +TIMESTAMP = 1571865783 +SHA256 (node-v12.13.0.tar.gz) = 2e5321e095fe673a3ab936cf77faf8c983cba62f27a9fbd00530a7edb739a040 +SIZE (node-v12.13.0.tar.gz) = 50662052 Modified: head/www/node/files/patch-node.gypi ============================================================================== --- head/www/node/files/patch-node.gypi Fri Oct 25 15:49:00 2019 (r515620) +++ head/www/node/files/patch-node.gypi Fri Oct 25 15:49:59 2019 (r515621) @@ -1,6 +1,6 @@ ---- node.gypi.orig 2019-08-20 17:14:52 UTC +--- node.gypi.orig 2019-10-21 07:32:21 UTC +++ node.gypi -@@ -319,6 +319,9 @@ +@@ -324,6 +324,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?201910251550.x9PFo0fA035098>