git: f6a75e2eaa84 - main - www/node20: Update to 20.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6a75e2eaa84570a0ba7a347497775144aac9c96 commit f6a75e2eaa84570a0ba7a347497775144aac9c96 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:51:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:51:08 +0000 www/node20: Update to 20.12.0 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 | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/node20/Makefile.version b/www/node20/Makefile.version index 4155452d81f7..a125446f0781 100644 --- a/www/node20/Makefile.version +++ b/www/node20/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 20.11.1 +NODEJS_PORTVERSION= 20.12.0 diff --git a/www/node20/distinfo b/www/node20/distinfo index f2c8d4e56072..8973dd50029d 100644 --- a/www/node20/distinfo +++ b/www/node20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390438 -SHA256 (node-v20.11.1.tar.xz) = 77813edbf3f7f16d2d35d3353443dee4e61d5ee84d9e3138c7538a3c0ca5209e -SIZE (node-v20.11.1.tar.xz) = 42159296 +TIMESTAMP = 1711860487 +SHA256 (node-v20.12.0.tar.xz) = 76e5346cebfd581528f699f764f4d1a6e87cb818b696708f235ddcb625a0f78d +SIZE (node-v20.12.0.tar.xz) = 41829480 diff --git a/www/node20/files/patch-tools_install.py b/www/node20/files/patch-tools_install.py index 80fdb3a3bae4..4cb60f5a219a 100644 --- a/www/node20/files/patch-tools_install.py +++ b/www/node20/files/patch-tools_install.py @@ -1,11 +1,11 @@ ---- tools/install.py.orig 2024-01-27 12:14:48 UTC +--- tools/install.py.orig 2024-03-26 14:14:20 UTC +++ tools/install.py -@@ -181,7 +181,7 @@ def files(action): - action(['deps/v8/tools/gdbinit'], 'share/doc/node/') - action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/') +@@ -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(['doc/node.1'], 'man/man1/') + action(options, ['doc/node.1'], 'man/man1/') else: - action(['doc/node.1'], 'share/man/man1/') + action(options, ['doc/node.1'], 'share/man/man1/')