summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-16 10:10:26 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-16 10:10:26 +0000
commit1b17431da4255ad61d82e4d2d4361a6dd043a96d (patch)
tree021d27a45d403ffb32ff5fd869ec4a069fa6e128 /dns
parentEnable IPV6 unless WITHOUT_IPV6 is defined. (diff)
Upgrade to 0.9.0.
PR: ports/42804 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=66431
Diffstat (limited to 'dns')
-rw-r--r--dns/mydns-ng/Makefile10
-rw-r--r--dns/mydns-ng/distinfo2
-rw-r--r--dns/mydns-ng/pkg-plist11
-rw-r--r--dns/mydns/Makefile10
-rw-r--r--dns/mydns/distinfo2
-rw-r--r--dns/mydns/pkg-plist11
6 files changed, 26 insertions, 20 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index 70e3dbe27eff..b6b1e9865f65 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mydns
-PORTVERSION= 0.8.3
+PORTVERSION= 0.9.0
CATEGORIES= net databases
MASTER_SITES= http://mydns.bboy.net/download/
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_REINPLACE= yes
MAN5= mydns.conf.5
-MAN8= mydns.8 mydnscheck.8 mydnsdump.8
+MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8
DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART README TODO
@@ -39,13 +39,13 @@ post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/mydns.sh ${PREFIX}/etc/rc.d/mydns.sh.sample
@install-info ${PREFIX}/info/mydns.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
- @${INSTALL} -d -m 0755 ${DOCSDIR}/html ${DOCSDIR}/extras
+ @${INSTALL} -d -m 0755 ${DOCSDIR}/html ${DOCSDIR}/contrib
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}/html/
- @${INSTALL_DATA} ${WRKSRC}/extras/admin.php ${DOCSDIR}/extras/
- @${INSTALL_DATA} ${WRKSRC}/extras/README ${DOCSDIR}/extras/
+ @${INSTALL_DATA} ${WRKSRC}/contrib/admin.php ${DOCSDIR}/contrib/
+ @${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
@${SED} -e 's,%%%PREFIX%%%,${PREFIX},g' ${PKGMESSAGE}
diff --git a/dns/mydns-ng/distinfo b/dns/mydns-ng/distinfo
index aac38d0172d6..2c3c71649226 100644
--- a/dns/mydns-ng/distinfo
+++ b/dns/mydns-ng/distinfo
@@ -1 +1 @@
-MD5 (mydns-0.8.3.tar.bz2) = 79d09bed6e47b276930f4021ec31df92
+MD5 (mydns-0.9.0.tar.bz2) = 56d0869f98035a5c6a1905b2874252d3
diff --git a/dns/mydns-ng/pkg-plist b/dns/mydns-ng/pkg-plist
index 15a02a575809..69a47d55f13c 100644
--- a/dns/mydns-ng/pkg-plist
+++ b/dns/mydns-ng/pkg-plist
@@ -4,7 +4,9 @@ etc/rc.d/mydns.sh.sample
info/mydns.info
@exec install-info %D/info/mydns.info %D/info/dir
bin/mydnscheck
-bin/mydnsdump
+bin/mydnsexport
+bin/mydnsimport
+share/locale/es/LC_MESSAGES/mydns.mo
share/locale/pt_BR/LC_MESSAGES/mydns.mo
share/locale/fr/LC_MESSAGES/mydns.mo
sbin/mydns
@@ -15,8 +17,8 @@ sbin/mydns
%%PORTDOCS%%share/doc/mydns/QUICKSTART
%%PORTDOCS%%share/doc/mydns/README
%%PORTDOCS%%share/doc/mydns/TODO
-%%PORTDOCS%%share/doc/mydns/extras/README
-%%PORTDOCS%%share/doc/mydns/extras/admin.php
+%%PORTDOCS%%share/doc/mydns/contrib/README
+%%PORTDOCS%%share/doc/mydns/contrib/admin.php
%%PORTDOCS%%share/doc/mydns/html/mydns.html
%%PORTDOCS%%share/doc/mydns/html/mydns_1.html
%%PORTDOCS%%share/doc/mydns/html/mydns_10.html
@@ -44,6 +46,7 @@ sbin/mydns
%%PORTDOCS%%share/doc/mydns/html/mydns_30.html
%%PORTDOCS%%share/doc/mydns/html/mydns_31.html
%%PORTDOCS%%share/doc/mydns/html/mydns_32.html
+%%PORTDOCS%%share/doc/mydns/html/mydns_33.html
%%PORTDOCS%%share/doc/mydns/html/mydns_4.html
%%PORTDOCS%%share/doc/mydns/html/mydns_5.html
%%PORTDOCS%%share/doc/mydns/html/mydns_6.html
@@ -54,5 +57,5 @@ sbin/mydns
%%PORTDOCS%%share/doc/mydns/html/mydns_ovr.html
%%PORTDOCS%%share/doc/mydns/html/mydns_toc.html
%%PORTDOCS%%@dirrm share/doc/mydns/html
-%%PORTDOCS%%@dirrm share/doc/mydns/extras
+%%PORTDOCS%%@dirrm share/doc/mydns/contrib
%%PORTDOCS%%@dirrm share/doc/mydns
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 70e3dbe27eff..b6b1e9865f65 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mydns
-PORTVERSION= 0.8.3
+PORTVERSION= 0.9.0
CATEGORIES= net databases
MASTER_SITES= http://mydns.bboy.net/download/
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_REINPLACE= yes
MAN5= mydns.conf.5
-MAN8= mydns.8 mydnscheck.8 mydnsdump.8
+MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8
DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART README TODO
@@ -39,13 +39,13 @@ post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/mydns.sh ${PREFIX}/etc/rc.d/mydns.sh.sample
@install-info ${PREFIX}/info/mydns.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
- @${INSTALL} -d -m 0755 ${DOCSDIR}/html ${DOCSDIR}/extras
+ @${INSTALL} -d -m 0755 ${DOCSDIR}/html ${DOCSDIR}/contrib
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}/html/
- @${INSTALL_DATA} ${WRKSRC}/extras/admin.php ${DOCSDIR}/extras/
- @${INSTALL_DATA} ${WRKSRC}/extras/README ${DOCSDIR}/extras/
+ @${INSTALL_DATA} ${WRKSRC}/contrib/admin.php ${DOCSDIR}/contrib/
+ @${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
@${SED} -e 's,%%%PREFIX%%%,${PREFIX},g' ${PKGMESSAGE}
diff --git a/dns/mydns/distinfo b/dns/mydns/distinfo
index aac38d0172d6..2c3c71649226 100644
--- a/dns/mydns/distinfo
+++ b/dns/mydns/distinfo
@@ -1 +1 @@
-MD5 (mydns-0.8.3.tar.bz2) = 79d09bed6e47b276930f4021ec31df92
+MD5 (mydns-0.9.0.tar.bz2) = 56d0869f98035a5c6a1905b2874252d3
diff --git a/dns/mydns/pkg-plist b/dns/mydns/pkg-plist
index 15a02a575809..69a47d55f13c 100644
--- a/dns/mydns/pkg-plist
+++ b/dns/mydns/pkg-plist
@@ -4,7 +4,9 @@ etc/rc.d/mydns.sh.sample
info/mydns.info
@exec install-info %D/info/mydns.info %D/info/dir
bin/mydnscheck
-bin/mydnsdump
+bin/mydnsexport
+bin/mydnsimport
+share/locale/es/LC_MESSAGES/mydns.mo
share/locale/pt_BR/LC_MESSAGES/mydns.mo
share/locale/fr/LC_MESSAGES/mydns.mo
sbin/mydns
@@ -15,8 +17,8 @@ sbin/mydns
%%PORTDOCS%%share/doc/mydns/QUICKSTART
%%PORTDOCS%%share/doc/mydns/README
%%PORTDOCS%%share/doc/mydns/TODO
-%%PORTDOCS%%share/doc/mydns/extras/README
-%%PORTDOCS%%share/doc/mydns/extras/admin.php
+%%PORTDOCS%%share/doc/mydns/contrib/README
+%%PORTDOCS%%share/doc/mydns/contrib/admin.php
%%PORTDOCS%%share/doc/mydns/html/mydns.html
%%PORTDOCS%%share/doc/mydns/html/mydns_1.html
%%PORTDOCS%%share/doc/mydns/html/mydns_10.html
@@ -44,6 +46,7 @@ sbin/mydns
%%PORTDOCS%%share/doc/mydns/html/mydns_30.html
%%PORTDOCS%%share/doc/mydns/html/mydns_31.html
%%PORTDOCS%%share/doc/mydns/html/mydns_32.html
+%%PORTDOCS%%share/doc/mydns/html/mydns_33.html
%%PORTDOCS%%share/doc/mydns/html/mydns_4.html
%%PORTDOCS%%share/doc/mydns/html/mydns_5.html
%%PORTDOCS%%share/doc/mydns/html/mydns_6.html
@@ -54,5 +57,5 @@ sbin/mydns
%%PORTDOCS%%share/doc/mydns/html/mydns_ovr.html
%%PORTDOCS%%share/doc/mydns/html/mydns_toc.html
%%PORTDOCS%%@dirrm share/doc/mydns/html
-%%PORTDOCS%%@dirrm share/doc/mydns/extras
+%%PORTDOCS%%@dirrm share/doc/mydns/contrib
%%PORTDOCS%%@dirrm share/doc/mydns