Ticket #23097: Portfile-ldns-tools.diff

File Portfile-ldns-tools.diff, 1.3 KB (added by marius.rieder@…, 14 years ago)
  • net/ldns-tools/Portfile

    old new  
    1 # $Id: Portfile 58035 2009-09-21 05:25:03Z ryandesign@macports.org $
     1# $Id: Portfile 57448 2009-09-11 07:49:12Z ryandesign@macports.org $
    22
    33PortSystem 1.0
    44
    55name                ldns-tools
    6 version             1.6.1
     6version             1.6.3
    77categories          net devel
    88platforms           darwin
    99maintainers         durchmesser.ch:marius.rieder
     
    1515homepage            http://www.nlnetlabs.nl/projects/ldns/
    1616master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    1717distfiles           ldns-${version}${extract.suffix}
    18 dist_subdir         ldns
    19 checksums           sha1 625ad56970ebf91ae91af2fbb92b048164717df1
     18checksums           sha1 87ce9cc8e4bf82f6d8668c915a08dfba20dd1b7c
    2019
    2120depends_build       bin:glibtool:libtool
    22 depends_lib         port:ldns
     21depends_lib         port:-ssl:ldns
    2322
    2423worksrcdir          ldns-${version}/examples
    25 configure.args      --with-ldns=${prefix} --without-ssl
     24configure.args      --mandir=${prefix}/share/man --with-ldns=${prefix} --without-ssl
     25build.type          gnu
    2626
    2727variant ssl description {Use ssl to enable all crypt functions} {
    2828    configure.args-delete --without-ssl