Revision
89571
Author
snc@macports.org
Date
2012-02-03 06:36:39 -0800 (Fri, 03 Feb 2012)

Log Message

unbound: update to 1.4.16

Modified Paths

Diff

Modified: trunk/dports/net/unbound/Portfile (89570 => 89571)


--- trunk/dports/net/unbound/Portfile	2012-02-03 14:35:55 UTC (rev 89570)
+++ trunk/dports/net/unbound/Portfile	2012-02-03 14:36:39 UTC (rev 89571)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                unbound
-version             1.4.15
+version             1.4.16
 categories          net
 license             BSD
 maintainers         macports.org:snc \
@@ -29,17 +29,12 @@
 
 master_sites        http://unbound.net/downloads/
 
-checksums           rmd160  ef65e82ed5db61c15a310a60dc7aca17af13d878 \
-                    sha256  729d427c00c160de4ee66945d762b3282677e957407450152088369216a30020
+checksums           rmd160  5da0ddeb315fb1aa5ea7a388b3e4bef251f03536 \
+                    sha256  fb71665851eb11d3b1ad5dd5f9d7b167e0902628c06db3d6fc14afd95cc970fa
 
 if {[variant_isset universal]} {
-    if {${configure.compiler} == "llvm-gcc-4.2"} {
-        configure.compiler gcc-4.2
-    } elseif {${configure.compiler} == "clang"} {
-        depends_build-append port:apple-gcc42
-        configure.compiler apple-gcc-4.2
-        # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
-        configure.cxx ${prefix}/bin/g++-apple-4.2
+    if {${configure.compiler} == "clang"} {
+        configure.compiler llvm-gcc-4.2
     }
 }