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

Bradley T. Hughes bhughes at FreeBSD.org
Tue Mar 23 08:44:02 UTC 2021


Author: bhughes
Date: Tue Mar 23 08:44:00 2021
New Revision: 569014
URL: https://svnweb.freebsd.org/changeset/ports/569014

Log:
  www/node: Update 15.11.0 -> 15.12.0
  
  https://nodejs.org/en/blog/release/v15.12.0/
  
  Sponsored by:	Miles AS

Modified:
  head/www/node/Makefile
  head/www/node/distinfo
  head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Tue Mar 23 08:43:48 2021	(r569013)
+++ head/www/node/Makefile	Tue Mar 23 08:44:00 2021	(r569014)
@@ -2,7 +2,7 @@
 
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	15.11.0
+DISTVERSION=	15.12.0
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
 

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Tue Mar 23 08:43:48 2021	(r569013)
+++ head/www/node/distinfo	Tue Mar 23 08:44:00 2021	(r569014)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615306880
-SHA256 (node-v15.11.0.tar.gz) = 367aea2415df651bf23242e1b627071173f044ffd9f216d9ff69d3322a889bad
-SIZE (node-v15.11.0.tar.gz) = 62275158
+TIMESTAMP = 1616184173
+SHA256 (node-v15.12.0.tar.gz) = cfb13ad6443e9e08d2c37468e57d2d79b91c5372e9d9d3f03756a0e31d984497
+SIZE (node-v15.12.0.tar.gz) = 62830945

Modified: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi
==============================================================================
--- head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi	Tue Mar 23 08:43:48 2021	(r569013)
+++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi	Tue Mar 23 08:44:00 2021	(r569014)
@@ -1,6 +1,6 @@
---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig	2021-02-02 17:47:01 UTC
+--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig	2021-03-17 20:16:25 UTC
 +++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi
-@@ -696,7 +696,7 @@
+@@ -698,7 +698,7 @@
        '-Wall -O3 -fomit-frame-pointer',
      ],
      'openssl_ex_libs_linux-elf': [


More information about the svn-ports-head mailing list