From owner-svn-ports-head@FreeBSD.ORG Mon Nov 5 19:07:43 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23CE09A0; Mon, 5 Nov 2012 19:07:43 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D46178FC15; Mon, 5 Nov 2012 19:07:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA5J7gIu062920; Mon, 5 Nov 2012 19:07:42 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA5J7gn2062917; Mon, 5 Nov 2012 19:07:42 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201211051907.qA5J7gn2062917@svn.freebsd.org> From: Chris Rees Date: Mon, 5 Nov 2012 19:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307025 - head/sysutils/qjail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 19:07:43 -0000 Author: crees Date: Mon Nov 5 19:07:42 2012 New Revision: 307025 URL: http://svnweb.freebsd.org/changeset/ports/307025 Log: Update to 1.7 On 'qjail install' command run on -BETA or -RC host has no binary distribution source available by design. Added logic to check for this condition and issue error message informing user. On 'qjail install' command run on a host that has had security binary patches applied results in [uname -r] command returning [Release-9.0-p3]. There is no binary distribution source available by design for patched systems. Added code to strip the -p3 suffix resulting in the 9.0-Release distribution source being downloaded and used to populate the basejail. PR: ports/173394 Submitted by: Joe Barbish (maintainer) Feature safe: yes Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Mon Nov 5 19:04:06 2012 (r307024) +++ head/sysutils/qjail/Makefile Mon Nov 5 19:07:42 2012 (r307025) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Mon Nov 5 19:04:06 2012 (r307024) +++ head/sysutils/qjail/distinfo Mon Nov 5 19:07:42 2012 (r307025) @@ -1,2 +1,2 @@ -SHA256 (qjail-1.6.tar.bz2) = 53b6743ddf948a2ec6d0eacff23fda7a37f99cd570d54ed517011a560c5e15e9 -SIZE (qjail-1.6.tar.bz2) = 40745 +SHA256 (qjail-1.7.tar.bz2) = 2f1db1cedd49559d20057397cf95d37ce6b26054343d06398ddb484b9a031c73 +SIZE (qjail-1.7.tar.bz2) = 40938