Ticket #17129: Portfile.drill.patch

File Portfile.drill.patch, 1.1 KB (added by marius.rieder@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                drill
    6 version             1.3.0
     6version             1.4.0
    77categories          net devel
    88platforms           darwin
    9 maintainers         roederja@student.ethz.ch
     9maintainers         marius.rieder@durchmesser.ch
    1010description         A dig-style dnssec-aware dns debugging tool
    1111long_description    Drill is a tool ala dig from BIND. \
    1212                    It was designed with DNSSEC in mind and should be a useful \
    1313                    debugging/query tool for DNSSEC.
    1414
    15 homepage            http://www.nlnetlabs.nl/dnssec/drill.html
    16 master_sites        http://www.nlnetlabs.nl/downloads/
     15homepage            http://www.nlnetlabs.nl/projects/drill/
     16master_sites        http://www.nlnetlabs.nl/downloads/ldns/
    1717distfiles           ldns-${version}${extract.suffix}
    18 checksums           sha1 9b05ea3ae23f973345de89936c59ad79f77aeccf
     18checksums           sha1 2fb1b317ccb88f68a10d8b90ebd71f174fc5a065
    1919depends_lib         port:openssl port:ldns
    2020worksrcdir          ldns-${version}/drill
    2121use_autoconf        yes