Index: head/ports-mgmt/jailaudit/files/patch-jailaudit =================================================================== --- head/ports-mgmt/jailaudit/files/patch-jailaudit (revision 537534) +++ head/ports-mgmt/jailaudit/files/patch-jailaudit (nonexistent) @@ -1,20 +0,0 @@ ---- jailaudit.orig 2019-05-15 18:35:20 UTC -+++ jailaudit -@@ -37,7 +37,7 @@ PRINT_USAGE () { - case ${action} in - generate) - JLS() { -- /usr/sbin/jls | grep -v JID | grep -v '/var/empty$' -+ /usr/sbin/jls jid host.hostname path | grep -v '/var/empty$' - } - - # exit if no jails are running that we can process -@@ -85,7 +85,7 @@ case ${action} in - done - - cd $audit_path -- JLS | awk '{print $1" "$3"_"$1}' | xargs -n2 mv -+ JLS | awk '{print $1" "$2"_"$1}' | xargs -n2 mv - rm -rf ${tmp_path}/* - exit - ;; Property changes on: head/ports-mgmt/jailaudit/files/patch-jailaudit ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/ports-mgmt/jailaudit/Makefile =================================================================== --- head/ports-mgmt/jailaudit/Makefile (revision 537534) +++ head/ports-mgmt/jailaudit/Makefile (revision 537535) @@ -1,40 +1,39 @@ # Created by: Philipp Wuensche # $FreeBSD$ PORTNAME= jailaudit -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.6.1 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 \ 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= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:bzip2 NO_ARCH= yes PERIODICDIR?= ${PREFIX}/etc/periodic REPORTDIR?= ${PREFIX}/jailaudit/reports XTMPDIR?= ${PREFIX}/jailaudit/tmp PLIST_SUB= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \ XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}" do-install: @${MKDIR} ${STAGEDIR}${PERIODICDIR}/security ${INSTALL_SCRIPT} ${WRKSRC}/jailaudit ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/jailaudit.conf.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_SCRIPT} ${WRKSRC}/410.jailaudit ${STAGEDIR}${PERIODICDIR}/security @${MKDIR} ${STAGEDIR}${REPORTDIR} @${MKDIR} ${STAGEDIR}${XTMPDIR} .include Index: head/ports-mgmt/jailaudit/distinfo =================================================================== --- head/ports-mgmt/jailaudit/distinfo (revision 537534) +++ head/ports-mgmt/jailaudit/distinfo (revision 537535) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557948517 -SHA256 (jailaudit-1.6.0.tar.bz2) = 8c1c7fa8b7b45d088da5a8a18df300772b1a2133dc24950e40ab379a9d9fdba5 -SIZE (jailaudit-1.6.0.tar.bz2) = 2882 +TIMESTAMP = 1591094088 +SHA256 (jailaudit-1.6.1.tar.bz2) = 414e38ce9f8db7b5fc87f5e6c8d9011a95619248d863328d9f6663cc2b9ada4d +SIZE (jailaudit-1.6.1.tar.bz2) = 3439