Ticket #17129: Portfile.drill.patch
File Portfile.drill.patch, 1.1 KB (added by marius.rieder@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name drill 6 version 1. 3.06 version 1.4.0 7 7 categories net devel 8 8 platforms darwin 9 maintainers roederja@student.ethz.ch9 maintainers marius.rieder@durchmesser.ch 10 10 description A dig-style dnssec-aware dns debugging tool 11 11 long_description Drill is a tool ala dig from BIND. \ 12 12 It was designed with DNSSEC in mind and should be a useful \ 13 13 debugging/query tool for DNSSEC. 14 14 15 homepage http://www.nlnetlabs.nl/ dnssec/drill.html16 master_sites http://www.nlnetlabs.nl/downloads/ 15 homepage http://www.nlnetlabs.nl/projects/drill/ 16 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 17 17 distfiles ldns-${version}${extract.suffix} 18 checksums sha1 9b05ea3ae23f973345de89936c59ad79f77aeccf18 checksums sha1 2fb1b317ccb88f68a10d8b90ebd71f174fc5a065 19 19 depends_lib port:openssl port:ldns 20 20 worksrcdir ldns-${version}/drill 21 21 use_autoconf yes