Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 15:55:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371191 - head/security/openbsm-devel
Message-ID:  <201410191555.s9JFtHXR002591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410191555.s9JFtHXR002591>