The below patch updates node from 0.6.13 to 0.6.14

Changelog:
* net: don't crash when queued write fails (Igor Zinkovsky)
* sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill)
* crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis)
* unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis)
* Add UV_ENOSPC and mappings to it (Bert Belder)
* http-parser: Fix response body is not read (koichik)
* Upgrade npm to 1.1.12

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/node/Makefile,v
retrieving revision 1.29
diff -N -u -p Makefile
--- Makefile    15 Mar 2012 22:05:51 -0000      1.29
+++ Makefile    23 Mar 2012 19:18:24 -0000
@@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386
 
 COMMENT=       V8 JavaScript for clients and servers
 
-NODE_VERSION=  v0.6.13
+NODE_VERSION=  v0.6.14
 DISTNAME=      node-${NODE_VERSION}
 PKGNAME=       ${DISTNAME:S/v//g}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/node/distinfo,v
retrieving revision 1.15
diff -N -u -p distinfo
--- distinfo    15 Mar 2012 22:05:51 -0000      1.15
+++ distinfo    23 Mar 2012 19:18:24 -0000
@@ -1,5 +1,5 @@
-MD5 (node-v0.6.13.tar.gz) = hweFhuIm/XpNtg04vqmq1g==
-RMD160 (node-v0.6.13.tar.gz) = H5E052TGBVeoRSRFOD45UWDE+Hc=
-SHA1 (node-v0.6.13.tar.gz) = BDeex2UdthuwAj8VG0nE3bsd5P8=
-SHA256 (node-v0.6.13.tar.gz) = /E886s/Sz8TsdfxZ2X8fLQSUfv1eGR763etVLfSGJFs=
-SIZE (node-v0.6.13.tar.gz) = 10757157
+MD5 (node-v0.6.14.tar.gz) = MDOoZuIwzKZOIS7o8q8n3Q==
+RMD160 (node-v0.6.14.tar.gz) = 5HIO7BnD8dgL0r3CBMxIg09j2Zo=
+SHA1 (node-v0.6.14.tar.gz) = hNoydGWpbI/ftY81Hod+QXVwqPs=
+SHA256 (node-v0.6.14.tar.gz) = 5BkiMIFVxRl8LQSJSMqc126l+aUfl34Vkb2T/hfUzx8=
+SIZE (node-v0.6.14.tar.gz) = 10742747
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/node/pkg/PLIST,v
retrieving revision 1.10
diff -N -u -p pkg/PLIST
--- pkg/PLIST   15 Mar 2012 22:05:51 -0000      1.10
+++ pkg/PLIST   23 Mar 2012 19:18:25 -0000
@@ -590,15 +590,10 @@ lib/node_modules/npm/node_modules/block-stream/
 lib/node_modules/npm/node_modules/block-stream/README.md
 lib/node_modules/npm/node_modules/block-stream/block-stream.js
 lib/node_modules/npm/node_modules/block-stream/package.json
-lib/node_modules/npm/node_modules/fast-list/
-lib/node_modules/npm/node_modules/fast-list/.npmignore
-lib/node_modules/npm/node_modules/fast-list/.travis.yml
-lib/node_modules/npm/node_modules/fast-list/README.md
-lib/node_modules/npm/node_modules/fast-list/fast-list.js
-lib/node_modules/npm/node_modules/fast-list/package.json
 lib/node_modules/npm/node_modules/fstream/
 lib/node_modules/npm/node_modules/fstream/.npmignore
 lib/node_modules/npm/node_modules/fstream/.travis.yml
+lib/node_modules/npm/node_modules/fstream/LICENCE
 lib/node_modules/npm/node_modules/fstream/README.md
 lib/node_modules/npm/node_modules/fstream/fstream.js
 lib/node_modules/npm/node_modules/fstream/lib/
@@ -752,6 +747,7 @@ lib/node_modules/npm/node_modules/node-gyp/node_module
 lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/
 lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.npmignore
 lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENCE
 lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
 lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/

Reply via email to