[77634] trunk/dports/devel/zeromq/Portfile

l2g at macports.org l2g at macports.org
Thu Apr 7 02:04:13 PDT 2011


Revision: 77634
          http://trac.macports.org/changeset/77634
Author:   l2g at macports.org
Date:     2011-04-07 02:04:12 -0700 (Thu, 07 Apr 2011)
Log Message:
-----------
zeromq: I unwittingly duplicated an existing port, zmq. This is now
replaced_by zmq.

Modified Paths:
--------------
    trunk/dports/devel/zeromq/Portfile

Modified: trunk/dports/devel/zeromq/Portfile
===================================================================
--- trunk/dports/devel/zeromq/Portfile	2011-04-07 08:33:23 UTC (rev 77633)
+++ trunk/dports/devel/zeromq/Portfile	2011-04-07 09:04:12 UTC (rev 77634)
@@ -5,45 +5,23 @@
 
 name                zeromq
 version             2.1.4
+revision            1
 platforms           darwin
 categories          devel
-maintainers         l2g openmaintainer
-license             LGPL-3+
+maintainers         nomaintainer
+replaced_by         zmq
+conflicts           zmq
 
-description         0MQ - The socket library that acts as a concurrency \
-                    framework
-
+description         duplicate port -- please install zmq instead
 long_description    ${description}
 
 homepage            http://www.zeromq.org/
 master_sites        http://download.zeromq.org/
+distfiles
 
-checksums           sha1    95eb3ee5f12ead66b7c9ac7d0ed7c2f80e37ef56 \
-                    rmd160  eb3b2a1c1e2e963f488d3f27485c8a86cfecfa9b
+livecheck.type      none
 
-configure.args-append   --enable-dependency-tracking
-
-test.run            yes
-test.target         check
-pre-test {
-    # OS X by default limits open file descriptors to 256, which is too low
-    # for at least one 0MQ test.
-
-    ui_msg "Checking ulimit -n..."
-
-    if { [exec ulimit -n] < 512 } {
-        ui_error "** File descriptor limit is too low, which is known to break"
-        ui_error "** tests. Before trying to run tests, run this command:"
-        ui_error "**"
-        ui_error "**\tulimit -n 512"
-        ui_error "**"
-        ui_error "** Any value of 512 or greater should be safe."
-        return -code error
-    } else {
-        ui_msg "Value >= 512; testing may proceed"
-    }
+pre-configure {
+    ui_error "This port unintentionally duplicated zmq. Please install zmq instead."
+    return -code error
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     >${name}-(.*?)${extract.suffix}<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110407/c4d455a9/attachment.html>


More information about the macports-changes mailing list