aboutsummaryrefslogtreecommitdiffstats
path: root/dns/knot2
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2015-08-07 15:51:44 +0800
committererwin <erwin@FreeBSD.org>2015-08-07 15:51:44 +0800
commit65700866573e2e6c36c96a1ca9f0010af84a23ec (patch)
treeb86c4ef9f12255263851cc18adc632a751cac50f /dns/knot2
parent17ea20a18bd87b7ac7bcc6c2f9c0aa5cab3afb71 (diff)
downloadfreebsd-ports-gnome-65700866573e2e6c36c96a1ca9f0010af84a23ec.tar.gz
freebsd-ports-gnome-65700866573e2e6c36c96a1ca9f0010af84a23ec.tar.zst
freebsd-ports-gnome-65700866573e2e6c36c96a1ca9f0010af84a23ec.zip
Update to 2.0.0
PR: 201257 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'dns/knot2')
-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
+
+######################################################################