svn commit: r393685 - in head/dns/knot2: . files

Erwin Lansing erwin at FreeBSD.org
Fri Aug 7 07:51:46 UTC 2015


Author: erwin
Date: Fri Aug  7 07:51:44 2015
New Revision: 393685
URL: https://svnweb.freebsd.org/changeset/ports/393685

Log:
  Update to 2.0.0
  
  PR:		201257
  Submitted by:	Leo Vandewoestijne <freebsd at dns-lab.com>
  Sponsored by:	DK Hostmaster A/S

Modified:
  head/dns/knot2/Makefile
  head/dns/knot2/distinfo
  head/dns/knot2/files/pkg-message.in

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Fri Aug  7 06:53:06 2015	(r393684)
+++ head/dns/knot2/Makefile	Fri Aug  7 07:51:44 2015	(r393685)
@@ -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/

Modified: head/dns/knot2/distinfo
==============================================================================
--- head/dns/knot2/distinfo	Fri Aug  7 06:53:06 2015	(r393684)
+++ head/dns/knot2/distinfo	Fri Aug  7 07:51:44 2015	(r393685)
@@ -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

Modified: head/dns/knot2/files/pkg-message.in
==============================================================================
--- head/dns/knot2/files/pkg-message.in	Fri Aug  7 06:53:06 2015	(r393684)
+++ head/dns/knot2/files/pkg-message.in	Fri Aug  7 07:51:44 2015	(r393685)
@@ -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
+
+######################################################################


More information about the svn-ports-all mailing list