[150753] trunk/dports/devel/zmq/Portfile

michaelld at macports.org michaelld at macports.org
Wed Jul 27 17:18:17 PDT 2016


Revision: 150753
          https://trac.macports.org/changeset/150753
Author:   michaelld at macports.org
Date:     2016-07-27 17:18:17 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
zmq*: add dependencies on automake and autoconf; rev-bump all to take effect.

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

Modified: trunk/dports/devel/zmq/Portfile
===================================================================
--- trunk/dports/devel/zmq/Portfile	2016-07-27 23:38:45 UTC (rev 150752)
+++ trunk/dports/devel/zmq/Portfile	2016-07-28 00:18:17 UTC (rev 150753)
@@ -23,6 +23,7 @@
 
 if {${name} eq ${subport}} {
     github.setup        zeromq zeromq4-1 4.1.5 v
+    revision            1
     checksums       \
         rmd160 952683a27697b8ccc9fca3d0766a2b6c76a837ae \
         sha256 226e7d31d3ef2df6b5da86c3ec6f97a379aac1200a8ebb2ce82d481d40cb64bc
@@ -43,6 +44,7 @@
 # Legacy subport (no longer supported)
 subport zmq3 {
     github.setup        zeromq zeromq3-x 3.2.5 v
+    revision            1
 
     checksums           rmd160 959e1403e4c8e36603711c9cf3bb5ff5cd5727aa \
                         sha256 3ba8fbdee4845e26f25f3d1d43492bc182077338f4e857fa50a06e1b21bade7f
@@ -53,7 +55,7 @@
 # Legacy subport (as a dependency for py5-zeromq)
 subport zmq22 {
     github.setup        zeromq zeromq2-x 2.2.0 v
-    revision            1
+    revision            2
     checksums           rmd160 5bf0cfe29e26348dc4c201764d099a8117c43735 \
                         sha256 e021b62c6be211b5a1ac4b9e038068e0a8caaf81c22ee050183b25e991825e05
 
@@ -63,6 +65,7 @@
 subport zmq-devel {
     github.setup        zeromq zeromq4-1 61b8f1a4241fdb4fe17e54c2920fc230d4bb4de1
     version             20160721
+    revision            1
     checksums           rmd160 f64250b7c65e1d53f2d3a909ba99c511a52d226b \
                         sha256 d5ebe7dfba7ea0abd6d7075c305fef8fc9467f60f735896d30fda2561801590a
 
@@ -79,13 +82,14 @@
 
 dist_subdir         zmq
 
-# use autoconf
+# use autoconf / automake
 
 use_autoconf        yes
 autoconf.cmd        ./autogen.sh
+depends_build-append port:automake port:autoconf
 
 # macports libtool allows linking against libc++,
 # the libtool in the distribution does not
 
-depends_build       port:libtool port:pkgconfig
+depends_build-append port:libtool port:pkgconfig
 build.args          LIBTOOL=${prefix}/bin/glibtool
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/96678cba/attachment-0001.html>


More information about the macports-changes mailing list