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

(-)cbsd/Makefile (-3 / +3 lines)
Lines 1-11 Link Here
1
# $FreeBSD: head/sysutils/cbsd/Makefile 377654 2015-01-22 14:11:32Z sbruno $
1
# $FreeBSD: head/sysutils/cbsd/Makefile 377654 2015-01-22 14:11:32Z sbruno $
2
2
3
PORTNAME=	cbsd
3
PORTNAME=	cbsd
4
PORTVERSION=	10.1.3
4
PORTVERSION=	10.1.4
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	olevole@olevole.ru
7
MAINTAINER=	olevole@olevole.ru
8
COMMENT=	Yet another FreeBSD Jail Management Utility
8
COMMENT=	Yet another FreeBSD Jail and Bhyve Management Utility
9
9
10
ONLY_FOR_ARCHS= i386 amd64
10
ONLY_FOR_ARCHS= i386 amd64
11
ONLY_FOR_ARCHS_REASON=	Depends on SSE 4.1 instructions
11
ONLY_FOR_ARCHS_REASON=	Depends on SSE 4.1 instructions
Lines 21-27 Link Here
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	olevole
22
GH_ACCOUNT=	olevole
23
GH_TAGNAME=	v${PORTVERSION}
23
GH_TAGNAME=	v${PORTVERSION}
24
GH_COMMIT=	9d99c8e
24
GH_COMMIT=	f68f99f
25
25
26
USE_RC_SUBR=	cbsdd cbsdrsyncd
26
USE_RC_SUBR=	cbsdd cbsdrsyncd
27
27
(-)cbsd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cbsd-10.1.3.tar.gz) = b109d3235581b2f57fc615a8ae2ab66b276341fa7df94501217d1787ce8716b1
1
SHA256 (cbsd-10.1.4.tar.gz) = 6fdfacfade4334f262f49528ad8f78062c5d7b5b1f1d6ab9c0ec7d470aa5ac89
2
SIZE (cbsd-10.1.3.tar.gz) = 478381
2
SIZE (cbsd-10.1.4.tar.gz) = 486478
(-)cbsd/files/cbsdd.in (-6 lines)
Lines 24-34 Link Here
24
	exit 1
24
	exit 1
25
fi
25
fi
26
26
27
if [ ! -f ${inventory} ]; then
28
	echo "cbsd: no such ${inventory}";
29
	exit 1
30
fi
31
32
if [ ! -f ${mdtools} ]; then
27
if [ ! -f ${mdtools} ]; then
33
	echo "cbsd: no such ${mdtools}";
28
	echo "cbsd: no such ${mdtools}";
34
	exit 1
29
	exit 1
Lines 45-51 Link Here
45
fi
40
fi
46
41
47
. ${globalconf}
42
. ${globalconf}
48
. ${inventory}
49
. ${mdtools}
43
. ${mdtools}
50
. ${subr}
44
. ${subr}
51
45
(-)cbsd/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
Yet another FreeBSD jail management tool.
1
Yet another FreeBSD jail and bhyve management tool.
2
2
3
WWW: http://www.bsdstore.ru
3
WWW: http://www.bsdstore.ru

Return to bug 197051