1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.1.0 release.

This commit is contained in:
Alex Dupre 2006-02-09 14:04:43 +00:00
parent ec750d67c6
commit b775c0abec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155597
10 changed files with 14 additions and 64 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mydns
PORTVERSION= 1.0.0
PORTVERSION= 1.1.0
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
@ -63,12 +63,6 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on alpha 5.x"
.endif
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@ -85,10 +79,11 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (mydns-1.0.0.tar.bz2) = 3a0b312f53c6a8fb17cb7d2cf27fad24
SHA256 (mydns-1.0.0.tar.bz2) = 7bc7951723c3f8ba800e12b11bb9ab86e84b4cc62ecea852730ef971e2b41ca5
SIZE (mydns-1.0.0.tar.bz2) = 545441
MD5 (mydns-1.1.0.tar.bz2) = c613a14686f08486d444cee2d68f9c87
SHA256 (mydns-1.1.0.tar.bz2) = ecfcc8bb8fd9f707d2e7af808317cdcc3a4d701375265840944c4e0ff0d66bf6
SIZE (mydns-1.1.0.tar.bz2) = 573261

View File

@ -1,10 +0,0 @@
--- doc/mydns.texi.orig Fri Nov 15 10:30:48 2002
+++ doc/mydns.texi Wed Dec 18 15:18:13 2002
@@ -1,3 +1,7 @@
+@dircategory Miscellaneous
+@direntry
+* mydns: (mydns). The MySQL based DNS-server.
+@end direntry
@ifinfo
This is the manual for MyDNS (version @value{PKGVERSION}, @value{PKGDATE}),

View File

@ -1,11 +0,0 @@
--- src/mydns/conf.c.orig Fri Dec 12 06:02:22 2003
+++ src/mydns/conf.c Tue Dec 16 08:16:03 2003
@@ -429,7 +429,7 @@
/* Set additional where clauses if provided */
mydns_set_soa_where_clause(conf_get(&Conf, "soa-where", NULL));
- mydns_set_rr_where_clause(conf_get(&Conf, "soa-where", NULL));
+ mydns_set_rr_where_clause(conf_get(&Conf, "rr-where", NULL));
/* Set recursive server if specified */
conf_set_recursive();

View File

@ -19,6 +19,7 @@ sbin/mydns
%%PORTDOCS%%%%DOCSDIR%%/contrib/MyDNS.pm
%%PORTDOCS%%%%DOCSDIR%%/contrib/README
%%PORTDOCS%%%%DOCSDIR%%/contrib/admin.php
%%PORTDOCS%%%%DOCSDIR%%/contrib/create_domain.pl
%%PORTDOCS%%%%DOCSDIR%%/contrib/stats.php
%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -6,7 +6,7 @@
#
PORTNAME= mydns
PORTVERSION= 1.0.0
PORTVERSION= 1.1.0
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
@ -63,12 +63,6 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on alpha 5.x"
.endif
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@ -85,10 +79,11 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (mydns-1.0.0.tar.bz2) = 3a0b312f53c6a8fb17cb7d2cf27fad24
SHA256 (mydns-1.0.0.tar.bz2) = 7bc7951723c3f8ba800e12b11bb9ab86e84b4cc62ecea852730ef971e2b41ca5
SIZE (mydns-1.0.0.tar.bz2) = 545441
MD5 (mydns-1.1.0.tar.bz2) = c613a14686f08486d444cee2d68f9c87
SHA256 (mydns-1.1.0.tar.bz2) = ecfcc8bb8fd9f707d2e7af808317cdcc3a4d701375265840944c4e0ff0d66bf6
SIZE (mydns-1.1.0.tar.bz2) = 573261

View File

@ -1,10 +0,0 @@
--- doc/mydns.texi.orig Fri Nov 15 10:30:48 2002
+++ doc/mydns.texi Wed Dec 18 15:18:13 2002
@@ -1,3 +1,7 @@
+@dircategory Miscellaneous
+@direntry
+* mydns: (mydns). The MySQL based DNS-server.
+@end direntry
@ifinfo
This is the manual for MyDNS (version @value{PKGVERSION}, @value{PKGDATE}),

View File

@ -1,11 +0,0 @@
--- src/mydns/conf.c.orig Fri Dec 12 06:02:22 2003
+++ src/mydns/conf.c Tue Dec 16 08:16:03 2003
@@ -429,7 +429,7 @@
/* Set additional where clauses if provided */
mydns_set_soa_where_clause(conf_get(&Conf, "soa-where", NULL));
- mydns_set_rr_where_clause(conf_get(&Conf, "soa-where", NULL));
+ mydns_set_rr_where_clause(conf_get(&Conf, "rr-where", NULL));
/* Set recursive server if specified */
conf_set_recursive();

View File

@ -19,6 +19,7 @@ sbin/mydns
%%PORTDOCS%%%%DOCSDIR%%/contrib/MyDNS.pm
%%PORTDOCS%%%%DOCSDIR%%/contrib/README
%%PORTDOCS%%%%DOCSDIR%%/contrib/admin.php
%%PORTDOCS%%%%DOCSDIR%%/contrib/create_domain.pl
%%PORTDOCS%%%%DOCSDIR%%/contrib/stats.php
%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib
%%PORTDOCS%%@dirrm %%DOCSDIR%%