[106140] trunk/dports/devel/zmq/Portfile
stromnov at macports.org
stromnov at macports.org
Thu May 16 03:46:44 PDT 2013
Revision: 106140
https://trac.macports.org/changeset/106140
Author: stromnov at macports.org
Date: 2013-05-16 03:46:44 -0700 (Thu, 16 May 2013)
Log Message:
-----------
zmq: update to version 3.2.3 (closes #38880, maintainer timeout)
Modified Paths:
--------------
trunk/dports/devel/zmq/Portfile
Modified: trunk/dports/devel/zmq/Portfile
===================================================================
--- trunk/dports/devel/zmq/Portfile 2013-05-16 10:09:37 UTC (rev 106139)
+++ trunk/dports/devel/zmq/Portfile 2013-05-16 10:46:44 UTC (rev 106140)
@@ -4,7 +4,7 @@
PortSystem 1.0
name zmq
-version 3.2.2
+version 3.2.3
categories devel net
license LGPL-3+
platforms darwin
@@ -26,13 +26,17 @@
distname zeromq-${version}
worksrcdir zeromq-[strsed ${version} {g/[^0-9.].*$//}]
-checksums rmd160 bb25bc3d06bf0d64d364bb3febad898b555d9820 \
- sha256 2b4eeda60fe47a9fa0804d53d76f656665c5f84dab7e63a1d496d9430b554f99
+checksums rmd160 b31bccf91f639b67dad56ef1265db73467780515 \
+ sha256 e134c1aaf829dd77bca9dc0fa199ba31095a581bd0d3dda5fc59523b9f401238
conflicts zmq20 zmq22
universal_variant yes
+# macports libtool allows linking against libc++, the libtool in the distribution does not
+depends_build port:libtool
+build.args LIBTOOL=${prefix}/bin/glibtool
+
variant pgm description {build with PGM extension} {
configure.args-append --with-pgm
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130516/54a6e7e8/attachment.html>
More information about the macports-changes
mailing list