Modified: trunk/dports/python/py-shove/Portfile (107395 => 107396)
--- 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}"