From nobody@FreeBSD.org  Fri Feb 14 08:15:58 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E5E24D9D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Feb 2014 08:15:57 +0000 (UTC)
Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C5F551B91
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Feb 2014 08:15:57 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1E8Fvdp042255
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Feb 2014 08:15:57 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1E8Fvp0042254;
	Fri, 14 Feb 2014 08:15:57 GMT
	(envelope-from nobody)
Message-Id: <201402140815.s1E8Fvp0042254@cgiserv.freebsd.org>
Date: Fri, 14 Feb 2014 08:15:57 GMT
From: Philipp Wuensche <cryx-freebsd@h3q.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update for ports-mgmt/jailaudit to version 1.5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cryx-ports@h3q.com

>Number:         186757
>Category:       ports
>Synopsis:       update for ports-mgmt/jailaudit to version 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 14 08:20:00 UTC 2014
>Closed-Date:    Fri Feb 14 10:02:16 UTC 2014
>Last-Modified:  Fri Feb 14 10:10:01 UTC 2014
>Originator:     Philipp Wuensche
>Release:        9.2
>Organization:
>Environment:
>Description:
Update jailaudit to version 1.5.

This includes support for using pkg audit (if available) instead of portaudit.

The port itself is now able to use ports staging.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN freebsd-port/Makefile /usr/ports/ports-mgmt/jailaudit/Makefile
--- Makefile	2014-02-13 17:09:51.735593262 +0100
+++ Makefile	2014-01-22 18:00:46.000000000 +0100
@@ -1,18 +1,15 @@
 # Created by: Philipp Wuensche <cryx-ports@h3q.com>
-# $FreeBSD$
+# $FreeBSD: head/ports-mgmt/jailaudit/Makefile 340722 2014-01-22 17:00:46Z mat $
 
 PORTNAME=	jailaudit
-PORTVERSION=	1.5
+PORTVERSION=	1.4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
 
 MAINTAINER=	cryx-ports@h3q.com
 COMMENT=	Script to generate portaudit reports for jails
 
-LICENSE=        Beerware
-LICENSE_NAME=   Beerware
-LICENSE_TEXT=	"THE BEER-WARE LICENCE": Philipp Wuensche <cryx-ports@h3q.com> wrote this software. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
-LICENSE_PERMS=  auto-accept
+RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
 
 USE_BZIP2=	yes
 
@@ -24,22 +21,5 @@
 		REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
 		XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}"
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000000
-RUN_DEPENDS=    ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
-.endif
-
-pre-install:
-	${MKDIR} ${STAGEDIR}${PERIODICDIR}/security
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/jailaudit ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/jailaudit.conf.sample ${STAGEDIR}${PREFIX}/etc
-	${INSTALL_SCRIPT} ${WRKSRC}/410.jailaudit ${STAGEDIR}${PERIODICDIR}/security
-
-post-install:
-	${MKDIR} ${STAGEDIR}${REPORTDIR}
-	${MKDIR} ${STAGEDIR}${XTMPDIR}
-
-.include <bsd.port.post.mk>
+NO_STAGE=	yes
+.include <bsd.port.mk>
diff -ruN freebsd-port/distinfo /usr/ports/ports-mgmt/jailaudit/distinfo
--- distinfo	2014-02-13 17:09:51.733394844 +0100
+++ distinfo	2014-01-22 16:30:13.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (jailaudit-1.5.tar.bz2) = 972c82d2b9888b6750b55711a432fd44b66cc65fb8618408ba9ec2a3c979ec93
-SIZE (jailaudit-1.5.tar.bz2) = 2818
+SHA256 (jailaudit-1.4.tar.bz2) = c1b95187bab7212d7b925d6c7e26f4e10dcba53650de5484497c779ba4a8e0c8
+SIZE (jailaudit-1.4.tar.bz2) = 2817
diff -ruN freebsd-port/pkg-plist /usr/ports/ports-mgmt/jailaudit/pkg-plist
--- pkg-plist	2014-02-13 17:09:51.741379094 +0100
+++ pkg-plist	2014-01-22 16:16:56.000000000 +0100
@@ -1,8 +1,11 @@
 bin/jailaudit
