From owner-svn-ports-all@freebsd.org Thu Dec 10 14:09:20 2015 Return-Path: Delivered-To: svn-ports-all@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 F00AE9D6353; Thu, 10 Dec 2015 14:09:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C2774149E; Thu, 10 Dec 2015 14:09:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBAE9JU7028143; Thu, 10 Dec 2015 14:09:19 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBAE9Jim028140; Thu, 10 Dec 2015 14:09:19 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512101409.tBAE9Jim028140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 10 Dec 2015 14:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403455 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 14:09:21 -0000 Author: miwi Date: Thu Dec 10 14:09:19 2015 New Revision: 403455 URL: https://svnweb.freebsd.org/changeset/ports/403455 Log: - Update to 2.0.2 - Fix start script PR: 204826 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4464 Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo head/dns/knot2/files/knot.in Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Thu Dec 10 14:06:09 2015 (r403454) +++ head/dns/knot2/Makefile Thu Dec 10 14:09:19 2015 (r403455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.2 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 Thu Dec 10 14:06:09 2015 (r403454) +++ head/dns/knot2/distinfo Thu Dec 10 14:09:19 2015 (r403455) @@ -1,2 +1,2 @@ -SHA256 (knot-2.0.1.tar.xz) = 183bac1f23cb3996731c8161889ff5c1e2f99b9a6d8690390a2a23af433d6ce6 -SIZE (knot-2.0.1.tar.xz) = 958560 +SHA256 (knot-2.0.2.tar.xz) = 0418a22f9e801503993b3c872f2403bf73eab5ef7266128789b0531b41ea0c7e +SIZE (knot-2.0.2.tar.xz) = 958800 Modified: head/dns/knot2/files/knot.in ============================================================================== --- head/dns/knot2/files/knot.in Thu Dec 10 14:06:09 2015 (r403454) +++ head/dns/knot2/files/knot.in Thu Dec 10 14:09:19 2015 (r403455) @@ -10,7 +10,7 @@ # # knot_enable="YES": Set to NO by default. # Set it to YES to enable knot. -# knot_config="": Set to /usr/local/etc/knot/knot.conf +# knot_config="": Set to %%PREFIX%%/etc/knot/knot.conf # by default. . /etc/rc.subr