svn commit: r371191 - head/security/openbsm-devel
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 19 15:55:17 UTC 2014
Author: antoine
Date: Sun Oct 19 15:55:16 2014
New Revision: 371191
URL: https://svnweb.freebsd.org/changeset/ports/371191
QAT: https://qat.redports.org/buildarchive/r371191/
Log:
Fix packaging
Modified:
head/security/openbsm-devel/Makefile
head/security/openbsm-devel/pkg-plist
Modified: head/security/openbsm-devel/Makefile
==============================================================================
--- head/security/openbsm-devel/Makefile Sun Oct 19 15:49:51 2014 (r371190)
+++ head/security/openbsm-devel/Makefile Sun Oct 19 15:55:16 2014 (r371191)
@@ -3,7 +3,7 @@
PORTNAME= openbsm
DISTVERSION= 1.2-alpha3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= http://www.trustedbsd.org/downloads/ \
http://mirrors.rit.edu/zi/
Modified: head/security/openbsm-devel/pkg-plist
==============================================================================
--- head/security/openbsm-devel/pkg-plist Sun Oct 19 15:49:51 2014 (r371190)
+++ head/security/openbsm-devel/pkg-plist Sun Oct 19 15:55:16 2014 (r371191)
@@ -63,5 +63,5 @@ sbin/auditdistd
sbin/auditfilterd
sbin/auditreduce
sbin/praudit
-%%NEEDVARDIRS%%@dir(%%USERS%%:%%GROUPS%%,770) /var/audit/dist
-%%NEEDVARDIRS%%@dir(%%USERS%%:%%GROUPS%%,700) /var/audit/remote
+%%NEEDVARDIRS%%@dir(%%USERS%%,%%GROUPS%%,770) /var/audit/dist
+%%NEEDVARDIRS%%@dir(%%USERS%%,%%GROUPS%%,700) /var/audit/remote
More information about the svn-ports-all
mailing list