-%%ETCDIR%%.conf.sample
+etc/jailaudit.conf.sample
 %%PERIODICDIR%%/security/410.jailaudit
-@dirrmtry %%XTMPDIR%%
-@dirrmtry %%REPORTDIR%%
-@dirrmtry jailaudit
 @dirrmtry %%PERIODICDIR%%/security
 @dirrmtry %%PERIODICDIR%%
+@exec mkdir -p %D/%%REPORTDIR%%
+@dirrmtry %%REPORTDIR%%
+@exec mkdir -p %D/%%XTMPDIR%%
+@dirrmtry %%XTMPDIR%%
+@unexec rmdir %DPDIR%% 2>/dev/null || true
+@dirrmtry jailaudit


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Fri Feb 14 08:20:08 UTC 2014 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186757 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 14 08:20:09 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186757 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cryx-ports@h3q.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186757: update for ports-mgmt/jailaudit to version 1.5
Date: Fri, 14 Feb 2014 08:20:09 UT

 Maintainer of ports-mgmt/jailaudit,
 
 Please note that PR ports/186757 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186757
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Philipp Wuensche <cryx-ports@h3q.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186757: update for ports-mgmt/jailaudit to version 1.5
Date: Fri, 14 Feb 2014 09:24:53 +0100

 Edwin Groothuis wrote:
 > Maintainer of ports-mgmt/jailaudit,
 > 
 > Please note that PR ports/186757 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186757
 
 I approve my own patch. :)
 
 Greetings,
 Philipp
State-Changed-From-To: feedback->open 
State-Changed-By: rm 
State-Changed-When: Fri Feb 14 09:04:09 UTC 2014 
State-Changed-Why:  
Hello, Philipp. You submitted the reversed patch. Please follow-up with 
correct patch. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186757 

