[121204] trunk/dports

dstrubbe at macports.org dstrubbe at macports.org
Thu Jun 19 19:51:54 PDT 2014


Revision: 121204
          https://trac.macports.org/changeset/121204
Author:   dstrubbe at macports.org
Date:     2014-06-19 19:51:53 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
czmq, crossroads, py-zmq: changed references to 0MQ that used the O with slash special character. This was displayed as à in commands such as 'port search' and indeed crashed the command so that no further output would be shown after it (at least on my machines). Same happened for 'svn diff' even for this commit. By contrast, in other places this library is referred to as 0MQ or ZeroMQ, which does not cause such problems.

Modified Paths:
--------------
    trunk/dports/devel/czmq/Portfile
    trunk/dports/net/crossroads/Portfile
    trunk/dports/python/py-zmq/Portfile

Modified: trunk/dports/devel/czmq/Portfile
===================================================================
--- trunk/dports/devel/czmq/Portfile	2014-06-20 02:10:32 UTC (rev 121203)
+++ trunk/dports/devel/czmq/Portfile	2014-06-20 02:51:53 UTC (rev 121204)
@@ -12,7 +12,7 @@
 
 maintainers         stromnov openmaintainer
 
-description         High-level C Binding for ØMQ
+description         High-level C Binding for 0MQ
 long_description    ${description}
 
 homepage            http://czmq.zeromq.org/

Modified: trunk/dports/net/crossroads/Portfile
===================================================================
--- trunk/dports/net/crossroads/Portfile	2014-06-20 02:10:32 UTC (rev 121203)
+++ trunk/dports/net/crossroads/Portfile	2014-06-20 02:51:53 UTC (rev 121204)
@@ -25,7 +25,7 @@
 checksums           rmd160  3358316ceb8ce2fe8b51676d392df068edf880e8 \
                     sha256  525dc999cc6524779bc4eef510e423077b7f7ea491cb3ad6d8056ecaf99ff515
 
-variant zmq description {build ØMQ compatibility library} {
+variant zmq description {build 0MQ compatibility library} {
     configure.args-append   --enable-libzmq
     conflicts               zmq zmq20 zeromq
 }

Modified: trunk/dports/python/py-zmq/Portfile
===================================================================
--- trunk/dports/python/py-zmq/Portfile	2014-06-20 02:10:32 UTC (rev 121203)
+++ trunk/dports/python/py-zmq/Portfile	2014-06-20 02:51:53 UTC (rev 121204)
@@ -15,7 +15,7 @@
 
 maintainers         gmail.com:jrjsmrtn openmaintainer
 
-description         Python bindings for ØMQ
+description         Python bindings for 0MQ
 
 long_description    PyZMQ is a lightweight and super-fast messaging library \
                     built on top of the ZeroMQ library.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/f60383e5/attachment-0001.html>


More information about the macports-changes mailing list