1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Po-Chuan Hsieh 2024-04-01 02:51:08 +08:00
parent c306f299b6
commit f6a75e2eaa
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
NODEJS_PORTVERSION= 20.11.1
NODEJS_PORTVERSION= 20.12.0

View File

@ -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

View File

@ -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/')