Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 23:29:29 GMT
From:      Joe Barbish <qjail@a1poweruser.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170012: [Maintainer Update] sysutils/qjail fix portsnap problem
Message-ID:  <201207192329.q6JNTTwt010286@red.freebsd.org>
Resent-Message-ID: <201207192330.q6JNUHnO029344@freefall.freebsd.org>

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

>Number:         170012
>Category:       ports
>Synopsis:       [Maintainer Update] sysutils/qjail   fix portsnap problem
>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:   Thu Jul 19 23:30:16 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Joe Barbish
>Release:        9.0
>Organization:
none
>Environment:
>Description:
Changed code to check for /usr/ports/.portsnap.INDEX as 
indicator to do extract or update after fetch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN qjail4/Makefile qjail5/Makefile
--- qjail4/Makefile	2012-07-19 18:57:59.000000000 -0400
+++ qjail5/Makefile	2012-07-19 18:55:34.000000000 -0400
@@ -2,10 +2,10 @@
 # Date created:        July 22 2010
 # Whom:                Joe Barbish
 #
-# $FreeBSD: ports/sysutils/qjail/Makefile,v 1.6 2012/06/27 11:25:16 jase Exp $
+# $FreeBSD: ports/sysutils/qjail/Makefile,v 1.5 2012/04/13 17:50:42 crees Exp $
 
 PORTNAME=	qjail
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}
 
diff -ruN qjail4/distinfo qjail5/distinfo
--- qjail4/distinfo	2012-07-19 18:57:59.000000000 -0400
+++ qjail5/distinfo	2012-07-19 18:55:34.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (qjail-1.4.tar.bz2) = 5ba6179e2eade1520711f2f4d19ce87e5fa92c21d0439810a4dda81566995fb7
-SIZE (qjail-1.4.tar.bz2) = 40695
+SHA256 (qjail-1.5.tar.bz2) = 9604e5e9fb35a69e775849a56a70b1a047dd1969fc259ed8e12f44183a1aa9da
+SIZE (qjail-1.5.tar.bz2) = 40691


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



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