[97675] trunk/dports/devel/nodejs/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Tue Sep 11 13:56:27 PDT 2012


Revision: 97675
          http://trac.macports.org//changeset/97675
Author:   ciserlohn at macports.org
Date:     2012-09-11 13:05:23 -0700 (Tue, 11 Sep 2012)
Log Message:
-----------
nodejs: update to version 0.8.9; fix installation of wafadmin files in sub directories (see #35966)

Modified Paths:
--------------
    trunk/dports/devel/nodejs/Portfile

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2012-09-11 19:07:30 UTC (rev 97674)
+++ trunk/dports/devel/nodejs/Portfile	2012-09-11 20:05:23 UTC (rev 97675)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nodejs
-version                 0.8.8
+version                 0.8.9
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -22,8 +22,8 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}
 
-checksums               rmd160  57d9b146fbe171b241b2c7949cb8b94289adbeea \
-                        sha256  092b7045b8e956f838a2a3da36cdcf7954e9e0d16fb88b14e2b7d090422e3133
+checksums               rmd160  2ae53c163b4924dffbdd76e3b9d3a8f85850c9cb \
+                        sha256  320f06877c5e4b4dcc407c76c4d6dcf24384211c2ee22f8bc794a8ec898136ba
 
 
 distname                node-v${version}
@@ -123,6 +123,7 @@
     set libndir ${libdir}/node
     set libddir ${libdir}/dtrace
     set libwdir ${libndir}/wafadmin
+    set libwtdir ${libndir}/wafadmin/Tools
     set incdir ${destroot}${prefix}/include/node
     set incpdir ${destroot}${prefix}/include/node/uv-private
     set docdir ${destroot}${prefix}/share/doc/${name}
@@ -132,6 +133,7 @@
     xinstall -d ${libndir}
     xinstall -d ${libddir}
     xinstall -d ${libwdir}
+    xinstall -d ${libwtdir}
     xinstall -d ${incdir}
     xinstall -d ${incpdir}
     xinstall -d ${docdir}
@@ -172,7 +174,8 @@
         ${incpdir}
 
 # install the wafadmin tool
-    eval xinstall -m 644 [rec_glob ${worksrcpath}/tools/wafadmin *.py] ${libwdir}
+    eval xinstall -m 644 [glob -directory ${worksrcpath}/tools/wafadmin -nocomplain -type f *] ${libwdir}
+    eval xinstall -m 644 [glob -directory ${worksrcpath}/tools/wafadmin/Tools -nocomplain -type f *] ${libwtdir}
 
 # install dtrace script
     xinstall -m 644 -W ${worksrcpath} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120911/4453fdc0/attachment.html>


More information about the macports-changes mailing list