Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2012 00:51:51 GMT
From:      Joe barbish <fbsd8@a1poweruser.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165603: [maintainer update] sysutils/qjail update for 9.0 install path
Message-ID:  <201203020051.q220ppUA055213@red.freebsd.org>
Resent-Message-ID: <201203020100.q2210NEg087595@freefall.freebsd.org>

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

>Number:         165603
>Category:       ports
>Synopsis:       [maintainer update] sysutils/qjail update for 9.0 install path
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 02 01:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Joe barbish
>Release:        9.0
>Organization:
none
>Environment:
>Description:
Changed qjail to work with new path and single base file install format now used in 9.0.

Added blank line to front and end of pkg-message because it was getting lost in the port make install log and missed by the installer.

distinfo counts changed as normal.

Makefile changes for new portversion.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN qjail-1.1.1/Makefile qjail-1.2/Makefile
--- qjail-1.1.1/Makefile	2012-03-02 08:15:54.000000000 -0500
+++ qjail-1.2/Makefile	2012-03-02 08:13:48.000000000 -0500
@@ -1,17 +1,16 @@
-# New ports collection makefile for:   qjail
-# Date created:        July 22 2010
+# Ports collection makefile for:   qjail
+# Date created:        March 01 2012
 # Whom:                Joe Barbish
 #
 # $FreeBSD: ports/sysutils/qjail/Makefile,v 1.3 2011/09/11 11:58:32 crees Exp $
 
 PORTNAME=	qjail
-PORTVERSION=	1.1
-PORTREVISION=	1
+PORTVERSION=	1.2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	qjail@a1poweruser.com
-COMMENT=	Utility to quickly deploy and manage large numbers of jails
+COMMENT=	Utility to quickly deploy and manage jails
 
 LICENSE=	BSD
 
diff -ruN qjail-1.1.1/distinfo qjail-1.2/distinfo
--- qjail-1.1.1/distinfo	2012-03-02 08:15:54.000000000 -0500
+++ qjail-1.2/distinfo	2012-03-02 08:13:48.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.1.tar.bz2) = c7e32a3081357c9a5e2a62b85180bb2f3526ca138592e42f90624a0f34cea58d
-SIZE (qjail-1.1.tar.bz2) = 40292
+SHA256 (qjail-1.2.tar.bz2) = 55ec579ccc0a9dd5f4ba631ea0455ccce2c2850f1fb8a4d8bed09d7292f88ccd
+SIZE (qjail-1.2.tar.bz2) = 41057
diff -ruN qjail-1.1.1/pkg-message qjail-1.2/pkg-message
--- qjail-1.1.1/pkg-message	2012-03-02 08:15:54.000000000 -0500
+++ qjail-1.2/pkg-message	2012-03-02 08:13:48.000000000 -0500
@@ -1,5 +1,7 @@
+#
 Use the qjail utility to deploy small or large numbers of jails quickly.
 
 First issue "rehash" command to enable the qjail command (if using csh).
 Then issue "man qjail-intro" to read the qjail introduction.
 After reading that do "man qjail" for the usage details.
+#


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



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