Revision: 86877 http://trac.macports.org/changeset/86877 Author: ram@macports.org Date: 2011-11-06 09:56:12 -0800 (Sun, 06 Nov 2011) Log Message: ----------- python/py-cjson: don't run livecheck on all subports Modified Paths: -------------- trunk/dports/python/py-cjson/Portfile Modified: trunk/dports/python/py-cjson/Portfile =================================================================== --- trunk/dports/python/py-cjson/Portfile 2011-11-06 17:55:38 UTC (rev 86876) +++ trunk/dports/python/py-cjson/Portfile 2011-11-06 17:56:12 UTC (rev 86877) @@ -38,6 +38,10 @@ sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \ rmd160 c1256cf176af3194233de3704ec07ab4ccfb522c -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex {python-cjson (\d+(?:\.\d+)*)} +if {${name} == ${subport}} { + livecheck.type regex + livecheck.url ${homepage} + livecheck.regex {python-cjson (\d+(?:\.\d+)*)} +} else { + livecheck.type none +}
participants (1)
-
ram@macports.org