[86898] trunk/dports/python/py-pyside-tools/Portfile

mmoll at macports.org mmoll at macports.org
Sun Nov 6 14:43:59 PST 2011


Revision: 86898
          http://trac.macports.org/changeset/86898
Author:   mmoll at macports.org
Date:     2011-11-06 14:43:58 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-pyside-tools: don't run livecheck on all subports

Modified Paths:
--------------
    trunk/dports/python/py-pyside-tools/Portfile

Modified: trunk/dports/python/py-pyside-tools/Portfile
===================================================================
--- trunk/dports/python/py-pyside-tools/Portfile	2011-11-06 21:44:56 UTC (rev 86897)
+++ trunk/dports/python/py-pyside-tools/Portfile	2011-11-06 22:43:58 UTC (rev 86898)
@@ -37,6 +37,10 @@
     destroot.destdir DESTDIR=${destroot}
 }
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     ${realname}-(\[0-9.\]+)\\.tar\\.bz2
+if {${name} == ${subport}} { 
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     ${realname}-(\[0-9.\]+)\\.tar\\.bz2
+} else {
+    livecheck.type      none
+}
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/ee2ae57e/attachment-0001.html>


More information about the macports-changes mailing list