Hola,

This update brings node to 0.8.15.

Tested on i386 and amd64 ( native and non-native ports )

OK?

Node changes ( since 0.8.11 ):

2012.11.26, Version 0.8.15 (Stable)
* npm: Upgrade to 1.1.66 (isaacs)
* linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis)
* windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis)
* windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder)
* unix: do not set environ unless one is provided (Charlie McConnell)
* domains: don't crash if domain is set to null (Bert Belder)
* windows: fix the x64 debug build (Bert Belder)
* net, tls: fix connect() resource leak (Ben Noordhuis)

2012.10.25, Version 0.8.14 (Stable)
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)

2012.10.25, Version 0.8.13 (Stable)
* npm: Upgrade to 1.1.65
* url: parse hostnames that start with - or _ (Ben Noordhuis)
* repl: Fix Windows 8 terminal issue (Bert Belder)
* typed arrays: use signed char for signed int8s (Aaron Jacobs)
* crypto: fix bugs in DiffieHellman (Ben Noordhuis)
* configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
* Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
* repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)

2012.10.12, Version 0.8.12 (Stable)
* npm: Upgrade to 1.1.63
* crypto: Reduce stability index to 2-Unstable (isaacs)
* windows: fix handle leak in uv_fs_utime (Bert Belder)
* windows: fix application crashed popup in debug version (Bert Belder)
* buffer: report proper retained size in profiler (Ben Noordhuis)
* buffer: fix byteLength with UTF-16LE (koichik)
* repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan 
Rajlich)
* repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
* http: handle multiple Proxy-Authenticate values (Willi Eggeling)

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/node/Makefile,v
retrieving revision 1.12
diff -N -u -p Makefile
--- Makefile    6 Dec 2012 22:51:08 -0000       1.12
+++ Makefile    7 Dec 2012 14:35:43 -0000
@@ -8,12 +8,10 @@ ONLY_FOR_ARCHS=       amd64 i386
 
 COMMENT=       V8 JavaScript for clients and servers
 
-NODE_VERSION=  v0.8.11
+NODE_VERSION=  v0.8.15
 
 DISTNAME=      node-${NODE_VERSION}
 PKGNAME=       ${DISTNAME:S/v//g}
-
-REVISION=1
 
 CATEGORIES=    lang devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/node/distinfo,v
retrieving revision 1.10
diff -N -u -p distinfo
--- distinfo    28 Sep 2012 01:04:14 -0000      1.10
+++ distinfo    7 Dec 2012 14:35:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (node-v0.8.11.tar.gz) = 6VlEYPmStYYuIftNjvJ5B4OSVMZGtO1eirHsJbTM0p0=
-SIZE (node-v0.8.11.tar.gz) = 11816407
+SHA256 (node-v0.8.15.tar.gz) = F1hjnG3z4IH+JlhUctDxlhxXA7RLpsV+zfZqTAFXkrE=
+SIZE (node-v0.8.15.tar.gz) = 11867033
Index: patches/patch-deps_npm_node_modules_node-gyp_lib_configure_js
===================================================================
RCS file: 
/cvs/ports/lang/node/patches/patch-deps_npm_node_modules_node-gyp_lib_configure_js,v
retrieving revision 1.1.1.1
diff -N -u -p patches/patch-deps_npm_node_modules_node-gyp_lib_configure_js
--- patches/patch-deps_npm_node_modules_node-gyp_lib_configure_js       23 May 
2012 15:11:43 -0000      1.1.1.1
+++ patches/patch-deps_npm_node_modules_node-gyp_lib_configure_js       7 Dec 
2012 14:35:43 -0000
@@ -2,14 +2,14 @@ $OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_con
 
 Make sure node-gyp is able to find a python executable.
 
---- deps/npm/node_modules/node-gyp/lib/configure.js.orig       Mon May  7 
20:10:42 2012
-+++ deps/npm/node_modules/node-gyp/lib/configure.js    Mon May  7 20:11:02 2012
-@@ -17,7 +17,7 @@ exports.usage = 'Generates ' + (win ? 'MSVC project fi
+--- deps/npm/node_modules/node-gyp/lib/configure.js.orig       Fri Dec  7 
07:31:58 2012
++++ deps/npm/node_modules/node-gyp/lib/configure.js    Fri Dec  7 07:32:38 2012
+@@ -23,7 +23,7 @@ exports.usage = 'Generates ' + (win ? 'MSVC project fi
  
  function configure (gyp, argv, callback) {
  
--  var python = process.env.PYTHON || gyp.opts.python || 'python'
-+  var python = process.env.PYTHON || gyp.opts.python || 
'python${MODPY_VERSION}'
+-  var python = gyp.opts.python || process.env.PYTHON || 'python'
++  var python = gyp.opts.python || process.env.PYTHON || 
'python${MODPY_VERSION}'
      , buildDir = path.resolve('build')
-     , configPath
-     , versionStr
+     , hasVCExpress = false
+     , hasWin71SDK = false
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/node/pkg/PLIST,v
retrieving revision 1.9
diff -N -u -p pkg/PLIST
--- pkg/PLIST   26 Sep 2012 17:22:37 -0000      1.9
+++ pkg/PLIST   7 Dec 2012 14:35:43 -0000
@@ -174,10 +174,6 @@ lib/node_modules/chownr/LICENCE
 lib/node_modules/chownr/README.md
 lib/node_modules/chownr/chownr.js
 lib/node_modules/chownr/package.json
-lib/node_modules/couch-login/
-lib/node_modules/couch-login/README.md
-lib/node_modules/couch-login/couch-login.js
-lib/node_modules/couch-login/package.json
 lib/node_modules/fstream/
 lib/node_modules/fstream-npm/
 lib/node_modules/fstream-npm/.npmignore
@@ -414,6 +410,13 @@ lib/node_modules/npm-registry-client/lib/star.js
 lib/node_modules/npm-registry-client/lib/tag.js
 lib/node_modules/npm-registry-client/lib/unpublish.js
 lib/node_modules/npm-registry-client/lib/upload.js
+lib/node_modules/npm-registry-client/node_modules/
+lib/node_modules/npm-registry-client/node_modules/couch-login/
+lib/node_modules/npm-registry-client/node_modules/couch-login/.npmignore
+lib/node_modules/npm-registry-client/node_modules/couch-login/LICENSE
+lib/node_modules/npm-registry-client/node_modules/couch-login/README.md
+lib/node_modules/npm-registry-client/node_modules/couch-login/couch-login.js
+lib/node_modules/npm-registry-client/node_modules/couch-login/package.json
 lib/node_modules/npm-registry-client/package.json
 lib/node_modules/npm/.npmignore
 lib/node_modules/npm/AUTHORS
@@ -825,7 +828,6 @@ lib/node_modules/npm/node_modules/ansi
 lib/node_modules/npm/node_modules/archy
 lib/node_modules/npm/node_modules/block-stream
 lib/node_modules/npm/node_modules/chownr
-lib/node_modules/npm/node_modules/couch-login
 lib/node_modules/npm/node_modules/fstream
 lib/node_modules/npm/node_modules/fstream-npm
 lib/node_modules/npm/node_modules/glob
@@ -907,10 +909,12 @@ lib/node_modules/osenv/osenv.js
 lib/node_modules/osenv/package.json
 lib/node_modules/read/
 lib/node_modules/read-installed/
+lib/node_modules/read-installed/LICENSE
 lib/node_modules/read-installed/README.md
 lib/node_modules/read-installed/package.json
 lib/node_modules/read-installed/read-installed.js
 lib/node_modules/read-package-json/
+lib/node_modules/read-package-json/LICENSE
 lib/node_modules/read-package-json/README.md
 lib/node_modules/read-package-json/package.json
 lib/node_modules/read-package-json/read-json.js
@@ -1012,6 +1016,7 @@ lib/node_modules/semver/bin/
 lib/node_modules/semver/bin/semver
 lib/node_modules/semver/package.json
 lib/node_modules/semver/semver.js
+lib/node_modules/semver/test.js
 lib/node_modules/slide/
 lib/node_modules/slide/.npmignore
 lib/node_modules/slide/LICENSE

Reply via email to