[77173] trunk/dports/sysutils/zmq/Portfile

stromnov at macports.org stromnov at macports.org
Mon Mar 21 11:53:16 PDT 2011


Revision: 77173
          http://trac.macports.org/changeset/77173
Author:   stromnov at macports.org
Date:     2011-03-21 11:53:14 -0700 (Mon, 21 Mar 2011)
Log Message:
-----------
zmq: update to version 2.1.3

Modified Paths:
--------------
    trunk/dports/sysutils/zmq/Portfile

Modified: trunk/dports/sysutils/zmq/Portfile
===================================================================
--- trunk/dports/sysutils/zmq/Portfile	2011-03-21 17:07:21 UTC (rev 77172)
+++ trunk/dports/sysutils/zmq/Portfile	2011-03-21 18:53:14 UTC (rev 77173)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                zmq
-version             2.1.1
+version             2.1.3
 revision            0
 categories          sysutils net
 platforms           darwin
@@ -24,12 +24,16 @@
 master_sites        http://download.zeromq.org/
 distname            zeromq-${version}
 
-checksums           md5     987079513e4816979e4e3bd52ac4b0a7 \
-                    sha1    70411b4cbbf91d48ef12473a6c668c19f846319b \
-                    rmd160  8ec03b56c376ea04bef139c54b8d73f8e3e1100d
+checksums           md5     ae681af2df1b7191aeecfcb23bb73864 \
+                    sha1    b08f55d53c5cd1f4585c5cd368763c967f4b9ab0 \
+                    rmd160  7c6507142a602d6f42c3150d3e6609f60b043c1d
 
 universal_variant   no
 
+variant pgm description {build with PGM extension} {
+    configure.args-append   --with-pgm
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}area:download
 livecheck.regex     zeromq-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110321/7d8871aa/attachment-0001.html>


More information about the macports-changes mailing list