Revision: 86890 http://trac.macports.org/changeset/86890 Author: ram@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 +}
participants (1)
-
ram@macports.org