CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/06/28 02:30:28
Modified files:
lang/node : Makefile distinfo
lang/node/patches:
patch-deps_npm_node_modules_node-gyp_lib_build_js
patch-deps_v8_src_heap_cc
lang/node/pkg : PLIST
Added files:
lang/node/patches: patch-common_gypi
patch-deps_npm_bin_node-gyp-bin_node-gyp
patch-deps_npm_lib_utils_cmd-shim_js
patch-deps_npm_node_modules_node-gyp_legacy_tools_gyp_pylib_gyp_common_py
patch-deps_uv_src_ares_config_openbsd_ares_config_h
patch-node_gyp
patch-tools_gyp_pylib_gyp_common_py
patch-tools_installer_js
Removed files:
lang/node/patches: patch-src_platform_openbsd_cc patch-wscript
Log message:
- update node to 0.8.0
* please see this blog post for more details on the changes:
http://blog.nodejs.org/2012/06/25/node-v0-8-0/
* the migration wiki can be consulted to port your code to node 0.8:
https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
- expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too
from aaron bieber with tweaks by me
ok jeremy@