Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 19:02:58 GMT
From:      Joe Barbish <qjail@a1poweruser.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174037: [Maintainer update] sysutils/qjail  bug fix
Message-ID:  <201212011902.qB1J2wQY009070@red.freebsd.org>
Resent-Message-ID: <201212011910.qB1JA0n7087350@freefall.freebsd.org>

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

>Number:         174037
>Category:       ports
>Synopsis:       [Maintainer update] sysutils/qjail  bug fix
>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:   Sat Dec 01 19:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Joe Barbish
>Release:        9.0
>Organization:
none
>Environment:
>Description:
uname -r shows 4 formats.
9.0-BETA1, 9.0-RC1, 9.0-RELEASE, and 9.0-RELEASE-p1
Logic added by http://www.freebsd.org/cgi/query-pr.cgi?pr=173394
was suppost to correctly remove the -p1 string. 
Which it did if present, but if not present the -RELEASE gets removed
in error which results in the incorrect ftp url path for fetching the install source.

Rewrote logic to handle -p suffix differently so it gets stripped
off leaving 9.0-RELEASE which is handled normally. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN qjail7/Makefile qjail/Makefile
--- qjail7/Makefile	2012-12-01 13:45:40.000000000 -0500
+++ qjail/Makefile	2012-12-01 13:46:38.000000000 -0500
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/sysutils/qjail/Makefile,v 1.10 2012/11/17 06:01:43 svnexp Exp $
 
 PORTNAME=	qjail
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 
diff -ruN qjail7/distinfo qjail/distinfo
--- qjail7/distinfo	2012-12-01 13:45:40.000000000 -0500
+++ qjail/distinfo	2012-12-01 13:47:41.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.7.tar.bz2) = 2f1db1cedd49559d20057397cf95d37ce6b26054343d06398ddb484b9a031c73
-SIZE (qjail-1.7.tar.bz2) = 40938
+SHA256 (qjail-1.8.tar.bz2) = 39085c360a4b3c65d9c8f68e9e9c38955b3c5c4c1e1396891713f5acee2ef400
+SIZE (qjail-1.8.tar.bz2) = 41314


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



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