git: 2153198bcada - main - www/node20: Update to 20.13.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:24:10 UTC
The branch main has been updated by sunpoet:

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

commit 2153198bcadad14647ca3de8d6b7e908c92d9a43
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:15:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:11 +0000

    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(-)

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.