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

stromnov at macports.org stromnov at macports.org
Mon Oct 22 13:04:16 PDT 2012


Revision: 98971
          http://trac.macports.org//changeset/98971
Author:   stromnov at macports.org
Date:     2012-10-22 13:04:16 -0700 (Mon, 22 Oct 2012)
Log Message:
-----------
py-zmq: use zmq instead of zmq22

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

Modified: trunk/dports/python/py-zmq/Portfile
===================================================================
--- trunk/dports/python/py-zmq/Portfile	2012-10-22 19:58:54 UTC (rev 98970)
+++ trunk/dports/python/py-zmq/Portfile	2012-10-22 20:04:16 UTC (rev 98971)
@@ -6,7 +6,7 @@
 
 name                py-zmq
 version             2.2.0.1
-revision            1
+revision            2
 categories          python devel net
 license             LGPL
 platforms           darwin
@@ -27,10 +27,10 @@
                     sha256  dae7423f4aa7c93f8c77dadd15e34ce6576121a6e7ae0ecdb6084d855097decc
 
 python.default_version  27
-python.versions     26 27 31 32
+python.versions     26 27 31 32 33
 
 if {$subport != $name} {
-    depends_lib-append     port:zmq22
+    depends_lib-append     port:zmq
 
     post-patch {
         set setup_cfg ${worksrcpath}/setup.cfg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121022/17e265a5/attachment.html>


More information about the macports-changes mailing list