From owner-svn-ports-head@freebsd.org Fri Nov 29 05:24:39 2019 Return-Path: Delivered-To: svn-ports-head@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 EDD131C3F77; Fri, 29 Nov 2019 05:24:39 +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 47PNHC61fSz4VCp; Fri, 29 Nov 2019 05:24:39 +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 97CA395AB; Fri, 29 Nov 2019 05:24:39 +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 xAT5OdcS082535; Fri, 29 Nov 2019 05:24:39 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAT5Odke082532; Fri, 29 Nov 2019 05:24:39 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201911290524.xAT5Odke082532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 29 Nov 2019 05:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518623 - 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: 518623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 05:24:40 -0000 Author: bhughes Date: Fri Nov 29 05:24:38 2019 New Revision: 518623 URL: https://svnweb.freebsd.org/changeset/ports/518623 Log: www/node: Update 13.1.0 -> 13.2.0 https://nodejs.org/en/blog/release/v13.2.0/ Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-deps_v8_src_execution_simulator.h Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Nov 29 04:54:19 2019 (r518622) +++ head/www/node/Makefile Fri Nov 29 05:24:38 2019 (r518623) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 13.1.0 +PORTVERSION= 13.2.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -70,7 +70,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.33.1:devel/libuv \ - libnghttp2>=1.39.2:www/libnghttp2 + libnghttp2>=1.40.0:www/libnghttp2 LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Fri Nov 29 04:54:19 2019 (r518622) +++ head/www/node/distinfo Fri Nov 29 05:24:38 2019 (r518623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573622159 -SHA256 (node-v13.1.0.tar.gz) = df640a2f151f788d02dc25c91d80fffe06b4c3c72fbdee07ab9abd7c6879d6cd -SIZE (node-v13.1.0.tar.gz) = 59489938 +TIMESTAMP = 1574672113 +SHA256 (node-v13.2.0.tar.gz) = 379dcecb721984a99dc9e16c2a096d6eb7a760d50b188582d9ce33e0478a1a5e +SIZE (node-v13.2.0.tar.gz) = 59780793 Modified: head/www/node/files/patch-deps_v8_src_execution_simulator.h ============================================================================== --- head/www/node/files/patch-deps_v8_src_execution_simulator.h Fri Nov 29 04:54:19 2019 (r518622) +++ head/www/node/files/patch-deps_v8_src_execution_simulator.h Fri Nov 29 05:24:38 2019 (r518623) @@ -1,9 +1,9 @@ ---- deps/v8/src/execution/simulator.h.orig 2019-04-26 17:47:06 UTC +--- deps/v8/src/execution/simulator.h.orig 2019-11-21 21:14:01 UTC +++ deps/v8/src/execution/simulator.h -@@ -124,7 +124,7 @@ class GeneratedCode { - - DISABLE_CFI_ICALL Return Call(Args... args) { - // When running without a simulator we call the entry directly. +@@ -128,7 +128,7 @@ class GeneratedCode { + #if defined(V8_TARGET_OS_WIN) && !defined(V8_OS_WIN) + FATAL("Generated code execution not possible during cross-compilation."); + #endif // defined(V8_TARGET_OS_WIN) && !defined(V8_OS_WIN) -#if V8_OS_AIX +#if V8_TARGET_ARCH_PPC_BE // AIX ABI requires function descriptors (FD). Artificially create a pseudo