Hola! Changed my email :D

This is a pretty straight forward update for node. ChangeLog is here:
https://raw.githubusercontent.com/joyent/node/v0.10.35/ChangeLog

I have been running it on amd64 for about the last few weeks. Would
like some tests on i386 if possible!

I received the go-ahead to commit these updates as needed.. so unless I
hear from someone in the next few days, I will commit this version.

Also for anyone interested I have a working version of io.js available
here: https://github.com/qbit/mystuff/tree/master/lang/iojs

io.js has a bunch of cool features like es6, much much newer version of
v8 (feels wicked fast to me).

Cheers,
Aaron

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/node/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile    24 Sep 2014 18:17:27 -0000      1.32
+++ Makefile    13 Jan 2015 20:15:55 -0000
@@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386

 COMMENT=       V8 JavaScript for clients and servers

-NODE_VERSION=  v0.10.32
+NODE_VERSION=  v0.10.35

 DISTNAME=      node-${NODE_VERSION}
 PKGNAME=       ${DISTNAME:S/v//g}
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/node/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo    24 Sep 2014 18:17:27 -0000      1.22
+++ distinfo    13 Jan 2015 20:15:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (node-v0.10.32.tar.gz) = whINDj0tGRZUyxHbwKM6chbVNzIXMxdoHalQK+ADDxA=
-SIZE (node-v0.10.32.tar.gz) = 13585240
+SHA256 (node-v0.10.35.tar.gz) = AENla7FyTLCdvclgov1u4307rbL5x1VistESNdqkCgM=
+SIZE (node-v0.10.35.tar.gz) = 14417025

Reply via email to