[58034] trunk/dports/net/ldns-tools/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 20 22:20:58 PDT 2009


Revision: 58034
          http://trac.macports.org/changeset/58034
Author:   ryandesign at macports.org
Date:     2009-09-20 22:20:54 -0700 (Sun, 20 Sep 2009)
Log Message:
-----------
ldns-tools: maintainer update to 1.6.1, add variant description, add license key, add glibtool build dependency, no longer need to autoreconf; see #21445

Modified Paths:
--------------
    trunk/dports/net/ldns-tools/Portfile

Modified: trunk/dports/net/ldns-tools/Portfile
===================================================================
--- trunk/dports/net/ldns-tools/Portfile	2009-09-21 05:13:48 UTC (rev 58033)
+++ trunk/dports/net/ldns-tools/Portfile	2009-09-21 05:20:54 UTC (rev 58034)
@@ -3,10 +3,11 @@
 PortSystem 1.0
 
 name                ldns-tools
-version             1.6.0
+version             1.6.1
 categories          net devel
 platforms           darwin
 maintainers         durchmesser.ch:marius.rieder
+license             BSD
 description         Tools for working with dns and dnssec.
 long_description    Tools as examples to the ldns library. \
                     Usefull for debugging/query dns/dnssec server.
@@ -14,13 +15,15 @@
 homepage            http://www.nlnetlabs.nl/projects/ldns/
 master_sites        http://www.nlnetlabs.nl/downloads/ldns/
 distfiles           ldns-${version}${extract.suffix}
-checksums           sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830
+checksums           sha1 625ad56970ebf91ae91af2fbb92b048164717df1
+
+depends_build       bin:glibtool:libtool
 depends_lib         port:ldns
+
 worksrcdir          ldns-${version}/examples
-use_autoreconf      yes
 configure.args      --with-ldns=${prefix} --without-ssl
 
-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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090920/c85858e9/attachment.html>


More information about the macports-changes mailing list