Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 08:19:35 GMT
From:      Philipp Wuensche <cryx-ports@h3q.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177410: update for ports-mgm/jailaudit to version 1.4
Message-ID:  <201303270819.r2R8JZjF076882@red.freebsd.org>
Resent-Message-ID: <201303270820.r2R8K0bi034260@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177410
>Category:       ports
>Synopsis:       update for ports-mgm/jailaudit to version 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 27 08:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Philipp Wuensche
>Release:        9.1
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 47)
+++ distinfo	(working copy)
@@ -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
Index: Makefile
===================================================================
--- Makefile	(revision 47)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jailaudit
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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