mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Upgrade to 0.9.0.
PR: ports/42804 Submitted by: maintainer
This commit is contained in:
parent
42a82d8004
commit
1b17431da4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66431
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mydns-0.8.3.tar.bz2) = 79d09bed6e47b276930f4021ec31df92
|
||||
MD5 (mydns-0.9.0.tar.bz2) = 56d0869f98035a5c6a1905b2874252d3
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mydns-0.8.3.tar.bz2) = 79d09bed6e47b276930f4021ec31df92
|
||||
MD5 (mydns-0.9.0.tar.bz2) = 56d0869f98035a5c6a1905b2874252d3
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mydns-0.8.3.tar.bz2) = 79d09bed6e47b276930f4021ec31df92
|
||||
MD5 (mydns-0.9.0.tar.bz2) = 56d0869f98035a5c6a1905b2874252d3
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user