Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2015 07:51:45 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393685 - in head/dns/knot2: . files
Message-ID:  <201508070751.t777pjLs000674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+
+######################################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508070751.t777pjLs000674>