Date: Sat, 22 Dec 2012 20:41:44 +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: r309404 - head/sysutils/qjail Message-ID: <201212222041.qBMKfi6a048600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Sat Dec 22 20:41:44 2012 New Revision: 309404 URL: http://svnweb.freebsd.org/changeset/ports/309404 Log: Update to 1.9: Added code to qjail install function to check for -STABLE, -PRERELEAASE, and -CURRENT versions running on the host and if so issue message that binary source is not available for download and to use the [qjail install -c] flag to clone the host system to populate the basejail with. Used setenv UNAME_r "9-stable" command on host to set release value seen by qjail. PR: ports/174644 Submitted by: Joe Barbish <qjail@a1poweruser.com> (maintainer) Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Sat Dec 22 19:58:04 2012 (r309403) +++ head/sysutils/qjail/Makefile Sat Dec 22 20:41:44 2012 (r309404) @@ -1,11 +1,8 @@ -# New ports collection makefile for: qjail -# Date created: July 22 2010 -# Whom: Joe Barbish -# +# Created by: Joe Barbish # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Sat Dec 22 19:58:04 2012 (r309403) +++ head/sysutils/qjail/distinfo Sat Dec 22 20:41:44 2012 (r309404) @@ -1,2 +1,2 @@ -SHA256 (qjail-1.8.tar.bz2) = 39085c360a4b3c65d9c8f68e9e9c38955b3c5c4c1e1396891713f5acee2ef400 -SIZE (qjail-1.8.tar.bz2) = 41314 +SHA256 (qjail-1.9.tar.bz2) = e1a9990a571b56b83eb71a266312a6373ab4a11094ec4d1c6503e4f48ff01aed +SIZE (qjail-1.9.tar.bz2) = 41275
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212222041.qBMKfi6a048600>