From owner-svn-ports-head@freebsd.org Fri Aug 7 07:51:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BD2D9B5E8B; Fri, 7 Aug 2015 07:51:46 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72C7215E2; Fri, 7 Aug 2015 07:51:46 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t777pkAo000679; Fri, 7 Aug 2015 07:51:46 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t777pjLs000674; Fri, 7 Aug 2015 07:51:45 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201508070751.t777pjLs000674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Fri, 7 Aug 2015 07:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393685 - in head/dns/knot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 07:51:46 -0000 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 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 + +######################################################################