[100432] trunk/dports/games/glob2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 11 13:04:42 PST 2012


Revision: 100432
          https://trac.macports.org/changeset/100432
Author:   ryandesign at macports.org
Date:     2012-12-11 13:04:42 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
glob2: fix livecheck; use full path to scons just in case

Modified Paths:
--------------
    trunk/dports/games/glob2/Portfile

Modified: trunk/dports/games/glob2/Portfile
===================================================================
--- trunk/dports/games/glob2/Portfile	2012-12-11 20:41:22 UTC (rev 100431)
+++ trunk/dports/games/glob2/Portfile	2012-12-11 21:04:42 UTC (rev 100432)
@@ -60,8 +60,11 @@
     xinstall -d ${destroot}${prefix}/share
 }
 
-build.cmd           scons
+build.cmd           ${prefix}/bin/scons
 build.target        $buildoptions
 
-destroot.cmd        scons
 destroot.target     "install $buildoptions"
+
+livecheck.type      regex
+livecheck.url       http://globulation2.org/wiki/Download_and_Install
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121211/1d862c15/attachment.html>


More information about the macports-changes mailing list