Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 05:24:39 +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: r518623 - in head/www/node: . files
Message-ID:  <201911290524.xAT5Odke082532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911290524.xAT5Odke082532>