svn commit: r446197 - head/dns/knot2
Matthew Seaman
matthew at FreeBSD.org
Wed Jul 19 12:52:53 UTC 2017
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 at root-login.org
Approved by: freebsd at 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
- at dir /var/db/knot
- at dir /var/run/knot
+ at dir(knot,knot,) /var/db/knot
+ at dir(knot,knot,) /var/run/knot
More information about the svn-ports-head
mailing list