Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2020 21:10:55 +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: r537961 - in head/www/node12: . files
Message-ID:  <202006042110.054LAtmx095780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Thu Jun  4 21:10:55 2020
New Revision: 537961
URL: https://svnweb.freebsd.org/changeset/ports/537961

Log:
  www/node12: Update 12.16.2_1 -> 12.16.3
  
  https://nodejs.org/en/blog/release/v12.16.3/
  
  Refresh patches with `make makepatch`.
  
  Sponsored by:	Miles AS

Modified:
  head/www/node12/Makefile
  head/www/node12/distinfo
  head/www/node12/files/patch-deps_v8_src_execution_simulator.h
  head/www/node12/files/patch-deps_v8_src_objects_js-number-format.cc
  head/www/node12/files/patch-node.gypi

Modified: head/www/node12/Makefile
==============================================================================
--- head/www/node12/Makefile	Thu Jun  4 21:02:12 2020	(r537960)
+++ head/www/node12/Makefile	Thu Jun  4 21:10:55 2020	(r537961)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	12.16.2
+PORTVERSION=	12.16.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	12

Modified: head/www/node12/distinfo
==============================================================================
--- head/www/node12/distinfo	Thu Jun  4 21:02:12 2020	(r537960)
+++ head/www/node12/distinfo	Thu Jun  4 21:10:55 2020	(r537961)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586708011
-SHA256 (node-v12.16.2.tar.gz) = 48b21340eff95bfc6e7297e4a027f5db74d6d64257c476972a1b2f2fdccc9582
-SIZE (node-v12.16.2.tar.gz) = 52267110
+TIMESTAMP = 1591215955
+SHA256 (node-v12.16.3.tar.gz) = 4694056576b6c48a70ad401cf061181eafbc3cbf5070907cdba4e6de1be567a5
+SIZE (node-v12.16.3.tar.gz) = 52322941

Modified: head/www/node12/files/patch-deps_v8_src_execution_simulator.h
==============================================================================
--- head/www/node12/files/patch-deps_v8_src_execution_simulator.h	Thu Jun  4 21:02:12 2020	(r537960)
+++ head/www/node12/files/patch-deps_v8_src_execution_simulator.h	Thu Jun  4 21:10:55 2020	(r537961)
@@ -1,6 +1,6 @@
---- deps/v8/src/execution/simulator.h.orig	2019-04-26 17:47:06 UTC
+--- deps/v8/src/execution/simulator.h.orig	2020-04-28 09:45:23 UTC
 +++ deps/v8/src/execution/simulator.h
-@@ -124,7 +124,7 @@ class GeneratedCode {
+@@ -122,7 +122,7 @@ class GeneratedCode {
  
    DISABLE_CFI_ICALL Return Call(Args... args) {
      // When running without a simulator we call the entry directly.

Modified: head/www/node12/files/patch-deps_v8_src_objects_js-number-format.cc
==============================================================================
--- head/www/node12/files/patch-deps_v8_src_objects_js-number-format.cc	Thu Jun  4 21:02:12 2020	(r537960)
+++ head/www/node12/files/patch-deps_v8_src_objects_js-number-format.cc	Thu Jun  4 21:10:55 2020	(r537961)
@@ -1,8 +1,8 @@
 https://github.com/nodejs/node/issues/32660
 
---- deps/v8/src/objects/js-number-format.cc.orig	2020-03-26 20:00:01 UTC
+--- deps/v8/src/objects/js-number-format.cc.orig	2020-04-28 09:45:23 UTC
 +++ deps/v8/src/objects/js-number-format.cc
-@@ -1187,42 +1187,31 @@ MaybeHandle<JSNumberFormat> JSNumberFormat::New(Isolat
+@@ -1257,42 +1257,31 @@ MaybeHandle<JSNumberFormat> JSNumberFormat::New(Isolat
  }
  
  namespace {
@@ -53,7 +53,7 @@ https://github.com/nodejs/node/issues/32660
  }
  
  }  // namespace
-@@ -1233,10 +1222,16 @@ MaybeHandle<String> JSNumberFormat::FormatNumeric(
+@@ -1303,10 +1292,16 @@ MaybeHandle<String> JSNumberFormat::FormatNumeric(
      Handle<Object> numeric_obj) {
    DCHECK(numeric_obj->IsNumeric());
  
@@ -73,7 +73,7 @@ https://github.com/nodejs/node/issues/32660
  }
  
  namespace {
-@@ -1349,12 +1344,18 @@ std::vector<NumberFormatSpan> FlattenRegionsToParts(
+@@ -1419,12 +1414,18 @@ std::vector<NumberFormatSpan> FlattenRegionsToParts(
  }
  
  namespace {
@@ -95,7 +95,7 @@ https://github.com/nodejs/node/issues/32660
    int index = start_index;
    if (length == 0) return Just(index);
  
-@@ -1363,13 +1364,14 @@ Maybe<int> ConstructParts(Isolate* isolate, const icu:
+@@ -1433,13 +1434,14 @@ Maybe<int> ConstructParts(Isolate* isolate, const icu:
    // other region covers some part of the formatted string. It's possible
    // there's another field with exactly the same begin and end as this backdrop,
    // in which case the backdrop's field_id of -1 will give it lower priority.
@@ -115,7 +115,7 @@ https://github.com/nodejs/node/issues/32660
      }
    }
  
-@@ -1391,7 +1393,7 @@ Maybe<int> ConstructParts(Isolate* isolate, const icu:
+@@ -1461,7 +1463,7 @@ Maybe<int> ConstructParts(Isolate* isolate, const icu:
      Handle<String> substring;
      ASSIGN_RETURN_ON_EXCEPTION_VALUE(
          isolate, substring,
@@ -124,7 +124,7 @@ https://github.com/nodejs/node/issues/32660
          Nothing<int>());
      Intl::AddElement(isolate, result, index, field_type_string, substring);
      ++index;
-@@ -1411,14 +1413,14 @@ MaybeHandle<JSArray> JSNumberFormat::FormatToParts(
+@@ -1481,14 +1483,14 @@ MaybeHandle<JSArray> JSNumberFormat::FormatToParts(
        number_format->icu_number_formatter().raw();
    CHECK_NOT_NULL(fmt);
  

Modified: head/www/node12/files/patch-node.gypi
==============================================================================
--- head/www/node12/files/patch-node.gypi	Thu Jun  4 21:02:12 2020	(r537960)
+++ head/www/node12/files/patch-node.gypi	Thu Jun  4 21:10:55 2020	(r537961)
@@ -1,6 +1,6 @@
---- node.gypi.orig	2020-02-18 05:08:36 UTC
+--- node.gypi.orig	2020-04-28 09:45:25 UTC
 +++ node.gypi
-@@ -331,6 +331,9 @@
+@@ -341,6 +341,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?202006042110.054LAtmx095780>