Date: Mon, 5 Nov 2012 19:07:42 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307025 - head/sysutils/qjail Message-ID: <201211051907.qA5J7gn2062917@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211051907.qA5J7gn2062917>