Revision: 138974 https://trac.macports.org/changeset/138974 Author: jwa@macports.org Date: 2015-07-25 11:42:28 -0700 (Sat, 25 Jul 2015) Log Message: ----------- py-robotframework-selenium2library: version bump to 1.7.2, changing master site and livecheck to reflect reality Modified Paths: -------------- trunk/dports/python/py-robotframework-selenium2library/Portfile Modified: trunk/dports/python/py-robotframework-selenium2library/Portfile =================================================================== --- trunk/dports/python/py-robotframework-selenium2library/Portfile 2015-07-25 18:24:39 UTC (rev 138973) +++ trunk/dports/python/py-robotframework-selenium2library/Portfile 2015-07-25 18:42:28 UTC (rev 138974) @@ -7,7 +7,7 @@ name py-robotframework-selenium2library set internal_name robotframework-selenium2library -version 1.1.0 +version 1.7.2 categories-append devel maintainers jwa description Robot Framework library to run web-based tests @@ -21,11 +21,11 @@ python.versions 26 27 python.default_version 27 -master_sites https://github.com/downloads/rtomac/${internal_name}/ +master_sites https://pypi.python.org/packages/source/r/${internal_name}/ distname ${internal_name}-${version} -checksums rmd160 bd65fdf7983374609d81b2941d4b1d3486c31ace \ - sha256 7c0d024687307b4cf757da62739e0a72af7826110d37891b971ca1f2ca69923d +checksums rmd160 6f318942cc0ca3dcf5be60d951b1431fede48d2e \ + sha256 a38df7767725883c9a7e8bb292ecc4688d997cc73aa6e1b2d4035bf49a9d0154 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-robotframework \ @@ -40,7 +40,7 @@ if {${name} eq ${subport}} { livecheck.type regex - livecheck.url ${homepage} + livecheck.url https://pypi.python.org/pypi/${internal_name} livecheck.regex ${internal_name}-(\[0-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z } else { livecheck.type none