Revision: 145140 https://trac.macports.org/changeset/145140 Author: mmoll@macports.org Date: 2016-01-26 12:55:50 -0800 (Tue, 26 Jan 2016) Log Message: ----------- py-geopy: fix livecheck Modified Paths: -------------- trunk/dports/python/py-geopy/Portfile Modified: trunk/dports/python/py-geopy/Portfile =================================================================== --- trunk/dports/python/py-geopy/Portfile 2016-01-26 20:53:30 UTC (rev 145139) +++ trunk/dports/python/py-geopy/Portfile 2016-01-26 20:55:50 UTC (rev 145140) @@ -31,11 +31,5 @@ if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-simplejson \ port:py${python.version}-setuptools - livecheck.type none - -} else { - livecheck.type regex - livecheck.url ${master_sites} - livecheck.regex "geopy-(\\d+(?:\\.\\d+)*)${extract.suffix}" }