CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/04 10:42:57
Modified files:
lang/node : Makefile distinfo
lang/node/patches: patch-common_gypi
patch-deps_npm_node_modules_node-gyp_lib_install_js
patch-deps_v8_src_base_utils_random-number-generator_cc
patch-lib_module_js patch-node_gypi
lang/node/pkg : PLIST
Log message:
Update node to 12.16.1. This fixes a number of issues with the port:
- We now ship the -header package instead of including the full distfile.
This fixes node-gyp builds (as we had the wrong version in there).
- Teach the bundled openssl how to use $MAKE_PROGRAM (patch from Martin Sander).
While here, drop myself as MAINTAINER.
OK denis@