diff --git a/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/ldns-tools/Portfile b/Portfile
index f5a67d5..291a4c7 100644
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name ldns-tools |
6 | | version 1.6.10 |
| 6 | version 1.6.16 |
7 | 7 | categories net devel |
8 | 8 | platforms darwin |
9 | 9 | maintainers durchmesser.ch:marius.rieder |
… |
… |
master_sites http://www.nlnetlabs.nl/downloads/ldns/ |
17 | 17 | distname ldns-${version} |
18 | 18 | dist_subdir ldns |
19 | 19 | |
20 | | checksums sha1 7798a32c6f50a4fb7d56ddf772163dc1cb79c1a4 \ |
21 | | rmd160 0401368c96c5b1ae9a781ee4c9441652a5e86af5 |
| 20 | checksums sha1 5b4fc6c5c3078cd061905c47178478cb1015c62a \ |
| 21 | rmd160 e4281eb00275ae5700a4d601ee64faf9aa72f37c |
22 | 22 | |
23 | 23 | depends_build bin:glibtool:libtool |
24 | 24 | depends_lib port:ldns port:openssl port:libpcap |
… |
… |
depends_lib port:ldns port:openssl port:libpcap |
26 | 26 | worksrcdir ldns-${version}/examples |
27 | 27 | configure.args --mandir=${prefix}/share/man --with-ldns=${prefix} --with-ssl=${prefix} |
28 | 28 | build.type gnu |
| 29 | |
| 30 | livecheck.type regex |
| 31 | livecheck.regex "The latest release is (\\d+(?:\\.\\d+)*)" |