mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Security: https://vuxml.freebsd.org/freebsd/5c777f88-40ff-4e1e-884b-ad63dfb9bb15.html Security: https://vuxml.freebsd.org/freebsd/9c91e1f8-f255-4b57-babe-2e385558f1dc.html
14 lines
532 B
Python
14 lines
532 B
Python
--- third_party/node/check_version.py.orig 2025-07-02 06:08:04 UTC
|
|
+++ third_party/node/check_version.py
|
|
@@ -17,11 +17,6 @@ def main(argv):
|
|
parser.add_argument('--out_file', required=True)
|
|
args = parser.parse_args(argv)
|
|
|
|
- node.RunNode([
|
|
- os.path.join(_HERE_PATH, 'check_version.js'),
|
|
- '--expected_version_file', args.expected_version_file,
|
|
- ])
|
|
-
|
|
# If the above script succeeded, write a dummy output file, since Ninja
|
|
# requires every target to have an output.
|
|
with open(args.out_file, "w") as file:
|