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

jmr at macports.org jmr at macports.org
Mon May 10 21:51:40 PDT 2010


Revision: 67485
          http://trac.macports.org/changeset/67485
Author:   jmr at macports.org
Date:     2010-05-10 21:51:38 -0700 (Mon, 10 May 2010)
Log Message:
-----------
ldns-tools: update to 1.6.3 (#23097)

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

Modified: trunk/dports/net/ldns-tools/Portfile
===================================================================
--- trunk/dports/net/ldns-tools/Portfile	2010-05-11 04:47:51 UTC (rev 67484)
+++ trunk/dports/net/ldns-tools/Portfile	2010-05-11 04:51:38 UTC (rev 67485)
@@ -3,26 +3,28 @@
 PortSystem 1.0
 
 name                ldns-tools
-version             1.6.1
+version             1.6.3
 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.
+                    Useful for debugging/querying dns/dnssec servers.
 
 homepage            http://www.nlnetlabs.nl/projects/ldns/
 master_sites        http://www.nlnetlabs.nl/downloads/ldns/
-distfiles           ldns-${version}${extract.suffix}
+distname            ldns-${version}
 dist_subdir         ldns
-checksums           sha1 625ad56970ebf91ae91af2fbb92b048164717df1
+checksums           sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c \
+                    rmd160 83c314455f286d698d2d8017dc9b1c841fad0823
 
 depends_build       bin:glibtool:libtool
 depends_lib         port:ldns
 
 worksrcdir          ldns-${version}/examples
-configure.args      --with-ldns=${prefix} --without-ssl
+configure.args      --mandir=${prefix}/share/man --with-ldns=${prefix} --without-ssl
+build.type          gnu
 
 variant ssl description {Use ssl to enable all crypt functions} {
     configure.args-delete --without-ssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100510/cd5e677f/attachment-0001.html>


More information about the macports-changes mailing list