summaryrefslogtreecommitdiffstats
path: root/dns/mydns-ng
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-12-04 10:01:09 +0000
committerkrion <krion@FreeBSD.org>2003-12-04 10:01:09 +0000
commita38b553d0648c491a0ebec26a19220bc8419f1fc (patch)
tree6de6c73e70e8aa11260bd77ba35fad4f13af8a14 /dns/mydns-ng
parent16343b0459529787af8b6d7ba8fa87256f63d887 (diff)
downloadFreeBSD-ports-a38b553d0648c491a0ebec26a19220bc8419f1fc.zip
FreeBSD-ports-a38b553d0648c491a0ebec26a19220bc8419f1fc.tar.gz
- Fix a bug with incorrect config parsing until the next
version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer
Diffstat (limited to 'dns/mydns-ng')
-rw-r--r--dns/mydns-ng/Makefile2
-rw-r--r--dns/mydns-ng/files/patch-src::mydns::conf.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index f41734c..538a9ee 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mydns
PORTVERSION= 0.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
diff --git a/dns/mydns-ng/files/patch-src::mydns::conf.c b/dns/mydns-ng/files/patch-src::mydns::conf.c
new file mode 100644
index 0000000..797c70c
--- /dev/null
+++ b/dns/mydns-ng/files/patch-src::mydns::conf.c
@@ -0,0 +1,11 @@
+--- src/mydns/conf.c.orig Fri Nov 28 12:04:45 2003
++++ src/mydns/conf.c Fri Nov 28 12:04:58 2003
+@@ -351,7 +351,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));
+ }
+ /*--- load_config() -----------------------------------------------------------------------------*/
+
OpenPOWER on IntegriCloud