aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2016-05-07 16:28:08 +0800
committerse <se@FreeBSD.org>2016-05-07 16:28:08 +0800
commit8843487d9a11ce00189ae4a7c18d21647f892db2 (patch)
tree197cf8196ff63f3dc7532063bfff82ca1fd4ded0 /dns
parentba5b81560414777e1939a0ea4632ac25f4bb6355 (diff)
downloadfreebsd-ports-gnome-8843487d9a11ce00189ae4a7c18d21647f892db2.tar.gz
freebsd-ports-gnome-8843487d9a11ce00189ae4a7c18d21647f892db2.tar.zst
freebsd-ports-gnome-8843487d9a11ce00189ae4a7c18d21647f892db2.zip
Upgrade to version 1.2. The new version removes the need for a patch to
make it compile on 9.x and silences a compiler warning. A new "Dynamic DNS Mode has been added, but is only slightly tested by the author of gen6dns (Holger.Zuleger(at)hznet.de), who would appreciate any feedback on this feature. Approved by: antoine (mentor, implicit)
Diffstat (limited to 'dns')
-rw-r--r--dns/gen6dns/Makefile6
-rw-r--r--dns/gen6dns/distinfo4
-rw-r--r--dns/gen6dns/files/patch-Makefile.in11
3 files changed, 5 insertions, 16 deletions
diff --git a/dns/gen6dns/Makefile b/dns/gen6dns/Makefile
index 92e0dbc4c45e..10cedb5fcc8a 100644
--- a/dns/gen6dns/Makefile
+++ b/dns/gen6dns/Makefile
@@ -1,12 +1,12 @@
-# Created by: Stefan Esser <se@freebsd.org>
+# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= gen6dns
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= dns
MASTER_SITES= http://www.hznet.de/tools/
-MAINTAINER= se@freebsd.org
+MAINTAINER= se@FreeBSD.org
COMMENT= Tool to generate static DNS records for IPv6 hosts using SLAAC
LICENSE= BSD3CLAUSE
diff --git a/dns/gen6dns/distinfo b/dns/gen6dns/distinfo
index 87f919ed6537..d948929d72d5 100644
--- a/dns/gen6dns/distinfo
+++ b/dns/gen6dns/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gen6dns-1.1.tar.gz) = 8777dc50c51aa8061524891f3e5f9afde01929db924f28438aa5dd52ca752e22
-SIZE (gen6dns-1.1.tar.gz) = 1683936
+SHA256 (gen6dns-1.2.tar.gz) = 078e2aca648396b3ef4b04db5b422c3546369b4640af9d34877a6b8470b781f7
+SIZE (gen6dns-1.2.tar.gz) = 88374
diff --git a/dns/gen6dns/files/patch-Makefile.in b/dns/gen6dns/files/patch-Makefile.in
deleted file mode 100644
index 96ab172af0c2..000000000000
--- a/dns/gen6dns/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2016-04-08 14:55:23 UTC
-+++ Makefile.in
-@@ -18,7 +18,7 @@ CFLAGS += -g @DEFS@ -I@top_srcdir@
- CFLAGS += -Wall #-DDBG
- CFLAGS += -Wmissing-prototypes
- CFLAGS += $(PROFILE) $(OPTIM)
-- # the next line is needed to work with the large volume files generated by test/gentestfiles.c
-+# the next line is needed to work with the large volume files generated by test/gentestfiles.c
- # CFLAGS += -DMAXSNET=10000 -DMAXFP=10024
-
- LDFLAGS += $(PROFILE)