aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2021-04-02 21:30:29 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2021-04-06 07:29:01 +0000
commitdda06a776ceae90a655f6684d3bcf56d39fde0ae (patch)
tree7861875073275c419c749082d4f111dd6710581a
parenta26284996496c6fe8e2bcc8c9a30a871e4464c15 (diff)
downloadports-dda06a776ceae90a655f6684d3bcf56d39fde0ae.tar.gz
ports-dda06a776ceae90a655f6684d3bcf56d39fde0ae.zip
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
-rw-r--r--www/node/Makefile2
-rw-r--r--www/node/distinfo6
-rw-r--r--www/node/files/patch-tools_genv8constants.py11
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('''