Hi,

This patch updates node.js from 0.8.0 to 0.8.1 . I waited for a bit
before submitting this one - so hopefully the checksums stay the same :P 

* V8: upgrade to v3.11.10.12
* npm: upgrade to v1.1.33
  - Support for parallel use of the cache folder
  - Retry on registry timeouts or network failures (Trent Mick)
  - Reduce 'engines' failures to a warning
  - Use new zsh completion if aviailable (Jeremy Cantrell)
* Fix #3577 Un-break require('sys')
* util: speed up formatting of large arrays/objects (Ben Noordhuis)
* windows: make fs.realpath(Sync) work with UNC paths (Bert Belder)
* build: fix --shared-v8 option (Ben Noordhuis)
* doc: `detached` is a boolean (Andreas Madsen)
* build: use proper python interpreter (Ben Noordhuis)
* build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis)
* build: handle CC env var with spaces (Gabriel de Perthuis)
* build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis)
* build: fix --shared-v8 option (Ben Noordhuis)
* windows msi: Fix icon issue which caused huge file size (Bert Belder)
* unix: assume that dlopen() may clobber dlerror() (Ben Noordhuis)
* sunos: fix memory corruption bugs (Ben Noordhuis)
* windows: better (f)utimes and (f)stat (Bert Belder)


Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/node/Makefile,v
retrieving revision 1.3
diff -N -u -p Makefile
--- Makefile    28 Jun 2012 08:30:28 -0000      1.3
+++ Makefile    29 Jun 2012 20:14:04 -0000
@@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386
 
 COMMENT=       V8 JavaScript for clients and servers
 
-NODE_VERSION=  v0.8.0
+NODE_VERSION=  v0.8.1
 
 DISTNAME=      node-${NODE_VERSION}
 PKGNAME=       ${DISTNAME:S/v//g}
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/node/distinfo,v
retrieving revision 1.3
diff -N -u -p distinfo
--- distinfo    28 Jun 2012 08:30:28 -0000      1.3
+++ distinfo    29 Jun 2012 20:14:04 -0000
@@ -1,5 +1,5 @@
-MD5 (node-v0.8.0.tar.gz) = fv3gCtMpLUxWrWB6tnbZNQ==
-RMD160 (node-v0.8.0.tar.gz) = rPBruqX+bnB+YMcZ8np6T58EEXI=
-SHA1 (node-v0.8.0.tar.gz) = UXH7Rvv+5axxKcSxcgej81ofV+g=
-SHA256 (node-v0.8.0.tar.gz) = 7K/KAYtRCaKFN2M9BDPVE/aLG65xkaGCHo6qhMzxKO4=
-SIZE (node-v0.8.0.tar.gz) = 11829547
+MD5 (node-v0.8.1.tar.gz) = Mqb3t88ZbLib2XN0GuWN0Q==
+RMD160 (node-v0.8.1.tar.gz) = Vvpl0F7wG30pA0W08L2F/8lgtJc=
+SHA1 (node-v0.8.1.tar.gz) = iSeQVTuBIbqGJNgpPQy32LAQlNc=
+SHA256 (node-v0.8.1.tar.gz) = DNoTJaAQzhj2hQGuaODOl/AJTnooLDSkUfVSYhZDqIQ=
+SIZE (node-v0.8.1.tar.gz) = 11806425

Reply via email to