Revision: 86899 http://trac.macports.org/changeset/86899 Author: mmoll@macports.org Date: 2011-11-06 14:44:12 -0800 (Sun, 06 Nov 2011) Log Message: ----------- python/py-pyside: don't run livecheck on all subports Modified Paths: -------------- trunk/dports/python/py-pyside/Portfile Modified: trunk/dports/python/py-pyside/Portfile =================================================================== --- trunk/dports/python/py-pyside/Portfile 2011-11-06 22:43:58 UTC (rev 86898) +++ trunk/dports/python/py-pyside/Portfile 2011-11-06 22:44:12 UTC (rev 86899) @@ -42,6 +42,10 @@ destroot.destdir DESTDIR=${destroot} } -livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex ${realname}-qt4.7\\+(\[0-9.\]+)\\.tar\\.bz2 +if {${name} == ${subport}} { + livecheck.type regex + livecheck.url ${master_sites} + livecheck.regex ${realname}-qt4.7\\+(\[0-9.\]+)\\.tar\\.bz2 +} else { + livecheck.type none +} \ No newline at end of file
participants (1)
-
mmoll@macports.org