Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 07:29:30 GMT
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dda06a776cea - main - www/node: Update 15.12.0 -> 15.13.0
Message-ID:  <202104060729.1367TU8Y022134@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bhughes:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dda06a776ceae90a655f6684d3bcf56d39fde0ae

commit dda06a776ceae90a655f6684d3bcf56d39fde0ae
Author:     Bradley T. Hughes <bhughes@FreeBSD.org>
AuthorDate: 2021-04-02 21:30:29 +0000
Commit:     Bradley T. Hughes <bhughes@FreeBSD.org>
CommitDate: 2021-04-06 07:29:01 +0000

    www/node: Update 15.12.0 -> 15.13.0
    
    https://nodejs.org/en/blog/release/v15.13.0/
    
    Remove files/patch-tools_genv8constants.py which had a change that was
    incompatible with an upstream change to make the tool compatible with
    Python 3.
    
    Sponsored by:   Miles AS
---
 www/node/Makefile                            |  2 +-
 www/node/distinfo                            |  6 +++---
 www/node/files/patch-tools_genv8constants.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/www/node/Makefile b/www/node/Makefile
index 0612545e785a..87598ead8eaa 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	15.12.0
+DISTVERSION=	15.13.0
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
 
diff --git a/www/node/distinfo b/www/node/distinfo
index 5e0ec85847e2..33683cedad4e 100644
--- a/www/node/distinfo
+++ b/www/node/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616184173
-SHA256 (node-v15.12.0.tar.gz) = cfb13ad6443e9e08d2c37468e57d2d79b91c5372e9d9d3f03756a0e31d984497
-SIZE (node-v15.12.0.tar.gz) = 62830945
+TIMESTAMP = 1617218745
+SHA256 (node-v15.13.0.tar.gz) = 96926e5b8f2f3ea805596448f01b16115882f3a594e2e999dc7349f80b3ec1f8
+SIZE (node-v15.13.0.tar.gz) = 63197534
diff --git a/www/node/files/patch-tools_genv8constants.py b/www/node/files/patch-tools_genv8constants.py
deleted file mode 100644
index da6a86d513f2..000000000000
--- a/www/node/files/patch-tools_genv8constants.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/genv8constants.py.orig	2020-08-20 20:43:20 UTC
-+++ tools/genv8constants.py
-@@ -20,7 +20,7 @@ if len(sys.argv) != 3:
- outfile = open(sys.argv[1], 'w')
- try:
-   pipe = subprocess.Popen([ 'objdump', '-z', '-D', sys.argv[2] ],
--      bufsize=-1, stdout=subprocess.PIPE).stdout
-+      bufsize=-1, stdout=subprocess.PIPE, universal_newlines=True).stdout
- except OSError as e:
-   if e.errno == errno.ENOENT:
-     print('''



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