mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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
This commit is contained in:
parent
c306f299b6
commit
f6a75e2eaa
@ -1 +1 @@
|
||||
NODEJS_PORTVERSION= 20.11.1
|
||||
NODEJS_PORTVERSION= 20.12.0
|
||||
|
@ -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
|
||||
|
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user