[77589] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Apr 5 14:04:03 PDT 2011


Revision: 77589
          http://trac.macports.org/changeset/77589
Author:   stromnov at macports.org
Date:     2011-04-05 14:04:03 -0700 (Tue, 05 Apr 2011)
Log Message:
-----------
py2{6,7}-zmq: update to version 2.1.4

Modified Paths:
--------------
    trunk/dports/python/py26-zmq/Portfile
    trunk/dports/python/py27-zmq/Portfile

Modified: trunk/dports/python/py26-zmq/Portfile
===================================================================
--- trunk/dports/python/py26-zmq/Portfile	2011-04-05 18:48:50 UTC (rev 77588)
+++ trunk/dports/python/py26-zmq/Portfile	2011-04-05 21:04:03 UTC (rev 77589)
@@ -5,7 +5,7 @@
 PortGroup               python26 1.0
 
 name                    py26-zmq
-version                 2.1.1
+version                 2.1.4
 maintainers             gmail.com:jrjsmrtn openmaintainer
 categories              python devel net
 platforms               darwin
@@ -15,17 +15,21 @@
                         built on top of the ZeroMQ library.
 
 homepage                http://github.com/zeromq/pyzmq
-master_sites            http://github.com/downloads/zeromq/pyzmq/
+master_sites            http://pypi.python.org/packages/source/p/pyzmq/
 distname                pyzmq-${version}
 
-checksums               md5     f1d52b8bdf1f5f1e34b2c545da87a1e0 \
-                        sha1    91410d67db8ff1cd6dc3962fc3c41d27e76b4983 \
-                        rmd160  9e909dd806361f2230b95879f6438faf3b9b3ad1
+checksums               md5     ca87fe1722c34bf224a40c9871b34570 \
+                        sha1    719795408e6748b41ffa82783b907c51f71a2d6c \
+                        rmd160  2ae2415e364b79457badf2bd023bf0af62c3e4a3
 
 depends_lib-append      port:zmq
 
-pre-build {
+post-patch {
     set setup_cfg ${worksrcpath}/setup.cfg
     file copy ${worksrcpath}/setup.cfg.template ${setup_cfg}
-    reinplace "s|/usr/local/zeromq-dev|${prefix}|g" ${setup_cfg}
+    reinplace "s|/usr/local|${prefix}|g" ${setup_cfg}
 }
+
+livecheck.type          regex
+livecheck.url           ${master_sites}
+livecheck.regex         "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/python/py27-zmq/Portfile
===================================================================
--- trunk/dports/python/py27-zmq/Portfile	2011-04-05 18:48:50 UTC (rev 77588)
+++ trunk/dports/python/py27-zmq/Portfile	2011-04-05 21:04:03 UTC (rev 77589)
@@ -5,7 +5,7 @@
 PortGroup               python27 1.0
 
 name                    py27-zmq
-version                 2.1.1
+version                 2.1.4
 maintainers             gmail.com:jrjsmrtn openmaintainer
 categories              python devel net
 platforms               darwin
@@ -15,17 +15,21 @@
                         built on top of the ZeroMQ library.
 
 homepage                http://github.com/zeromq/pyzmq
-master_sites            http://github.com/downloads/zeromq/pyzmq/
+master_sites            http://pypi.python.org/packages/source/p/pyzmq/
 distname                pyzmq-${version}
 
-checksums               md5     f1d52b8bdf1f5f1e34b2c545da87a1e0 \
-                        sha1    91410d67db8ff1cd6dc3962fc3c41d27e76b4983 \
-                        rmd160  9e909dd806361f2230b95879f6438faf3b9b3ad1
+checksums               md5     ca87fe1722c34bf224a40c9871b34570 \
+                        sha1    719795408e6748b41ffa82783b907c51f71a2d6c \
+                        rmd160  2ae2415e364b79457badf2bd023bf0af62c3e4a3
 
 depends_lib-append      port:zmq
 
-pre-build {
+post-patch {
     set setup_cfg ${worksrcpath}/setup.cfg
     file copy ${worksrcpath}/setup.cfg.template ${setup_cfg}
-    reinplace "s|/usr/local/zeromq-dev|${prefix}|g" ${setup_cfg}
+    reinplace "s|/usr/local|${prefix}|g" ${setup_cfg}
 }
+
+livecheck.type          regex
+livecheck.url           ${master_sites}
+livecheck.regex         "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110405/289dc819/attachment.html>


More information about the macports-changes mailing list