From owner-svn-ports-head@freebsd.org Wed Jul 19 12:52:53 2017 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 6E6F7C7CC5F; Wed, 19 Jul 2017 12:52:53 +0000 (UTC) (envelope-from matthew@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 3C2F67E200; Wed, 19 Jul 2017 12:52:53 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6JCqqEH032719; Wed, 19 Jul 2017 12:52:52 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6JCqqxj032717; Wed, 19 Jul 2017 12:52:52 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201707191252.v6JCqqxj032717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 19 Jul 2017 12:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446197 - head/dns/knot2 X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/dns/knot2 X-SVN-Commit-Revision: 446197 X-SVN-Commit-Repository: ports 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.23 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: Wed, 19 Jul 2017 12:52:53 -0000 Author: matthew Date: Wed Jul 19 12:52:52 2017 New Revision: 446197 URL: https://svnweb.freebsd.org/changeset/ports/446197 Log: Fix the ownership of /var/db/knot and /var/run/knot PR: 220851 Submitted by: sascha@root-login.org Approved by: freebsd@dns-lab.com (maintainer) Modified: head/dns/knot2/Makefile head/dns/knot2/pkg-plist Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Wed Jul 19 11:56:28 2017 (r446196) +++ head/dns/knot2/Makefile Wed Jul 19 12:52:52 2017 (r446197) @@ -3,6 +3,7 @@ PORTNAME= knot PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ Modified: head/dns/knot2/pkg-plist ============================================================================== --- head/dns/knot2/pkg-plist Wed Jul 19 11:56:28 2017 (r446196) +++ head/dns/knot2/pkg-plist Wed Jul 19 12:52:52 2017 (r446197) @@ -102,5 +102,5 @@ sbin/keymgr sbin/knotc sbin/knotd sbin/pykeymgr -@dir /var/db/knot -@dir /var/run/knot +@dir(knot,knot,) /var/db/knot +@dir(knot,knot,) /var/run/knot