Date: Thu, 29 Oct 2020 19:00:19 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553633 - in head/sysutils: . qjail54 Message-ID: <202010291900.09TJ0JWx053705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Oct 29 19:00:18 2020 New Revision: 553633 URL: https://svnweb.freebsd.org/changeset/ports/553633 Log: Copy sysutils/qjail to sysutils/qjail54 This is preparing for qjail 5.5 update, keep 5.4 for 11.x jails. PR: 250696 Submitted by: Joe Barbish <qjail1@a1poweruser.com> (maintainer) Added: head/sysutils/qjail54/ - copied from r553522, head/sysutils/qjail/ Modified: head/sysutils/Makefile head/sysutils/qjail54/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Oct 29 18:53:39 2020 (r553632) +++ head/sysutils/Makefile Thu Oct 29 19:00:18 2020 (r553633) @@ -1040,6 +1040,7 @@ SUBDIR += qchroot SUBDIR += qdirstat SUBDIR += qjail + SUBDIR += qjail54 SUBDIR += qlogtools SUBDIR += qsudo SUBDIR += qt5-qtdiag Modified: head/sysutils/qjail54/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Wed Oct 28 02:27:11 2020 (r553522) +++ head/sysutils/qjail54/Makefile Thu Oct 29 19:00:18 2020 (r553633) @@ -5,6 +5,7 @@ PORTNAME= qjail PORTVERSION= 5.4 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} +PKGNAMESUFFIX= 54 MAINTAINER= qjail1@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010291900.09TJ0JWx053705>