Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 14:58:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377794 - in head/sysutils/cbsd: . files
Message-ID:  <201501241458.t0OEwVd0013094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jan 24 14:58:31 2015
New Revision: 377794
URL: https://svnweb.freebsd.org/changeset/ports/377794
QAT: https://qat.redports.org/buildarchive/r377794/

Log:
  - 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)

Modified:
  head/sysutils/cbsd/Makefile
  head/sysutils/cbsd/distinfo
  head/sysutils/cbsd/files/cbsdd.in
  head/sysutils/cbsd/pkg-descr

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Sat Jan 24 14:32:31 2015	(r377793)
+++ head/sysutils/cbsd/Makefile	Sat Jan 24 14:58:31 2015	(r377794)
@@ -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}/secu
 USE_GITHUB=	yes
 GH_ACCOUNT=	olevole
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	9d99c8e
+GH_COMMIT=	f68f99f
 
 USE_RC_SUBR=	cbsdd cbsdrsyncd
 

Modified: head/sysutils/cbsd/distinfo
==============================================================================
--- head/sysutils/cbsd/distinfo	Sat Jan 24 14:32:31 2015	(r377793)
+++ head/sysutils/cbsd/distinfo	Sat Jan 24 14:58:31 2015	(r377794)
@@ -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

Modified: head/sysutils/cbsd/files/cbsdd.in
==============================================================================
--- head/sysutils/cbsd/files/cbsdd.in	Sat Jan 24 14:32:31 2015	(r377793)
+++ head/sysutils/cbsd/files/cbsdd.in	Sat Jan 24 14:58:31 2015	(r377794)
@@ -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}
 

Modified: head/sysutils/cbsd/pkg-descr
==============================================================================
--- head/sysutils/cbsd/pkg-descr	Sat Jan 24 14:32:31 2015	(r377793)
+++ head/sysutils/cbsd/pkg-descr	Sat Jan 24 14:58:31 2015	(r377794)
@@ -1,3 +1,3 @@
-Yet another FreeBSD jail management tool.
+Yet another FreeBSD jail and bhyve management tool.
 
 WWW: http://www.bsdstore.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501241458.t0OEwVd0013094>