Revision
69210
Author
dports@macports.org
Date
2010-06-28 14:47:04 -0700 (Mon, 28 Jun 2010)

Log Message

drill: maintainer update to 1.6.5 (#25452)
  * use SSL by default

Modified Paths

Diff

Modified: trunk/dports/net/drill/Portfile (69209 => 69210)


--- trunk/dports/net/drill/Portfile	2010-06-28 21:45:13 UTC (rev 69209)
+++ trunk/dports/net/drill/Portfile	2010-06-28 21:47:04 UTC (rev 69210)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                drill
-version             1.6.3
+version             1.6.5
 categories          net devel
 platforms           darwin
 license             BSD
@@ -17,14 +17,11 @@
 master_sites        http://www.nlnetlabs.nl/downloads/ldns/
 distname            ldns-${version}
 dist_subdir         ldns
-checksums           sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c \
-                    rmd160 83c314455f286d698d2d8017dc9b1c841fad0823
-depends_lib         port:ldns
-worksrcdir          ldns-${version}/drill
-configure.args      --with-ldns=${prefix} --without-ssl
+checksums           sha1 267eea7a8a7af5a373aed6c26084ed9e43bddc4d \
+                    rmd160 6fd413919511a9be986ff9adf213e1dfb45ce288
 
-variant ssl description {Use ssl to enable all crypt functions} {
-    configure.args-delete --without-ssl
-    configure.args-append --with-ssl=${prefix}
-    depends_lib-append	port:openssl
-}
+depends_build       bin:glibtool:libtool
+depends_lib         port:ldns port:openssl
+
+worksrcdir          ldns-${version}/drill
+configure.args      --mandir=${prefix}/share/man --with-ldns=${prefix} --with-ssl=${prefix}