diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-25 02:19:27 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-25 02:19:27 +0000 |
commit | b2a037605f1c5cabbb29715f3ded56696c0da86b (patch) | |
tree | 8cdeee63d5658425084d3bdf1376c98dab53b611 /dns/maradns/Makefile | |
parent | c4dafb1a0801a63b3db28cb3eb19dbaac5a0fe87 (diff) | |
download | FreeBSD-ports-b2a037605f1c5cabbb29715f3ded56696c0da86b.zip FreeBSD-ports-b2a037605f1c5cabbb29715f3ded56696c0da86b.tar.gz |
Update the port to the latest version, 0.7.13.
PR: 28389
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'dns/maradns/Makefile')
-rw-r--r-- | dns/maradns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 93e5c43..d1d769e 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 0.6.18 +PORTVERSION= 0.7.13 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -31,9 +31,9 @@ DOCS= RFC1035.compliance csv1.format draft-skwan-utf8-dns-05.txt \ example_csv1 example_mararc faq.txt handling.compression \ mararc.format multiple.qdcount recursive.algorithm \ resolution.algorithm rfc2044.txt rtest.output www.monty.de \ - ../00QuickStart ../CHANGELOG ../ROADMAP + ../00QuickStart ../CHANGELOG.html ../ROADMAP ../CREDITS -FIXPREFIX= 00QuickStart CHANGELOG doc/man/maradns.8 doc/faq.txt \ +FIXPREFIX= 00QuickStart CHANGELOG.html doc/man/maradns.8 doc/faq.txt \ parse/ParseMaraRc.c doc/example_mararc post-patch: |