From owner-svn-ports-all@freebsd.org Fri Oct 25 15:50:00 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 DFFF0174185; Fri, 25 Oct 2019 15:50:00 +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 4707pw5d9Dz3BpH; Fri, 25 Oct 2019 15:50:00 +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 A5C7728947; Fri, 25 Oct 2019 15:50:00 +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 x9PFo00X035100; Fri, 25 Oct 2019 15:50:00 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9PFo0fA035098; Fri, 25 Oct 2019 15:50:00 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201910251550.x9PFo0fA035098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 25 Oct 2019 15:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515621 - in head/www/node: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in head/www/node: . files X-SVN-Commit-Revision: 515621 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: Fri, 25 Oct 2019 15:50:00 -0000 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' ], }],