[131802] trunk/dports/devel/iojs/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Sun Jan 18 22:18:33 PST 2015


Revision: 131802
          https://trac.macports.org/changeset/131802
Author:   ciserlohn at macports.org
Date:     2015-01-18 22:18:33 -0800 (Sun, 18 Jan 2015)
Log Message:
-----------
iojs: use MacPorts "ln" instead of "system ln"; fix livecheck

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

Modified: trunk/dports/devel/iojs/Portfile
===================================================================
--- trunk/dports/devel/iojs/Portfile	2015-01-19 02:29:16 UTC (rev 131801)
+++ trunk/dports/devel/iojs/Portfile	2015-01-19 06:18:33 UTC (rev 131802)
@@ -127,7 +127,7 @@
         out/Release/${name} \
         ${bindir}
 
-    system "ln -s ${name} ${bindir}/node"
+    ln -s ${name} ${bindir}/node
 
 # install headers
     xinstall -m 644 -W ${worksrcpath} \
@@ -227,4 +227,4 @@
 
 livecheck.url       ${homepage}dist/
 livecheck.type      regex
-livecheck.regex     {Version (\d+\.\d+\.\d+)}
+livecheck.regex     {v(\d+\.\d+\.\d+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150118/3c960c78/attachment.html>


More information about the macports-changes mailing list