[104563] trunk/dports/python/py-zmq/Portfile

stromnov at macports.org stromnov at macports.org
Thu Mar 28 03:47:04 PDT 2013


Revision: 104563
          https://trac.macports.org/changeset/104563
Author:   stromnov at macports.org
Date:     2013-03-28 03:47:03 -0700 (Thu, 28 Mar 2013)
Log Message:
-----------
py-zmq: update to version 13.0.2

Modified Paths:
--------------
    trunk/dports/python/py-zmq/Portfile

Modified: trunk/dports/python/py-zmq/Portfile
===================================================================
--- trunk/dports/python/py-zmq/Portfile	2013-03-28 06:04:05 UTC (rev 104562)
+++ trunk/dports/python/py-zmq/Portfile	2013-03-28 10:47:03 UTC (rev 104563)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-zmq
-version             13.0.0
+version             13.0.2
 revision            0
 categories-append   devel net
 license             LGPL
@@ -25,8 +25,8 @@
 
 distname            pyzmq-${version}
 
-checksums           rmd160  eab98af0a8e9e360765cba284874762717927140 \
-                    sha256  31d8ededdb707f97ffe22963d3f9a721c2330e50904a647cb8d97ec38db43476
+checksums           rmd160  afe5397ff5693dd106bd6306939d467760ae89ce \
+                    sha256  b6792222d953b1a9844335439b0288e09a2ba10d33828e78282359267abbe58b
 
 if {$subport != $name} {
     depends_lib-append     port:zmq
@@ -36,8 +36,10 @@
         file copy ${worksrcpath}/setup.cfg.template ${setup_cfg}
         reinplace "s|/usr/local|${prefix}|g" ${setup_cfg}
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "pyzmq-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-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/20130328/fa390d30/attachment.html>


More information about the macports-changes mailing list