Thanks Remi,

Looks like the updated the tarball.

Updated patch below.

On Tue, May 01, 2012 at 09:18:32AM +0200, Remi Pointel wrote:
> 
> I applied your patch but the size/checksum of distfile mismatch:
> 

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/node/Makefile,v
retrieving revision 1.31
diff -N -u -p Makefile
--- Makefile    12 Apr 2012 10:16:50 -0000      1.31
+++ Makefile    1 May 2012 13:09:05 -0000
@@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386
 
 COMMENT=       V8 JavaScript for clients and servers
 
-NODE_VERSION=  v0.6.15
+NODE_VERSION=  v0.6.16
 DISTNAME=      node-${NODE_VERSION}
 PKGNAME=       ${DISTNAME:S/v//g}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/node/distinfo,v
retrieving revision 1.17
diff -N -u -p distinfo
--- distinfo    12 Apr 2012 10:16:50 -0000      1.17
+++ distinfo    1 May 2012 13:09:05 -0000
@@ -1,5 +1,5 @@
-MD5 (node-v0.6.15.tar.gz) = hSz7HtgSWkzbpFZEbYadGQ==
-RMD160 (node-v0.6.15.tar.gz) = oe2i/G+QMXh/qx+dOTA48uy0aoc=
-SHA1 (node-v0.6.15.tar.gz) = XFLY+R8iEnf+adDlv3PRPQ8jA48=
-SHA256 (node-v0.6.15.tar.gz) = eIWaGjHI56ZNDvoEAybZPGYkzDRNObLkfhTpxNwxNuA=
-SIZE (node-v0.6.15.tar.gz) = 10741691
+MD5 (node-v0.6.16.tar.gz) = FDlsGL4MqWYM9hrji+5v3g==
+RMD160 (node-v0.6.16.tar.gz) = 7UcE4kPxlQYmA92aHKNX6iY9VZA=
+SHA1 (node-v0.6.16.tar.gz) = cEalOEIN91cYsXXTZRW3hJiioi4=
+SHA256 (node-v0.6.16.tar.gz) = IdnMyqZCeU22lhnYE63wCzUzCAqJKDcMKxpLOmR46qc=
+SIZE (node-v0.6.16.tar.gz) = 10252524
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/node/pkg/PLIST,v
retrieving revision 1.12
diff -N -u -p pkg/PLIST
--- pkg/PLIST   12 Apr 2012 10:16:50 -0000      1.12
+++ pkg/PLIST   1 May 2012 13:09:05 -0000
@@ -366,15 +366,6 @@ lib/node_modules/npm/html/docfoot.html
 lib/node_modules/npm/html/dochead.html
 lib/node_modules/npm/html/favicon.ico
 lib/node_modules/npm/html/index.html
-lib/node_modules/npm/html/n-64.png
-lib/node_modules/npm/html/n-large.png
-lib/node_modules/npm/html/npm-16.png
-lib/node_modules/npm/html/npm-256-square.png
-lib/node_modules/npm/html/npm-256w.png
-lib/node_modules/npm/html/npm-64-square.png
-lib/node_modules/npm/html/npm-fin.png
-lib/node_modules/npm/html/npm-large.png
-lib/node_modules/npm/html/npm.png
 lib/node_modules/npm/lib/
 lib/node_modules/npm/lib/adduser.js
 lib/node_modules/npm/lib/bin.js
@@ -664,6 +655,7 @@ lib/node_modules/npm/node_modules/mkdirp/index.js
 lib/node_modules/npm/node_modules/mkdirp/package.json
 lib/node_modules/npm/node_modules/node-gyp/
 lib/node_modules/npm/node_modules/node-gyp/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/LICENSE
 lib/node_modules/npm/node_modules/node-gyp/README.md
 lib/node_modules/npm/node_modules/node-gyp/bin/
 lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
@@ -747,8 +739,6 @@ lib/node_modules/npm/node_modules/node-gyp/lib/node-gy
 lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
 lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
 lib/node_modules/npm/node_modules/node-gyp/lib/util/
-lib/node_modules/npm/node_modules/node-gyp/lib/util/asyncEmit.js
-lib/node_modules/npm/node_modules/node-gyp/lib/util/hook.js
 lib/node_modules/npm/node_modules/node-gyp/lib/util/mkdirp.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/
 lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/

Reply via email to