diff --git a/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/ldns/Portfile b/Portfile
index b9ab2d4..168e2de 100644
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name ldns |
6 | | version 1.6.13 |
| 6 | version 1.6.16 |
7 | 7 | categories net devel |
8 | 8 | platforms darwin |
9 | 9 | license BSD |
… |
… |
long_description ldns is a library with the aim of simplifying DNS \ |
16 | 16 | homepage http://www.nlnetlabs.nl/projects/ldns/ |
17 | 17 | master_sites http://www.nlnetlabs.nl/downloads/ldns/ |
18 | 18 | |
19 | | checksums sha1 859f633d10b763f06b602e2113828cbbd964c7eb \ |
20 | | rmd160 c01c30699be2df5712a397516cd1a17bd8b155be |
| 19 | checksums sha1 5b4fc6c5c3078cd061905c47178478cb1015c62a \ |
| 20 | rmd160 e4281eb00275ae5700a4d601ee64faf9aa72f37c |
21 | 21 | |
22 | 22 | depends_build bin:glibtool:libtool |
23 | 23 | depends_lib port:openssl |
… |
… |
platform darwin 9 { |
39 | 39 | } |
40 | 40 | |
41 | 41 | livecheck.type regex |
42 | | livecheck.url ${homepage} |
43 | 42 | livecheck.regex "The latest release is (\\d+(?:\\.\\d+)*)" |