Date: Tue, 18 Sep 2012 17:44:48 +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: r304449 - head/sysutils/qjail Message-ID: <201209181744.q8IHim72034894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Tue Sep 18 17:44:47 2012 New Revision: 304449 URL: http://svn.freebsd.org/changeset/ports/304449 Log: Update to 1.6 -a option means create new jail from archive file of jail-aaa. Search of /usr/jails/archive selected incorrect archive file. If archive files named jail-aaa, jail-aaa-bbb, jail-aaa-bbb-ccc were present jail-aaa-bbb-ccc was always selected incorrectly. This same logic was also used for 'qjail restore jail-aaa', but that logic had check for this condition that told user to use full archive name that included the date stamp archive was created. Fixed logic in both functions. PR: ports/171724 Submitted by: maintainer (Joe Barbish <qjail@a1poweruser.com>) Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Tue Sep 18 17:32:48 2012 (r304448) +++ head/sysutils/qjail/Makefile Tue Sep 18 17:44:47 2012 (r304449) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Tue Sep 18 17:32:48 2012 (r304448) +++ head/sysutils/qjail/distinfo Tue Sep 18 17:44:47 2012 (r304449) @@ -1,2 +1,2 @@ -SHA256 (qjail-1.5.tar.bz2) = 9604e5e9fb35a69e775849a56a70b1a047dd1969fc259ed8e12f44183a1aa9da -SIZE (qjail-1.5.tar.bz2) = 40691 +SHA256 (qjail-1.6.tar.bz2) = 53b6743ddf948a2ec6d0eacff23fda7a37f99cd570d54ed517011a560c5e15e9 +SIZE (qjail-1.6.tar.bz2) = 40745
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209181744.q8IHim72034894>