[141053] trunk/dports/net/unbound/Portfile

snc at macports.org snc at macports.org
Thu Oct 8 15:05:09 PDT 2015


Revision: 141053
          https://trac.macports.org/changeset/141053
Author:   snc at macports.org
Date:     2015-10-08 15:05:09 -0700 (Thu, 08 Oct 2015)
Log Message:
-----------
unbound:
 * update to 1.5.5, #49166
 * use clang on snow leopard, #48330

Modified Paths:
--------------
    trunk/dports/net/unbound/Portfile

Modified: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	2015-10-08 20:26:56 UTC (rev 141052)
+++ trunk/dports/net/unbound/Portfile	2015-10-08 22:05:09 UTC (rev 141053)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                unbound
-version             1.5.4
+version             1.5.5
 categories          net
 license             BSD
 maintainers         snc
@@ -30,12 +30,16 @@
 
 master_sites        http://unbound.net/downloads/
 
-checksums           rmd160  0d77e595ae80191d382b44c89365ef9054f374df \
-                    sha256  a1e1c1a578cf8447cb51f6033714035736a0f04444854a983123c094cc6fb137
+checksums           rmd160  e5e2223814345b31501f9613e20cff96554444a1 \
+                    sha256  f3bd7d3bc9519e8717abdc35c26cb2d84c3c3a3e2cd657604307e6860b37da5e
 
 configure.args-append   --with-pidfile=${prefix}/var/run/${name}/${name}.pid \
                         --with-rootkey-file=${prefix}/var/run/${name}/root.key
 
+if {${os.major} == 10} {
+	configure.compiler  macports-clang-3.4
+}
+
 variant libevent description {Build with libevent (slower, but allows use of large outgoing port ranges)} {
     depends_lib-append      port:libevent
     configure.args-append   --with-libevent=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151008/8363006c/attachment.html>


More information about the macports-changes mailing list