Revision: 95999 https://trac.macports.org/changeset/95999 Author: hum@macports.org Date: 2012-07-27 17:10:28 -0700 (Fri, 27 Jul 2012) Log Message: ----------- py-jubatus-client: update to 0.3.1-p1; fix livecheck. Modified Paths: -------------- trunk/dports/python/py-jubatus-client/Portfile Modified: trunk/dports/python/py-jubatus-client/Portfile =================================================================== --- trunk/dports/python/py-jubatus-client/Portfile 2012-07-27 23:42:38 UTC (rev 95998) +++ trunk/dports/python/py-jubatus-client/Portfile 2012-07-28 00:10:28 UTC (rev 95999) @@ -6,7 +6,7 @@ name py-jubatus-client set real_name jubatus -version 0.3.1 +version 0.3.1-p1 python.versions 26 27 python.default_version 27 categories-append devel @@ -21,8 +21,8 @@ master_sites http://pypi.python.org/packages/source/j/${real_name} distname ${real_name}-${version} -checksums rmd160 2b3dc49691083aebdcfbc05c126df08d377b0fa5 \ - sha256 f18037252ee46e63f364b2d8e0ca16d3f672ccb751fc590f35bca9aa7e6d8756 +checksums rmd160 5a1aa1d7ba028a892069c828313593d75c8766aa \ + sha256 16562510b959d7ff4df6e49ba9f85ede5993d7a539b4c4c8eebea7509aab5dee if {${subport} != ${name}} { depends_lib-append port:py${python.version}-msgpack @@ -31,5 +31,5 @@ } else { livecheck.type regex livecheck.url ${master_sites} - livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" + livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*(-p\\d+)?)${extract.suffix}" }
participants (1)
-
hum@macports.org