aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-02-09 14:04:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-02-09 14:04:43 +0000
commitb775c0abecdfd51fa88291ff0ce000277ea3e0a6 (patch)
tree1f32916b29b2be9b4ed099ec24b22e5cae25c8e6 /dns/mydns
parentec750d67c62796e28f3ef9f65b1276169494f922 (diff)
downloadports-b775c0abecdfd51fa88291ff0ce000277ea3e0a6.tar.gz
ports-b775c0abecdfd51fa88291ff0ce000277ea3e0a6.zip
Update to 1.1.0 release.
Notes
Notes: svn path=/head/; revision=155597
Diffstat (limited to 'dns/mydns')
-rw-r--r--dns/mydns/Makefile11
-rw-r--r--dns/mydns/distinfo6
-rw-r--r--dns/mydns/files/patch-doc::mydns.texi10
-rw-r--r--dns/mydns/files/patch-src::mydns::conf.c11
-rw-r--r--dns/mydns/pkg-plist1
5 files changed, 7 insertions, 32 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 44c317372d05..e012b92f0ce8 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -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>
diff --git a/dns/mydns/distinfo b/dns/mydns/distinfo
index 8f34ecd7dd09..77788d9f1ab2 100644
--- a/dns/mydns/distinfo
+++ b/dns/mydns/distinfo
@@ -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
diff --git a/dns/mydns/files/patch-doc::mydns.texi b/dns/mydns/files/patch-doc::mydns.texi
deleted file mode 100644
index 240da03053cb..000000000000
--- a/dns/mydns/files/patch-doc::mydns.texi
+++ /dev/null
@@ -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}),
diff --git a/dns/mydns/files/patch-src::mydns::conf.c b/dns/mydns/files/patch-src::mydns::conf.c
deleted file mode 100644
index 4b49ce8a838f..000000000000
--- a/dns/mydns/files/patch-src::mydns::conf.c
+++ /dev/null
@@ -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();
diff --git a/dns/mydns/pkg-plist b/dns/mydns/pkg-plist
index 90017934acca..fb79abe9eddf 100644
--- a/dns/mydns/pkg-plist
+++ b/dns/mydns/pkg-plist
@@ -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%%