Revision: 132545 https://trac.macports.org/changeset/132545 Author: stromnov@macports.org Date: 2015-02-04 06:59:26 -0800 (Wed, 04 Feb 2015) Log Message: ----------- py-zmq: update to version 14.5.0 Modified Paths: -------------- trunk/dports/python/py-zmq/Portfile Modified: trunk/dports/python/py-zmq/Portfile =================================================================== --- trunk/dports/python/py-zmq/Portfile 2015-02-04 13:22:09 UTC (rev 132544) +++ trunk/dports/python/py-zmq/Portfile 2015-02-04 14:59:26 UTC (rev 132545) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-zmq -version 14.4.1 +version 14.5.0 revision 0 categories-append devel net platforms darwin @@ -25,8 +25,8 @@ distname pyzmq-${version} -checksums rmd160 51b3def9c4510c06b1d73b18b88643d113de74f3 \ - sha256 cb4a59875fdc26315045d800bac008b8e10a4cf2d72ac9af2fc45ef6ac8f330a +checksums rmd160 b4516fe7c7bcb242e5d74d409854115c432b3af3 \ + sha256 5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd if {${name} ne ${subport}} { depends_lib-append path:lib/libzmq.dylib:zmq @@ -40,6 +40,6 @@ livecheck.type none } else { livecheck.type regex - livecheck.url ${master_sites} + livecheck.url https://pypi.python.org/pypi/pyzmq/json livecheck.regex {pyzmq-(\d+(?:\.\d+)*)\.[tz]} }
participants (1)
-
stromnov@macports.org