svn commit: r567953 - in head/www/node: . files

Bradley T. Hughes bhughes at FreeBSD.org
Tue Mar 9 19:02:23 UTC 2021


Author: bhughes
Date: Tue Mar  9 19:02:21 2021
New Revision: 567953
URL: https://svnweb.freebsd.org/changeset/ports/567953

Log:
  www/node: Update 15.10.0 -> 15.11.0
  
  https://nodejs.org/en/blog/release/v15.11.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	Tue Mar  9 18:58:05 2021	(r567952)
+++ head/www/node/Makefile	Tue Mar  9 19:02:21 2021	(r567953)
@@ -2,7 +2,7 @@
 
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	15.10.0
+DISTVERSION=	15.11.0
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
 

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Tue Mar  9 18:58:05 2021	(r567952)
+++ head/www/node/distinfo	Tue Mar  9 19:02:21 2021	(r567953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614197688
-SHA256 (node-v15.10.0.tar.gz) = 643f9bbd6ae4c424224c946cad52d11b9379aaab927673b2e3c6c4df9a1a7b0e
-SIZE (node-v15.10.0.tar.gz) = 62153962
+TIMESTAMP = 1615306880
+SHA256 (node-v15.11.0.tar.gz) = 367aea2415df651bf23242e1b627071173f044ffd9f216d9ff69d3322a889bad
+SIZE (node-v15.11.0.tar.gz) = 62275158

Modified: head/www/node/files/patch-node.gypi
==============================================================================
--- head/www/node/files/patch-node.gypi	Tue Mar  9 18:58:05 2021	(r567952)
+++ head/www/node/files/patch-node.gypi	Tue Mar  9 19:02:21 2021	(r567953)
@@ -1,9 +1,9 @@
---- node.gypi.orig	2021-02-02 17:47:04 UTC
+--- node.gypi.orig	2021-03-03 05:40:19 UTC
 +++ node.gypi
-@@ -322,6 +322,9 @@
-         ['openssl_fips != "" or openssl_is_fips=="true"', {
-           'defines': [ 'NODE_FIPS_MODE' ],
-         }],
+@@ -319,6 +319,9 @@
+     [ 'node_use_openssl=="true"', {
+       'defines': [ 'HAVE_OPENSSL=1' ],
+       'conditions': [
 +        ['openssl_no_asm==1', {
 +          'defines': [ 'OPENSSL_NO_ASM' ],
 +        }],


More information about the svn-ports-head mailing list