svn commit: r528200 - in head/www/node: . files
Bradley T. Hughes
bhughes at FreeBSD.org
Tue Mar 10 22:45:42 UTC 2020
Author: bhughes
Date: Tue Mar 10 22:45:40 2020
New Revision: 528200
URL: https://svnweb.freebsd.org/changeset/ports/528200
Log:
www/node: Update 13.9.0 -> 13.10.1
https://nodejs.org/en/blog/release/v13.10.0/
https://nodejs.org/en/blog/release/v13.10.1/
Refresh patches with `make makepatch`.
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 10 22:03:20 2020 (r528199)
+++ head/www/node/Makefile Tue Mar 10 22:45:40 2020 (r528200)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 13.9.0
+PORTVERSION= 13.10.1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo Tue Mar 10 22:03:20 2020 (r528199)
+++ head/www/node/distinfo Tue Mar 10 22:45:40 2020 (r528200)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583856653
-SHA256 (node-v13.9.0.tar.gz) = 1953121fcf5a8933e0bd282f78e6b8b25fb6d55bb50d47416ae7a7dbbdc288bb
-SIZE (node-v13.9.0.tar.gz) = 61369533
+TIMESTAMP = 1583876293
+SHA256 (node-v13.10.1.tar.gz) = d5b829176ae2d712dba07aa53e0a96eed59ce8cb7e98a175e18fe9737c92aee1
+SIZE (node-v13.10.1.tar.gz) = 61455832
Modified: head/www/node/files/patch-node.gypi
==============================================================================
--- head/www/node/files/patch-node.gypi Tue Mar 10 22:03:20 2020 (r528199)
+++ head/www/node/files/patch-node.gypi Tue Mar 10 22:45:40 2020 (r528200)
@@ -1,6 +1,6 @@
---- node.gypi.orig 2020-01-07 22:07:51 UTC
+--- node.gypi.orig 2020-03-05 00:41:47 UTC
+++ node.gypi
-@@ -328,6 +328,9 @@
+@@ -322,6 +322,9 @@
['openssl_fips != "" or openssl_is_fips=="true"', {
'defines': [ 'NODE_FIPS_MODE' ],
}],
More information about the svn-ports-all
mailing list