Re: Update www/node from 0.6.0 -> 0.6.1

2011-11-15 Thread Stuart Henderson
Please don't send tarballs for updates either, you can use 'cvs add' and 'cvs rm' against anoncvs servers if you want to prepare a diff with changed files (the main exception is if you have to add a new directory, you can work around this but it's enough of a pain that it's rarely worth the hassle)

Re: Update www/node from 0.6.0 -> 0.6.1

2011-11-15 Thread Aaron
This is a diff against a tarball I sent earlier. Will do for next time tho. On Tue, Nov 15, 2011 at 6:04 PM, Stuart Henderson wrote: > On 2011-11-15, Aaron wrote: >> This is an update to my previous update submission :D > >> -NODE_VERSION=  v0.6.0 >> +NODE_VERSION=  v0.6.1 > > Oh please don't d

Re: Update www/node from 0.6.0 -> 0.6.1

2011-11-15 Thread Stuart Henderson
On 2011-11-15, Aaron wrote: > This is an update to my previous update submission :D > -NODE_VERSION= v0.6.0 > +NODE_VERSION= v0.6.1 Oh please don't do that, send diffs against ports CVS, not against previous diffs.

Update www/node from 0.6.0 -> 0.6.1

2011-11-15 Thread Aaron
This is an update to my previous update submission :D It updates NodeJS from 0.6.0 to 0.6.1 Tested on i386 / amd64. diff --git a/Makefile b/Makefile index 93e27f9..7856d7b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386 COMMENT= V8 JavaScript for clients and s