aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2015-08-07 07:51:44 +0000
committerErwin Lansing <erwin@FreeBSD.org>2015-08-07 07:51:44 +0000
commit22f615a97370d1c743d733085bb5cfe1ffe4ddc4 (patch)
treeb86c4ef9f12255263851cc18adc632a751cac50f /dns
parent14dd9855bc917ecdd9a8d3de60934209e9b1bf6c (diff)
Update to 2.0.0
PR: 201257 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Sponsored by: DK Hostmaster A/S
Notes
Notes: svn path=/head/; revision=393685
Diffstat (limited to 'dns')
-rw-r--r--dns/knot2/Makefile2
-rw-r--r--dns/knot2/distinfo4
-rw-r--r--dns/knot2/files/pkg-message.in10
3 files changed, 13 insertions, 3 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile
index 7d348fc9644f..9a8741622191 100644
--- a/dns/knot2/Makefile
+++ b/dns/knot2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= knot
-DISTVERSION= 2.0.0-rc1
+DISTVERSION= 2.0.0
CATEGORIES= dns ipv6
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
http://dns-lab.com/downloads/knot-dns/
diff --git a/dns/knot2/distinfo b/dns/knot2/distinfo
index ec288f5ca776..023c891c0da8 100644
--- a/dns/knot2/distinfo
+++ b/dns/knot2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (knot-2.0.0-rc1.tar.xz) = 885e1de703bf4afb50c96c2fc246732714d042d7e6b4b5cfa46f42a9d923a1bc
-SIZE (knot-2.0.0-rc1.tar.xz) = 946644
+SHA256 (knot-2.0.0.tar.xz) = 28b2277647f618ea7edba741fd6685a8b1fc17d3a178b48f4ca7f2a43359998f
+SIZE (knot-2.0.0.tar.xz) = 947200
diff --git a/dns/knot2/files/pkg-message.in b/dns/knot2/files/pkg-message.in
index 35557a5d1898..800ea7863517 100644
--- a/dns/knot2/files/pkg-message.in
+++ b/dns/knot2/files/pkg-message.in
@@ -4,6 +4,7 @@
cp %%ETCDIR%%/knot.conf.sample %%ETCDIR%%/knot.conf
$EDITOR %%ETCDIR%%/knot.conf
+
sysrc knot_enable=YES
sysrc knot_config=%%ETCDIR%%/knot.conf
service knot start
@@ -15,3 +16,12 @@
%%PREFIX%%/etc/rc.d/knot start
######################################################################
+
+ When upgrading from a previous version of Knot,
+ the configuration syntax changed changed severely.
+
+ Please consult the documentation:
+ - man knot.conf
+ - https://www.knot-dns.cz/docs/2.0/html/configuration.html
+
+######################################################################