diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-26 21:25:52 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-26 21:25:52 +0000 |
commit | e451db5c6ccedcb1dd807f86f8543b5f42b2c231 (patch) | |
tree | c4f21765a2175aa2f2757200ee0da90845342bea /sysutils/qjail | |
parent | 3425a6db7c533690152836f6c46e68954b3306c5 (diff) | |
download | ports-e451db5c6ccedcb1dd807f86f8543b5f42b2c231.tar.gz ports-e451db5c6ccedcb1dd807f86f8543b5f42b2c231.zip |
Notes
Diffstat (limited to 'sysutils/qjail')
-rw-r--r-- | sysutils/qjail/Makefile | 4 | ||||
-rw-r--r-- | sysutils/qjail/distinfo | 4 | ||||
-rw-r--r-- | sysutils/qjail/pkg-descr | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index 87655010710e..75aece7fd3b1 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -2,15 +2,13 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} MAINTAINER= qjail@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails -RESTRICTED= license/copyright in dispute - USE_BZIP2= yes NO_BUILD= yes diff --git a/sysutils/qjail/distinfo b/sysutils/qjail/distinfo index 5d9cafbce7ca..af082a7c3314 100644 --- a/sysutils/qjail/distinfo +++ b/sysutils/qjail/distinfo @@ -1,2 +1,2 @@ -SHA256 (qjail-2.1.tar.bz2) = 1b051c5c43334bc0b5cd1c3ac4b13ab06c7c552095aaedcdf69ff83349de4af5 -SIZE (qjail-2.1.tar.bz2) = 57497 +SHA256 (qjail-2.2.tar.bz2) = ae7b64b3ecfa2b3db5880e3e7e38fc5e6f4ad8e51353d4343e37ef4c0dab1912 +SIZE (qjail-2.2.tar.bz2) = 56888 diff --git a/sysutils/qjail/pkg-descr b/sysutils/qjail/pkg-descr index 4f86d56bb462..8fc2c777286e 100644 --- a/sysutils/qjail/pkg-descr +++ b/sysutils/qjail/pkg-descr @@ -1,3 +1,6 @@ +This is the last version that handles both the 8.x and 9.x install +media formats. + Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail system that includes security and performance enhancements. Plus a new level of "user friendliness" enhancements dealing with deploying just a few jails or @@ -19,5 +22,4 @@ group of jails. Ability to designate a portion of the jail name as a group prefix so the command being executed will apply to only those jail names matching that prefix. -WWW: http://sourceforge.net/projects/qjail/ - http://qjail.sourceforge.net/ +WWW: http://qjail.sourceforge.net/ |