[86901] trunk/dports/python/py-suds/Portfile

mmoll at macports.org mmoll at macports.org
Sun Nov 6 14:44:46 PST 2011


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

Modified Paths:
--------------
    trunk/dports/python/py-suds/Portfile

Modified: trunk/dports/python/py-suds/Portfile
===================================================================
--- trunk/dports/python/py-suds/Portfile	2011-11-06 22:44:31 UTC (rev 86900)
+++ trunk/dports/python/py-suds/Portfile	2011-11-06 22:44:46 UTC (rev 86901)
@@ -29,6 +29,10 @@
     depends_build-append port:py${python.version}-distribute
 }
 
-livecheck.type      regex
-livecheck.url       https://fedorahosted.org/suds/wiki/ReleaseHistory
-livecheck.regex     Release \\((\[0-9.\]+)\\)
+if {${name} == ${subport}} { 
+    livecheck.type      regex
+    livecheck.url       https://fedorahosted.org/suds/wiki/ReleaseHistory
+    livecheck.regex     Release \\((\[0-9.\]+)\\)
+} else {
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/b99b38d2/attachment.html>


More information about the macports-changes mailing list