From: Philipp Wuensche <cryx-ports@h3q.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186757: update for ports-mgmt/jailaudit to version 1.5
Date: Fri, 14 Feb 2014 10:10:53 +0100

 This is a multi-part message in MIME format.
 --------------000000020501000808020905
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 I'm sorry, I've send the reverse patch! I now attached the correct one.
 
 --------------000000020501000808020905
 Content-Type: text/plain;
  name="jailaudit-1.5.diff.txt"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
  filename="jailaudit-1.5.diff.txt"
 
 ZGlmZiAtcnVOIGphaWxhdWRpdC9NYWtlZmlsZSBmcmVlYnNkLXBvcnQvTWFrZWZpbGUKLS0t
 IE1ha2VmaWxlCTIwMTQtMDEtMjIgMTg6MDA6NDYuMDAwMDAwMDAwICswMTAwCisrKyBNYWtl
 ZmlsZQkyMDE0LTAyLTEzIDE3OjA5OjUxLjczNTU5MzI2MiArMDEwMApAQCAtMSwxNSArMSwx
 OCBAQAogIyBDcmVhdGVkIGJ5OiBQaGlsaXBwIFd1ZW5zY2hlIDxjcnl4LXBvcnRzQGgzcS5j
 b20+Ci0jICRGcmVlQlNEOiBoZWFkL3BvcnRzLW1nbXQvamFpbGF1ZGl0L01ha2VmaWxlIDM0
 MDcyMiAyMDE0LTAxLTIyIDE3OjAwOjQ2WiBtYXQgJAorIyAkRnJlZUJTRCQKIAogUE9SVE5B
 TUU9CWphaWxhdWRpdAotUE9SVFZFUlNJT049CTEuNAorUE9SVFZFUlNJT049CTEuNQogQ0FU
 RUdPUklFUz0JcG9ydHMtbWdtdAogTUFTVEVSX1NJVEVTPQlodHRwOi8vb3V0cG9zdC5oM3Eu
 Y29tL3NvZnR3YXJlL2phaWxhdWRpdC8KIAogTUFJTlRBSU5FUj0JY3J5eC1wb3J0c0BoM3Eu
 Y29tCiBDT01NRU5UPQlTY3JpcHQgdG8gZ2VuZXJhdGUgcG9ydGF1ZGl0IHJlcG9ydHMgZm9y
 IGphaWxzCiAKLVJVTl9ERVBFTkRTPQkke0xPQ0FMQkFTRX0vc2Jpbi9wb3J0YXVkaXQ6JHtQ
 T1JUU0RJUn0vcG9ydHMtbWdtdC9wb3J0YXVkaXQKK0xJQ0VOU0U9ICAgICAgICBCZWVyd2Fy
 ZQorTElDRU5TRV9OQU1FPSAgIEJlZXJ3YXJlCitMSUNFTlNFX1RFWFQ9CSJUSEUgQkVFUi1X
 QVJFIExJQ0VOQ0UiOiBQaGlsaXBwIFd1ZW5zY2hlIDxjcnl4LXBvcnRzQGgzcS5jb20+IHdy
 b3RlIHRoaXMgc29mdHdhcmUuIEFzIGxvbmcgYXMgeW91IHJldGFpbiB0aGlzIG5vdGljZSB5
 b3UgY2FuIGRvIHdoYXRldmVyIHlvdSB3YW50IHdpdGggdGhpcyBzdHVmZi4gSWYgd2UgbWVl
 dCBzb21lIGRheSwgYW5kIHlvdSB0aGluayB0aGlzIHN0dWZmIGlzIHdvcnRoIGl0LCB5b3Ug
 Y2FuIGJ1eSBtZSBhIGJlZXIgaW4gcmV0dXJuLgorTElDRU5TRV9QRVJNUz0gIGF1dG8tYWNj
 ZXB0CiAKIFVTRV9CWklQMj0JeWVzCiAKQEAgLTIxLDUgKzI0LDIyIEBACiAJCVJFUE9SVERJ
 Uj0iJHtSRVBPUlRESVI6UyxeJHtQUkVGSVh9LywsfSIgXAogCQlYVE1QRElSPSIke1hUTVBE
 SVI6UyxeJHtQUkVGSVh9LywsfSIKIAotTk9fU1RBR0U9CXllcwotLmluY2x1ZGUgPGJzZC5w
 b3J0Lm1rPgorLmluY2x1ZGUgPGJzZC5wb3J0LnByZS5taz4KKworLmlmICR7T1NWRVJTSU9O
 fSA8IDEwMDAwMDAKK1JVTl9ERVBFTkRTPSAgICAke0xPQ0FMQkFTRX0vc2Jpbi9wb3J0YXVk
 aXQ6JHtQT1JUU0RJUn0vcG9ydHMtbWdtdC9wb3J0YXVkaXQKKy5lbmRpZgorCitwcmUtaW5z
 dGFsbDoKKwkke01LRElSfSAke1NUQUdFRElSfSR7UEVSSU9ESUNESVJ9L3NlY3VyaXR5CisK
 K2RvLWluc3RhbGw6CisJJHtJTlNUQUxMX1NDUklQVH0gJHtXUktTUkN9L2phaWxhdWRpdCAk
 e1NUQUdFRElSfSR7UFJFRklYfS9iaW4KKwkke0lOU1RBTExfU0NSSVBUfSAke1dSS1NSQ30v
 amFpbGF1ZGl0LmNvbmYuc2FtcGxlICR7U1RBR0VESVJ9JHtQUkVGSVh9L2V0YworCSR7SU5T
 VEFMTF9TQ1JJUFR9ICR7V1JLU1JDfS80MTAuamFpbGF1ZGl0ICR7U1RBR0VESVJ9JHtQRVJJ
 T0RJQ0RJUn0vc2VjdXJpdHkKKworcG9zdC1pbnN0YWxsOgorCSR7TUtESVJ9ICR7U1RBR0VE
 SVJ9JHtSRVBPUlRESVJ9CisJJHtNS0RJUn0gJHtTVEFHRURJUn0ke1hUTVBESVJ9CisKKy5p
 bmNsdWRlIDxic2QucG9ydC5wb3N0Lm1rPgpkaWZmIC1ydU4gamFpbGF1ZGl0L2Rpc3RpbmZv
 IGZyZWVic2QtcG9ydC9kaXN0aW5mbwotLS0gZGlzdGluZm8JMjAxNC0wMS0yMiAxNjozMDox
 My4wMDAwMDAwMDAgKzAxMDAKKysrIGRpc3RpbmZvCTIwMTQtMDItMTMgMTc6MDk6NTEuNzMz
 Mzk0ODQ0ICswMTAwCkBAIC0xLDIgKzEsMiBAQAotU0hBMjU2IChqYWlsYXVkaXQtMS40LnRh
 ci5iejIpID0gYzFiOTUxODdiYWI3MjEyZDdiOTI1ZDZjN2UyNmY0ZTEwZGNiYTUzNjUwZGU1
 NDg0NDk3Yzc3OWJhNGE4ZTBjOAotU0laRSAoamFpbGF1ZGl0LTEuNC50YXIuYnoyKSA9IDI4
 MTcKK1NIQTI1NiAoamFpbGF1ZGl0LTEuNS50YXIuYnoyKSA9IDk3MmM4MmQyYjk4ODhiNjc1
 MGI1NTcxMWE0MzJmZDQ0YjY2Y2M2NWZiODYxODQwOGJhOWVjMmEzYzk3OWVjOTMKK1NJWkUg
 KGphaWxhdWRpdC0xLjUudGFyLmJ6MikgPSAyODE4CmRpZmYgLXJ1TiBqYWlsYXVkaXQvcGtn
 LXBsaXN0IGZyZWVic2QtcG9ydC9wa2ctcGxpc3QKLS0tIHBrZy1wbGlzdAkyMDE0LTAxLTIy
 IDE2OjE2OjU2LjAwMDAwMDAwMCArMDEwMAorKysgcGtnLXBsaXN0CTIwMTQtMDItMTMgMTc6
 MDk6NTEuNzQxMzc5MDk0ICswMTAwCkBAIC0xLDExICsxLDggQEAKIGJpbi9qYWlsYXVkaXQK
 LWV0Yy9qYWlsYXVkaXQuY29uZi5zYW1wbGUKKyUlRVRDRElSJSUuY29uZi5zYW1wbGUKICUl
 UEVSSU9ESUNESVIlJS9zZWN1cml0eS80MTAuamFpbGF1ZGl0Ci1AZGlycm10cnkgJSVQRVJJ
 T0RJQ0RJUiUlL3NlY3VyaXR5Ci1AZGlycm10cnkgJSVQRVJJT0RJQ0RJUiUlCi1AZXhlYyBt
 a2RpciAtcCAlRC8lJVJFUE9SVERJUiUlCi1AZGlycm10cnkgJSVSRVBPUlRESVIlJQotQGV4
 ZWMgbWtkaXIgLXAgJUQvJSVYVE1QRElSJSUKIEBkaXJybXRyeSAlJVhUTVBESVIlJQotQHVu
 ZXhlYyBybWRpciAlRFBESVIlJSAyPi9kZXYvbnVsbCB8fCB0cnVlCitAZGlycm10cnkgJSVS
 RVBPUlRESVIlJQogQGRpcnJtdHJ5IGphaWxhdWRpdAorQGRpcnJtdHJ5ICUlUEVSSU9ESUNE
 SVIlJS9zZWN1cml0eQorQGRpcnJtdHJ5ICUlUEVSSU9ESUNESVIlJQ==
 --------------000000020501000808020905--
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Feb 14 09:50:06 UTC 2014 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186757 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Fri Feb 14 10:02:16 UTC 2014 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186757 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186757: commit references a PR
Date: Fri, 14 Feb 2014 10:01:44 +0000 (UTC)

 Author: rm
 Date: Fri Feb 14 10:01:37 2014
 New Revision: 344178
 URL: http://svnweb.freebsd.org/changeset/ports/344178
 QAT: https://qat.redports.org/buildarchive/r344178/
 
 Log:
   - update to 1.5
   - add LICENSE (Beerware, maintainer is author of the port)
   - support staging
   - add dependency on ports-mgmt/portaudit for FreeBSD < 10
   
   PR:		186757
   Submitted by:	Philipp Wuensche <cryx-freebsd@h3q.com> (maintainer)
 
 Modified:
   head/ports-mgmt/jailaudit/Makefile
   head/ports-mgmt/jailaudit/distinfo
   head/ports-mgmt/jailaudit/pkg-plist
 
 Modified: head/ports-mgmt/jailaudit/Makefile
 ==============================================================================
 --- head/ports-mgmt/jailaudit/Makefile	Fri Feb 14 09:59:19 2014	(r344177)
 +++ head/ports-mgmt/jailaudit/Makefile	Fri Feb 14 10:01:37 2014	(r344178)
 @@ -2,14 +2,20 @@
  # $FreeBSD$
  
  PORTNAME=	jailaudit
 -PORTVERSION=	1.4
 +PORTVERSION=	1.5
  CATEGORIES=	ports-mgmt
  MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
  
  MAINTAINER=	cryx-ports@h3q.com
  COMMENT=	Script to generate portaudit reports for jails
  
 -RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
 +LICENSE=	Beerware
 +LICENSE_NAME=	Beerware
 +LICENSE_TEXT=	"THE BEER-WARE LICENCE": Philipp Wuensche <cryx-ports@h3q.com> \
 +		wrote this software. As long as you retain this notice you can \
 +		do whatever you want with this stuff. If we meet some day, and \
 +		you think this stuff is worth it, you can buy me a beer in return.
 +LICENSE_PERMS=	auto-accept
  
  USE_BZIP2=	yes
  
 @@ -21,5 +27,22 @@ PLIST_SUB+=	PERIODICDIR="${PERIODICDIR:S
  		REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
  		XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}"
  
 -NO_STAGE=	yes
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} < 1000000
 +RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
 +.endif
 +
 +pre-install:
 +	${MKDIR} ${STAGEDIR}${PERIODICDIR}/security
 +
 +do-install:
 +	${INSTALL_SCRIPT} ${WRKSRC}/jailaudit ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_SCRIPT} ${WRKSRC}/jailaudit.conf.sample ${STAGEDIR}${PREFIX}/etc
 +	${INSTALL_SCRIPT} ${WRKSRC}/410.jailaudit ${STAGEDIR}${PERIODICDIR}/security
 +
 +post-install:
 +	${MKDIR} ${STAGEDIR}${REPORTDIR}
 +	${MKDIR} ${STAGEDIR}${XTMPDIR}
 +
 +.include <bsd.port.post.mk>
 
 Modified: head/ports-mgmt/jailaudit/distinfo
 ==============================================================================
 --- head/ports-mgmt/jailaudit/distinfo	Fri Feb 14 09:59:19 2014	(r344177)
 +++ head/ports-mgmt/jailaudit/distinfo	Fri Feb 14 10:01:37 2014	(r344178)
 @@ -1,2 +1,2 @@
 -SHA256 (jailaudit-1.4.tar.bz2) = c1b95187bab7212d7b925d6c7e26f4e10dcba53650de5484497c779ba4a8e0c8
 -SIZE (jailaudit-1.4.tar.bz2) = 2817
 +SHA256 (jailaudit-1.5.tar.bz2) = 972c82d2b9888b6750b55711a432fd44b66cc65fb8618408ba9ec2a3c979ec93
 +SIZE (jailaudit-1.5.tar.bz2) = 2818
 
 Modified: head/ports-mgmt/jailaudit/pkg-plist
 ==============================================================================
 --- head/ports-mgmt/jailaudit/pkg-plist	Fri Feb 14 09:59:19 2014	(r344177)
 +++ head/ports-mgmt/jailaudit/pkg-plist	Fri Feb 14 10:01:37 2014	(r344178)
 @@ -1,11 +1,8 @@
  bin/jailaudit
 -etc/jailaudit.conf.sample
 +%%ETCDIR%%.conf.sample
  %%PERIODICDIR%%/security/410.jailaudit
 -@dirrmtry %%PERIODICDIR%%/security
 -@dirrmtry %%PERIODICDIR%%
 -@exec mkdir -p %D/%%REPORTDIR%%
 -@dirrmtry %%REPORTDIR%%
 -@exec mkdir -p %D/%%XTMPDIR%%
  @dirrmtry %%XTMPDIR%%
 -@unexec rmdir %DPDIR%% 2>/dev/null || true
 +@dirrmtry %%REPORTDIR%%
  @dirrmtry jailaudit
 +@dirrmtry %%PERIODICDIR%%/security
 +@dirrmtry %%PERIODICDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
