[83179] trunk/dports/devel/nodejs-devel

ciserlohn at macports.org ciserlohn at macports.org
Sat Aug 27 04:29:04 PDT 2011


Revision: 83179
          http://trac.macports.org/changeset/83179
Author:   ciserlohn at macports.org
Date:     2011-08-27 04:29:02 -0700 (Sat, 27 Aug 2011)
Log Message:
-----------
nodejs-devel: update to version 0.5.5

Modified Paths:
--------------
    trunk/dports/devel/nodejs-devel/Portfile
    trunk/dports/devel/nodejs-devel/files/patch-Makefile-python.diff

Modified: trunk/dports/devel/nodejs-devel/Portfile
===================================================================
--- trunk/dports/devel/nodejs-devel/Portfile	2011-08-27 10:07:27 UTC (rev 83178)
+++ trunk/dports/devel/nodejs-devel/Portfile	2011-08-27 11:29:02 UTC (rev 83179)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nodejs-devel
-version                 0.5.4
+version                 0.5.5
 categories              devel net
 platforms               darwin
 maintainers             ciserlohn
@@ -21,8 +21,8 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}/
 
-checksums               rmd160  039ded73ce74fa90206bab3f1bc3c7f5c287d1ad \
-                        sha256  d32d3af4e3286b383640df857d76c2fcca1a2e2cb85abb484483a0a49d09ae71
+checksums               rmd160  ab191a1a4a4345fdbb71649e04cd0ec1e6756f8d \
+                        sha256  6f7ef8859e43545ff9a0e178e39a070f22c6a2abcf46b2cae079f446b5750e65
 
 distname                node-v${version}
 
@@ -41,7 +41,10 @@
 set py27_bin ${prefix}/bin/python2.7
 
 post-patch {
-    foreach f [concat ${worksrcpath}/tools/node-waf ${worksrcpath}/tools/waf-light ${worksrcpath}/wscript [rec_glob ${worksrcpath} *.py]] {
+    foreach f [concat ${worksrcpath}/tools/node-waf ${worksrcpath}/tools/waf-light \
+               ${worksrcpath}/tools/gyp_node ${worksrcpath}/tools/gyp/gyp \
+               ${worksrcpath}/wscript ${worksrcpath}/configure-gyp \
+               ${worksrcpath}/deps/uv/gyp_uv [rec_glob ${worksrcpath} *.py]] {
         reinplace "s|/usr/bin/env python|${py27_bin}|" ${f}
     }
 }

Modified: trunk/dports/devel/nodejs-devel/files/patch-Makefile-python.diff
===================================================================
--- trunk/dports/devel/nodejs-devel/files/patch-Makefile-python.diff	2011-08-27 10:07:27 UTC (rev 83178)
+++ trunk/dports/devel/nodejs-devel/files/patch-Makefile-python.diff	2011-08-27 11:29:02 UTC (rev 83179)
@@ -1,10 +1,10 @@
---- Makefile.orig	2011-08-12 13:11:21.000000000 +0200
-+++ Makefile	2011-08-12 13:14:49.000000000 +0200
+--- Makefile.orig	2011-08-27 10:03:17.000000000 +0200
++++ Makefile	2011-08-27 10:06:03.000000000 +0200
 @@ -1,4 +1,4 @@
 -WAF=python tools/waf-light
 +WAF=$(PYTHON) tools/waf-light
  
- web_root = ryan at nodejs.org:~/web/nodejs.org/
+ web_root = node at nodejs.org:~/web/nodejs.org/
  
 @@ -33,40 +33,40 @@
  	@$(WAF) uninstall
@@ -59,20 +59,20 @@
  
  UVTEST += simple/test-assert
  UVTEST += simple/test-buffer
-@@ -257,10 +257,10 @@
+@@ -261,10 +261,10 @@
  
  
  test-uv: all
--	NODE_USE_UV=1 python tools/test.py $(UVTEST)
-+	NODE_USE_UV=1 $(PYTHON) tools/test.py $(UVTEST)
+-	NODE_USE_UV=1 python tools/test.py --libuv simple
++	NODE_USE_UV=1 $(PYTHON) tools/test.py --libuv simple
  
  test-uv-debug: all
--	NODE_USE_UV=1 python tools/test.py --mode=debug $(UVTEST)
-+	NODE_USE_UV=1 $(PYTHON) tools/test.py --mode=debug $(UVTEST)
+-	NODE_USE_UV=1 python tools/test.py --mode=debug simple
++	NODE_USE_UV=1 $(PYTHON) tools/test.py --mode=debug simple
  
  
- build/default/node: all
-@@ -344,10 +344,10 @@
+ out/Release/node: all
+@@ -348,10 +348,10 @@
  	./node benchmark/idle_clients.js &
  
  jslint:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110827/4dc851fe/attachment.html>


More information about the macports-changes mailing list