Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2020 21:47:52 +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: r543679 - in head/www/node12: . files
Message-ID:  <202007292147.06TLlqxj026445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Wed Jul 29 21:47:51 2020
New Revision: 543679
URL: https://svnweb.freebsd.org/changeset/ports/543679

Log:
  www/node12: Update 12.18.2_1 -> 12.18.3
  
  https://nodejs.org/en/blog/release/v12.18.3/
  
  Sponsored by:	Miles AS

Modified:
  head/www/node12/Makefile
  head/www/node12/distinfo
  head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc

Modified: head/www/node12/Makefile
==============================================================================
--- head/www/node12/Makefile	Wed Jul 29 21:46:39 2020	(r543678)
+++ head/www/node12/Makefile	Wed Jul 29 21:47:51 2020	(r543679)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	12.18.2
-PORTREVISION=	1
+PORTVERSION=	12.18.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node12/distinfo
==============================================================================
--- head/www/node12/distinfo	Wed Jul 29 21:46:39 2020	(r543678)
+++ head/www/node12/distinfo	Wed Jul 29 21:47:51 2020	(r543679)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593546106
-SHA256 (node-v12.18.2.tar.gz) = 2be366d6068f9e1a5eb3f6f21c5ea246eb0a1faf48f98b88e68c8bb193d85a14
-SIZE (node-v12.18.2.tar.gz) = 52422795
+TIMESTAMP = 1595801193
+SHA256 (node-v12.18.3.tar.gz) = 6ea85f80e01b007cc9b566b8836513bc5102667d833bad4c1092be60fa60c2d4
+SIZE (node-v12.18.3.tar.gz) = 52449074

Modified: head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc
==============================================================================
--- head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc	Wed Jul 29 21:46:39 2020	(r543678)
+++ head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc	Wed Jul 29 21:47:51 2020	(r543679)
@@ -1,6 +1,6 @@
---- deps/v8/src/compiler/backend/instruction-selector.cc.orig	2020-04-21 11:38:50 UTC
+--- deps/v8/src/compiler/backend/instruction-selector.cc.orig	2020-07-22 15:26:52 UTC
 +++ deps/v8/src/compiler/backend/instruction-selector.cc
-@@ -2783,7 +2783,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB
+@@ -2788,7 +2788,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB
    switch (call_descriptor->kind()) {
      case CallDescriptor::kCallAddress: {
        int misc_field = static_cast<int>(call_descriptor->ParameterCount());
@@ -8,4 +8,4 @@
 +#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1))
        // Highest misc_field bit is used on AIX to indicate if a CFunction call
        // has function descriptor or not.
-       if (!call_descriptor->NoFunctionDescriptor()) {
+       misc_field |= call_descriptor->HasFunctionDescriptor()



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