Revision: 107396 https://trac.macports.org/changeset/107396 Author: jmr@macports.org Date: 2013-06-26 20:24:13 -0700 (Wed, 26 Jun 2013) Log Message: ----------- py-shove: disable livecheck in subports Modified Paths: -------------- trunk/dports/python/py-shove/Portfile Modified: trunk/dports/python/py-shove/Portfile =================================================================== --- trunk/dports/python/py-shove/Portfile 2013-06-27 02:30:12 UTC (rev 107395) +++ trunk/dports/python/py-shove/Portfile 2013-06-27 03:24:13 UTC (rev 107396) @@ -28,13 +28,13 @@ checksums rmd160 7b616f02a13f0b17cfb6594eef9205b6ed9372cb \ sha256 f1441dfff8d8706c552c9d8619ee9b0ed645823a074eba37eb320f3d13732db9 -python.default_version 27 python.versions 26 27 if {$subport != $name} { depends_lib-append port:py${python.version}-setuptools + livecheck.type none +} else { + livecheck.type regex + livecheck.url ${master_sites} + livecheck.regex "shove-(\\d+(?:\\.\\d+)*)${extract.suffix}" } - -livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex "shove-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
jmr@macports.org