diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-12 22:20:53 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-12 22:20:53 +0000 |
commit | f6a3975985d66ea2b148f59f9b7d125a5f9ed24d (patch) | |
tree | 22e6d51fc818d3e3a8112d1495961ee5eb5f4b9b /dns/mydns-ng/Makefile | |
parent | 40928a9c1d72c69d435fa93468170fb1addd6687 (diff) |
Update to 0.10.3 release.
Notes
Notes:
svn path=/head/; revision=103823
Diffstat (limited to 'dns/mydns-ng/Makefile')
-rw-r--r-- | dns/mydns-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 4c481084ea00..a3cb5dbcb276 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mydns -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= dns databases MASTER_SITES= http://mydns.bboy.net/download/ @@ -22,7 +22,7 @@ USE_BZIP2= yes INFO= mydns MAN5= mydns.conf.5 -MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydns-conf.8 +MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydnsptrconvert.8 mydns-conf.8 DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO |