aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 16:15:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 17:15:11 +0000
commit2153198bcadad14647ca3de8d6b7e908c92d9a43 (patch)
tree72e7b73002279cad427d0c94d7ffdfae7ea40f21
parent60a9deea5dedea76526a263ebf33078d79b67a8b (diff)
downloadports-2153198bcadad14647ca3de8d6b7e908c92d9a43.tar.gz
ports-2153198bcadad14647ca3de8d6b7e908c92d9a43.zip
www/node20: Update to 20.13.1
-rw-r--r--www/node20/Makefile.version2
-rw-r--r--www/node20/distinfo6
-rw-r--r--www/node20/files/patch-tools_install.py11
-rw-r--r--www/node20/pkg-descr6
4 files changed, 6 insertions, 19 deletions
diff --git a/www/node20/Makefile.version b/www/node20/Makefile.version
index e7769912e8d4..55b4a96ad539 100644
--- a/www/node20/Makefile.version
+++ b/www/node20/Makefile.version
@@ -1 +1 @@
-NODEJS_PORTVERSION= 20.12.2
+NODEJS_PORTVERSION= 20.13.1
diff --git a/www/node20/distinfo b/www/node20/distinfo
index e52b7562b5a0..412ca8a90956 100644
--- a/www/node20/distinfo
+++ b/www/node20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712886412
-SHA256 (node-v20.12.2.tar.xz) = d7cbcc5fbfb31e9001f3f0150bbeda59abe5dd7137aaa6273958cd59ce35ced7
-SIZE (node-v20.12.2.tar.xz) = 41634476
+TIMESTAMP = 1715842558
+SHA256 (node-v20.13.1.tar.xz) = 791786a09023241cb7e4f7d65ec90aa924bb39141ff7bb6d5a1dedf7def4b4e7
+SIZE (node-v20.13.1.tar.xz) = 41770976
diff --git a/www/node20/files/patch-tools_install.py b/www/node20/files/patch-tools_install.py
deleted file mode 100644
index 4cb60f5a219a..000000000000
--- a/www/node20/files/patch-tools_install.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/install.py.orig 2024-03-26 14:14:20 UTC
-+++ tools/install.py
-@@ -182,7 +182,7 @@ def files(options, action):
- action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/')
- action(options, [os.path.join(options.v8_dir, 'tools/lldb_commands.py')], 'share/doc/node/')
-
-- if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
-+ if 'openbsd' in sys.platform:
- action(options, ['doc/node.1'], 'man/man1/')
- else:
- action(options, ['doc/node.1'], 'share/man/man1/')
diff --git a/www/node20/pkg-descr b/www/node20/pkg-descr
index 4920df91f200..aed88d828d57 100644
--- a/www/node20/pkg-descr
+++ b/www/node20/pkg-descr
@@ -1,4 +1,2 @@
-Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
-uses an event-driven, non-blocking I/O model that makes it lightweight and
-efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open
-source libraries in the world.
+Node.js is a free, open-source, cross-platform JavaScript runtime environment
+that lets developers create servers, web apps, command line tools and scripts.