[MAINTAINER] sysutils/qjail: Update version 3.6=>3.7
- Add LICENSE (BERNE-CONVENTION) - Change Maintainer email address - Use @sample framework PR: 199090 Submitted by: qjail@a1poweruser.com
This commit is contained in:
parent
ad08172cf1
commit
239470cc21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383220
4 changed files with 17 additions and 9 deletions
|
@ -2,13 +2,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qjail
|
||||
PORTVERSION= 3.6
|
||||
PORTVERSION= 3.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= qjail1@a1poweruser.com
|
||||
COMMENT= Utility to quickly deploy and manage jails
|
||||
|
||||
LICENSE= BERNE-CONVENTION
|
||||
LICENSE_NAME= Berne Convention
|
||||
LICENSE_TEXT= As per the international "Berne Convention" this work is \
|
||||
protected and all rights reserved. \
|
||||
Before qjail may be forked, written permission must be \
|
||||
obtained from the author <qjail@a1poweruser.com>. \
|
||||
This work is provided 'AS IS' and you use it at your own risk. \
|
||||
Redistribution and use is permitted providing this license \
|
||||
notice is retained.
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= tar:bzip2
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -21,7 +32,7 @@ do-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \
|
||||
${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
${INSTALL_DATA} ${WRKSRC}/qjail.portsnap.conf \
|
||||
${STAGEDIR}${PREFIX}/etc
|
||||
${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample
|
||||
.for i in qjail qjail-intro qjail-howto
|
||||
${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
|
||||
.endfor
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (qjail-3.6.tar.bz2) = 091a3167441ff597e7bf7934ae507176a7dd4be604b83f3afb3da2f1edbaab9d
|
||||
SIZE (qjail-3.6.tar.bz2) = 62447
|
||||
SHA256 (qjail-3.7.tar.bz2) = 4bb93237991f18216f65a342af746f5d3707778f307bb471ef4aa1711f76a5bc
|
||||
SIZE (qjail-3.7.tar.bz2) = 62392
|
||||
|
|
|
@ -15,6 +15,3 @@ If your host is running 9.3-RELEASE or 10.0-RELEASE, please verify that
|
|||
devfs_load_rulesets="YES"
|
||||
|
||||
########################################################################
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
bin/qjail
|
||||
bin/qjail.vnet.be
|
||||
bin/qjail.vnet.ng
|
||||
etc/qjail.portsnap.conf
|
||||
@sample etc/qjail.portsnap.conf.sample
|
||||
etc/rc.d/qjail.bootime
|
||||
man/man8/qjail.8.gz
|
||||
man/man8/qjail-intro.8.gz
|
||||
|
|
Loading…
Reference in a new issue