Revision: 86888 http://trac.macports.org/changeset/86888 Author: ram@macports.org Date: 2011-11-06 10:02:06 -0800 (Sun, 06 Nov 2011) Log Message: ----------- python/py-pyxmpp: don't run livecheck on all subports Modified Paths: -------------- trunk/dports/python/py-pyxmpp/Portfile Modified: trunk/dports/python/py-pyxmpp/Portfile =================================================================== --- trunk/dports/python/py-pyxmpp/Portfile 2011-11-06 18:01:32 UTC (rev 86887) +++ trunk/dports/python/py-pyxmpp/Portfile 2011-11-06 18:02:06 UTC (rev 86888) @@ -33,6 +33,10 @@ port:py${python.version}-m2crypto } -livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex {pyxmpp-(\d+(?:\.\d+)*).tar.gz} +if {${$name} == ${subport}} { + livecheck.type regex + livecheck.url ${master_sites} + livecheck.regex {pyxmpp-(\d+(?:\.\d+)*).tar.gz} +} else { + livecheck.type none +}
participants (1)
-
ram@macports.org