svn commit: r553633 - in head/sysutils: . qjail54

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Oct 29 19:00:19 UTC 2020


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 at 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 at a1poweruser.com
 COMMENT=	Utility to quickly deploy and manage jails


More information about the svn-ports-all mailing list