Revision: 86884 http://trac.macports.org/changeset/86884 Author: ram@macports.org Date: 2011-11-06 09:59:55 -0800 (Sun, 06 Nov 2011) Log Message: ----------- python/py-matplotlib: don't run livecheck on all subports Modified Paths: -------------- trunk/dports/python/py-matplotlib/Portfile Modified: trunk/dports/python/py-matplotlib/Portfile =================================================================== --- trunk/dports/python/py-matplotlib/Portfile 2011-11-06 17:59:22 UTC (rev 86883) +++ trunk/dports/python/py-matplotlib/Portfile 2011-11-06 17:59:55 UTC (rev 86884) @@ -156,6 +156,10 @@ } -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex {Matplotlib (\d+(\.\d+)*) is available} +if {${name} == ${subport}} { + livecheck.type regex + livecheck.url ${homepage} + livecheck.regex {Matplotlib (\d+(\.\d+)*) is available} +} else { + livecheck.type none +}