Date: Sat, 4 Apr 2015 13:08:01 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383220 - head/sysutils/qjail Message-ID: <201504041308.t34D81Ua041399@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sat Apr 4 13:08:00 2015 New Revision: 383220 URL: https://svnweb.freebsd.org/changeset/ports/383220 Log: [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 Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo head/sysutils/qjail/pkg-message head/sysutils/qjail/pkg-plist Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Sat Apr 4 13:06:21 2015 (r383219) +++ head/sysutils/qjail/Makefile Sat Apr 4 13:08:00 2015 (r383220) @@ -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 Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Sat Apr 4 13:06:21 2015 (r383219) +++ head/sysutils/qjail/distinfo Sat Apr 4 13:08:00 2015 (r383220) @@ -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 Modified: head/sysutils/qjail/pkg-message ============================================================================== --- head/sysutils/qjail/pkg-message Sat Apr 4 13:06:21 2015 (r383219) +++ head/sysutils/qjail/pkg-message Sat Apr 4 13:08:00 2015 (r383220) @@ -15,6 +15,3 @@ If your host is running 9.3-RELEASE or 1 devfs_load_rulesets="YES" ######################################################################## - - - Modified: head/sysutils/qjail/pkg-plist ============================================================================== --- head/sysutils/qjail/pkg-plist Sat Apr 4 13:06:21 2015 (r383219) +++ head/sysutils/qjail/pkg-plist Sat Apr 4 13:08:00 2015 (r383220) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504041308.t34D81Ua041399>