--- net/ldns/Portfile.orig	2009-09-17 10:53:42.000000000 +0200
+++ net/ldns/Portfile	2009-09-17 11:33:41.000000000 +0200
@@ -3,9 +3,10 @@
 PortSystem 1.0
 
 name                ldns
-version             1.6.0
+version             1.6.1
 categories          net devel
 platforms           darwin
+license             BSD
 maintainers         durchmesser.ch:marius.rieder
 description         DNS library in C
 long_description    ldns is a library with the aim of simplifying DNS \
@@ -14,7 +15,7 @@
 
 homepage            http://www.nlnetlabs.nl/projects/ldns/
 master_sites        http://www.nlnetlabs.nl/downloads/ldns/
-checksums           sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830
+checksums           sha1 625ad56970ebf91ae91af2fbb92b048164717df1
 
 depends_build       bin:glibtool:libtool
 
@@ -22,7 +23,7 @@
 configure.cppflags  -I${worksrcpath}/include
 build.type          gnu
 
-variant ssl {
+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

