svn commit: r371192 - branches/2014Q4/security/openbsm-devel

Antoine Brodin antoine at FreeBSD.org
Sun Oct 19 15:56:10 UTC 2014


Author: antoine
Date: Sun Oct 19 15:56:08 2014
New Revision: 371192
URL: https://svnweb.freebsd.org/changeset/ports/371192
QAT: https://qat.redports.org/buildarchive/r371192/

Log:
  MFH: r371191
  
  Fix packaging

Modified:
  branches/2014Q4/security/openbsm-devel/Makefile
  branches/2014Q4/security/openbsm-devel/pkg-plist
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/security/openbsm-devel/Makefile
==============================================================================
--- branches/2014Q4/security/openbsm-devel/Makefile	Sun Oct 19 15:55:16 2014	(r371191)
+++ branches/2014Q4/security/openbsm-devel/Makefile	Sun Oct 19 15:56:08 2014	(r371192)
@@ -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: branches/2014Q4/security/openbsm-devel/pkg-plist
==============================================================================
--- branches/2014Q4/security/openbsm-devel/pkg-plist	Sun Oct 19 15:55:16 2014	(r371191)
+++ branches/2014Q4/security/openbsm-devel/pkg-plist	Sun Oct 19 15:56:08 2014	(r371192)
@@ -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-branches mailing list