Update of jailaudit to version 1.4 "The default of FreeBSD 9.1 seems to be that pkgng is NOT installed, but there IS an executable /usr/sbin/pkg, which provides a convenient way for installing pkgng." .. "So, because of the pkgng bootstrap mechanism (/usr/sbin/pkg) jailaudit wrongly assumes that pkgng is already installed." Thanks to Melanie Schulte for repoting this to me and testing the fix. It turns out that the /usr/sbin/pkg bianry will install the pkg port thus creating the /usr/local/sbin/pkg binary. So I fixed this by only checking for the last one. I also did some cleanup and replaced if statements which case etc.pp. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it
State Changed From-To: open->closed Committed, Thanks!
Author: ohauer Date: Wed Mar 27 19:20:31 2013 New Revision: 315407 URL: http://svnweb.freebsd.org/changeset/ports/315407 Log: - Update of jailaudit to version 1.4 PR: ports/177410 Submitted by: Philipp Wuensche <cryx-ports@h3q.com> (maintainer) Modified: head/ports-mgmt/jailaudit/Makefile head/ports-mgmt/jailaudit/distinfo Modified: head/ports-mgmt/jailaudit/Makefile ============================================================================== --- head/ports-mgmt/jailaudit/Makefile Wed Mar 27 18:59:43 2013 (r315406) +++ head/ports-mgmt/jailaudit/Makefile Wed Mar 27 19:20:31 2013 (r315407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jailaudit -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= ports-mgmt MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ Modified: head/ports-mgmt/jailaudit/distinfo ============================================================================== --- head/ports-mgmt/jailaudit/distinfo Wed Mar 27 18:59:43 2013 (r315406) +++ head/ports-mgmt/jailaudit/distinfo Wed Mar 27 19:20:31 2013 (r315407) @@ -1,2 +1,2 @@ -SHA256 (jailaudit-1.3.tar.bz2) = 86e6a246b2371359c713017d50ad263e61eccf9e869653de76e33b8b0cb51c58 -SIZE (jailaudit-1.3.tar.bz2) = 2818 +SHA256 (jailaudit-1.4.tar.bz2) = c1b95187bab7212d7b925d6c7e26f4e10dcba53650de5484497c779ba4a8e0c8 +SIZE (jailaudit-1.4.tar.bz2) = 2817 _______________________________________________ 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"