This update is for node.js 

ChangeLog:
        2012.03.02 Version 0.6.12 (stable)
        * Upgrade V8 to 3.6.6.24
        * dtrace ustack helper improvements (Dave Pacheco)
        * API Documentation refactor (isaacs)
        * #2827 net: fix race write() before and after connect() (koichik)
        * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ 
ONeal)
        * punycode: Update to v1.0.0 (Mathias Bynens)
        * Make a fat binary for the OS X pkg (isaacs)
        * Fix hang on accessing process.stdin (isaacs)
        * repl: make tab completion work on non-objects (Nathan Rajlich)
        * Fix fs.watch on OS X (Ben Noordhuis)
        * Fix #2515 nested setTimeouts cause premature process exit (Ben 
Noordhuis)
        * windows: fix time conversion in stat (Igor Zinkovsky)
        * windows: fs: handle EOF in read (Brandon Philips)
        * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky)
        * Upgrade npm to 1.1.4 (isaacs)
          - windows fixes
          - Bundle nested bundleDependencies properly
          - install: support --save with url install targets
          - shrinkwrap: behave properly with url-installed modules
          - support installing uncompressed tars or single file modules from 
urls etc.
          - don't run make clean on rebuild
          - support HTTPS-over-HTTP proxy tunneling

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/node/Makefile,v
retrieving revision 1.26
diff -N -u -p Makefile
--- Makefile    17 Feb 2012 15:38:47 -0000      1.26
+++ Makefile    3 Mar 2012 00:20:19 -0000
@@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386
 
 COMMENT=       V8 JavaScript for clients and servers
 
