View | Details | Raw Unified | Return to bug 250909
Collapse All | Expand All

(-)qjail/Makefile (-1 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/sysutils/qjail/Makefile 553634 2020-10-29 19:03:52Z lwhsu $
2
# $FreeBSD: head/sysutils/qjail/Makefile 553634 2020-10-29 19:03:52Z lwhsu $
3
3
4
PORTNAME=	qjail
4
PORTNAME=	qjail
5
PORTVERSION=	5.5
5
PORTVERSION=	5.6
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	SF/${PORTNAME}
7
MASTER_SITES=	SF/${PORTNAME}
8
8
Lines 23-28 Link Here
23
USES=		tar:bzip2
23
USES=		tar:bzip2
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
27
CONFLICTS=	qjail54-*
28
IGNORE_FreeBSD_11=	Requires Freebsd 12 or newer
26
29
27
do-install:
30
do-install:
28
	${INSTALL_SCRIPT} ${WRKSRC}/qjail                      \
31
	${INSTALL_SCRIPT} ${WRKSRC}/qjail                      \
(-)qjail/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1603736786
1
TIMESTAMP = 1604685553
2
SHA256 (qjail-5.5.tar.bz2) = 1151baa3faa4bd09dc489135227884f34335232cf3fdbd7a2bf09ec2da5bcf20
2
SHA256 (qjail-5.6.tar.bz2) = 985d497ea92d0eae739e61ae225cd6524d67e93ae909b27690d74e5d7453197a
3
SIZE (qjail-5.5.tar.bz2) = 68064
3
SIZE (qjail-5.6.tar.bz2) = 68077
(-)qjail/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This qjail version only supports RELEASE-11.0 and newer.
1
This qjail version only supports RELEASE-12.0 and newer.
2
2
3
Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail
3
Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail
4
system that includes security and performance enhancements. Plus a new level
4
system that includes security and performance enhancements. Plus a new level

Return to bug 250909