mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 10.1.4
- Fix on !x86 bhyve: multiple NICs support bhyve: ability to specify MAC address per NIC (bugfix) jail2iso: prohibit EFI boot loader on systems that do not have /boot/loader.efi (Reported by: Victor Kraft) (bugfix) bhyve: Fixed bug from 10.1.3 - bad handler when creating a virtual machine from Jail jorder: restore functional PR: 197051 Submitted by: olevole@olevole.ru (maintainer)
This commit is contained in:
parent
edcf2fcb64
commit
7e9d10e043
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377794
@ -1,14 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cbsd
|
||||
PORTVERSION= 10.1.3
|
||||
PORTVERSION= 10.1.4
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= olevole@olevole.ru
|
||||
COMMENT= Yet another FreeBSD Jail Management Utility
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
ONLY_FOR_ARCHS_REASON= Depends on SSE 4.1 instructions
|
||||
COMMENT= Yet another FreeBSD Jail and Bhyve Management Utility
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
@ -21,7 +18,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 \
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= olevole
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 9d99c8e
|
||||
GH_COMMIT= f68f99f
|
||||
|
||||
USE_RC_SUBR= cbsdd cbsdrsyncd
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cbsd-10.1.3.tar.gz) = b109d3235581b2f57fc615a8ae2ab66b276341fa7df94501217d1787ce8716b1
|
||||
SIZE (cbsd-10.1.3.tar.gz) = 478381
|
||||
SHA256 (cbsd-10.1.4.tar.gz) = 6fdfacfade4334f262f49528ad8f78062c5d7b5b1f1d6ab9c0ec7d470aa5ac89
|
||||
SIZE (cbsd-10.1.4.tar.gz) = 486478
|
||||
|
@ -24,11 +24,6 @@ if [ ! -f ${globalconf} ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -f ${inventory} ]; then
|
||||
echo "cbsd: no such ${inventory}";
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -f ${mdtools} ]; then
|
||||
echo "cbsd: no such ${mdtools}";
|
||||
exit 1
|
||||
@ -45,7 +40,6 @@ if [ ! -f ${localcbsdconf} ]; then
|
||||
fi
|
||||
|
||||
. ${globalconf}
|
||||
. ${inventory}
|
||||
. ${mdtools}
|
||||
. ${subr}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Yet another FreeBSD jail management tool.
|
||||
Yet another FreeBSD jail and bhyve management tool.
|
||||
|
||||
WWW: http://www.bsdstore.ru
|
||||
|
Loading…
Reference in New Issue
Block a user