From 2153198bcadad14647ca3de8d6b7e908c92d9a43 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 20 May 2024 00:15:57 +0800 Subject: www/node20: Update to 20.13.1 Changes: https://github.com/nodejs/node/releases https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md --- www/node20/Makefile.version | 2 +- www/node20/distinfo | 6 +++--- www/node20/files/patch-tools_install.py | 11 ----------- www/node20/pkg-descr | 6 ++---- 4 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 www/node20/files/patch-tools_install.py 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. -- cgit v1.2.3