Bug 177410 - update for ports-mgmt/jailaudit to version 1.4
Summary: update for ports-mgmt/jailaudit to version 1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-27 08:20 UTC by Philipp Wuensche
Modified: 2013-03-27 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (725 bytes, patch)
2013-03-27 08:20 UTC, Philipp Wuensche
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Wuensche 2013-03-27 08:20:00 UTC
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:
Comment 1 Olli Hauer freebsd_committer freebsd_triage 2013-03-27 19:09:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2013-03-27 19:20:40 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-27 19:20:44 UTC
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"