-NODE_VERSION=  v0.6.10
+NODE_VERSION=  v0.6.12
 DISTNAME=      node-${NODE_VERSION}
 PKGNAME=       ${DISTNAME:S/v//g}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/node/distinfo,v
retrieving revision 1.13
diff -N -u -p distinfo
--- distinfo    17 Feb 2012 15:38:47 -0000      1.13
+++ distinfo    3 Mar 2012 00:20:19 -0000
@@ -1,5 +1,5 @@
-MD5 (node-v0.6.10.tar.gz) = inT9XUjCx8ZKvGCyuPP7xw==
-RMD160 (node-v0.6.10.tar.gz) = 9iXi3fO54QTLO5z2Ociut5IfpV0=
-SHA1 (node-v0.6.10.tar.gz) = /wmIUkNMWV2GaTHDSgvS+diI3Zs=
-SHA256 (node-v0.6.10.tar.gz) = 0dBgq1PGB5QJQDUwAJoglQNvGZIKq9OhwgVC4NtYa9U=
-SIZE (node-v0.6.10.tar.gz) = 10545272
+MD5 (node-v0.6.12.tar.gz) = oSdmrkADyXEpJ9H6E07Z9g==
+RMD160 (node-v0.6.12.tar.gz) = g9vO7/OgPracJ0HiWfSXCMOB4yY=
+SHA1 (node-v0.6.12.tar.gz) = RILhwJ5XEIVmjo9Q1swE5H/Zyyw=
+SHA256 (node-v0.6.12.tar.gz) = oWOS+4OyiL1Ay2RZMlN1akT4ERR47fXozEOaZGIigcQ=
+SIZE (node-v0.6.12.tar.gz) = 10452498
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/node/pkg/PLIST,v
retrieving revision 1.7
diff -N -u -p pkg/PLIST
--- pkg/PLIST   24 Jan 2012 10:03:55 -0000      1.7
+++ pkg/PLIST   3 Mar 2012 00:20:19 -0000
@@ -125,6 +125,7 @@ lib/node_modules/npm/doc/api/restart.md
 lib/node_modules/npm/doc/api/root.md
 lib/node_modules/npm/doc/api/run-script.md
 lib/node_modules/npm/doc/api/search.md
+lib/node_modules/npm/doc/api/shrinkwrap.md
 lib/node_modules/npm/doc/api/start.md
 lib/node_modules/npm/doc/api/stop.md
 lib/node_modules/npm/doc/api/submodule.md
@@ -179,6 +180,7 @@ lib/node_modules/npm/doc/cli/run-script.md
 lib/node_modules/npm/doc/cli/scripts.md
 lib/node_modules/npm/doc/cli/search.md
 lib/node_modules/npm/doc/cli/semver.md
+lib/node_modules/npm/doc/cli/shrinkwrap.md
 lib/node_modules/npm/doc/cli/star.md
 lib/node_modules/npm/doc/cli/start.md
 lib/node_modules/npm/doc/cli/stop.md
@@ -228,6 +230,7 @@ lib/node_modules/npm/html/api/root.html
 lib/node_modules/npm/html/api/run-script.html
 lib/node_modules/npm/html/api/search.html
 lib/node_modules/npm/html/api/set.html
+lib/node_modules/npm/html/api/shrinkwrap.html
 lib/node_modules/npm/html/api/start.html
 lib/node_modules/npm/html/api/stop.html
 lib/node_modules/npm/html/api/style.css
@@ -294,6 +297,7 @@ lib/node_modules/npm/html/doc/scripts.html
 lib/node_modules/npm/html/doc/search.html
 lib/node_modules/npm/html/doc/semver.html
 lib/node_modules/npm/html/doc/set.html
+lib/node_modules/npm/html/doc/shrinkwrap.html
 lib/node_modules/npm/html/doc/star.html
 lib/node_modules/npm/html/doc/start.html
 lib/node_modules/npm/html/doc/stop.html
@@ -353,6 +357,7 @@ lib/node_modules/npm/lib/root.js
 lib/node_modules/npm/lib/run-script.js
 lib/node_modules/npm/lib/search.js
 lib/node_modules/npm/lib/set.js
+lib/node_modules/npm/lib/shrinkwrap.js
 lib/node_modules/npm/lib/star.js
 lib/node_modules/npm/lib/start.js
 lib/node_modules/npm/lib/stop.js
@@ -380,7 +385,7 @@ lib/node_modules/npm/lib/utils/exec.js
 lib/node_modules/npm/lib/utils/fetch.js
 lib/node_modules/npm/lib/utils/find-prefix.js
 lib/node_modules/npm/lib/utils/find.js
-lib/node_modules/npm/lib/utils/get-agent.js
+lib/node_modules/npm/lib/utils/gently-rm.js
 lib/node_modules/npm/lib/utils/get.js
 lib/node_modules/npm/lib/utils/ini.js
 lib/node_modules/npm/lib/utils/lifecycle.js
@@ -464,6 +469,7 @@ lib/node_modules/npm/man/man1/
 @man lib/node_modules/npm/man/man1/search.1
 @man lib/node_modules/npm/man/man1/semver.1
 @man lib/node_modules/npm/man/man1/set.1
+@man lib/node_modules/npm/man/man1/shrinkwrap.1
 @man lib/node_modules/npm/man/man1/star.1
 @man lib/node_modules/npm/man/man1/start.1
 @man lib/node_modules/npm/man/man1/stop.1
@@ -511,6 +517,7 @@ lib/node_modules/npm/man/man3/
 @man lib/node_modules/npm/man/man3/run-script.3
 @man lib/node_modules/npm/man/man3/search.3
 @man lib/node_modules/npm/man/man3/set.3
+@man lib/node_modules/npm/man/man3/shrinkwrap.3
 @man lib/node_modules/npm/man/man3/start.3
 @man lib/node_modules/npm/man/man3/stop.3
 @man lib/node_modules/npm/man/man3/submodule.3
@@ -628,6 +635,7 @@ lib/node_modules/npm/node_modules/request/main.js
 lib/node_modules/npm/node_modules/request/mimetypes.js
 lib/node_modules/npm/node_modules/request/oauth.js
 lib/node_modules/npm/node_modules/request/package.json
+lib/node_modules/npm/node_modules/request/tunnel.js
 lib/node_modules/npm/node_modules/request/uuid.js
 lib/node_modules/npm/node_modules/request/vendor/
 lib/node_modules/npm/node_modules/request/vendor/cookie/
@@ -637,7 +645,6 @@ lib/node_modules/npm/node_modules/rimraf/
 lib/node_modules/npm/node_modules/rimraf/AUTHORS
 lib/node_modules/npm/node_modules/rimraf/LICENSE
 lib/node_modules/npm/node_modules/rimraf/README.md
-lib/node_modules/npm/node_modules/rimraf/fiber.js
 lib/node_modules/npm/node_modules/rimraf/package.json
 lib/node_modules/npm/node_modules/rimraf/rimraf.js
 lib/node_modules/npm/node_modules/semver/
@@ -724,6 +731,10 @@ lib/node_modules/npm/test/packages/npm-test-optional-d
 lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json
 lib/node_modules/npm/test/packages/npm-test-private/
 lib/node_modules/npm/test/packages/npm-test-private/package.json
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/package.json
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.sh
 lib/node_modules/npm/test/packages/npm-test-test-package/
 lib/node_modules/npm/test/packages/npm-test-test-package/package.json
 lib/node_modules/npm/test/packages/npm-test-url-dep/

Reply via email to