summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-24 14:58:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-01-24 14:58:31 +0000
commit7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (patch)
treee040011e155f01a1c25c80734770670477f1ee2e /sysutils
parentUpdate to GNU patch 2.7.3 (bugfix release) (diff)
- 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)
Notes
Notes: svn path=/head/; revision=377794
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cbsd/Makefile9
-rw-r--r--sysutils/cbsd/distinfo4
-rw-r--r--sysutils/cbsd/files/cbsdd.in6
-rw-r--r--sysutils/cbsd/pkg-descr2
4 files changed, 6 insertions, 15 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index 39a0c795354d..78d299f6d2cd 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -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
diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo
index c0e60332582e..f951c220766b 100644
--- a/sysutils/cbsd/distinfo
+++ b/sysutils/cbsd/distinfo
@@ -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
diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in
index 5532a294b3e9..8c8bbc94da67 100644
--- a/sysutils/cbsd/files/cbsdd.in
+++ b/sysutils/cbsd/files/cbsdd.in
@@ -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}
diff --git a/sysutils/cbsd/pkg-descr b/sysutils/cbsd/pkg-descr
index b392c35c29cb..718c4b8f88b6 100644
--- a/sysutils/cbsd/pkg-descr
+++ b/sysutils/cbsd/pkg-descr
@@ -1,3 +1,3 @@
-Yet another FreeBSD jail management tool.
+Yet another FreeBSD jail and bhyve management tool.
WWW: http://www.bsdstore.ru