From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 27 08:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 33483D51 for ; Wed, 27 Mar 2013 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 16BF3DCD for ; Wed, 27 Mar 2013 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2R8K0or034261 for ; Wed, 27 Mar 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2R8K0bi034260; Wed, 27 Mar 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Mar 2013 08:20:00 GMT Resent-Message-Id: <201303270820.r2R8K0bi034260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philipp Wuensche Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D0002D3A for ; Wed, 27 Mar 2013 08:19:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C28CEDC2 for ; Wed, 27 Mar 2013 08:19:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2R8JZQw076883 for ; Wed, 27 Mar 2013 08:19:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2R8JZjF076882; Wed, 27 Mar 2013 08:19:35 GMT (envelope-from nobody) Message-Id: <201303270819.r2R8JZjF076882@red.freebsd.org> Date: Wed, 27 Mar 2013 08:19:35 GMT From: Philipp Wuensche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177410: update for ports-mgm/jailaudit to version 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 08:20:01 -0000 >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: