[86890] trunk/dports/python/py-tz/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 10:03:18 PST 2011


Revision: 86890
          http://trac.macports.org/changeset/86890
Author:   ram at macports.org
Date:     2011-11-06 10:03:18 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-tz: don't run livecheck on all subports

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

Modified: trunk/dports/python/py-tz/Portfile
===================================================================
--- trunk/dports/python/py-tz/Portfile	2011-11-06 18:02:43 UTC (rev 86889)
+++ trunk/dports/python/py-tz/Portfile	2011-11-06 18:03:18 UTC (rev 86890)
@@ -37,6 +37,10 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   ${master_sites}?C=M&O=D
-livecheck.regex ${my_name}-(\\d+\\w?)
+if {${name} == ${subport}} {
+  livecheck.type  regex
+  livecheck.url   ${master_sites}?C=M&O=D
+  livecheck.regex ${my_name}-(\\d+\\w?)
+} else {
+  livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/c86bf6d5/attachment.html>


More information about the macports-changes mailing list