aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cbsd
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2014-04-16 14:30:31 +0800
committervg <vg@FreeBSD.org>2014-04-16 14:30:31 +0800
commitb8e325a3d4e8c0ca7bec0aeb583cc3b47c44b6a4 (patch)
tree01fd7a5ff72cf6621be78057775a6771e4b0d517 /sysutils/cbsd
parent3aad463e4f34ce21fbc81c0388093570a3f7a5e1 (diff)
downloadfreebsd-ports-graphics-b8e325a3d4e8c0ca7bec0aeb583cc3b47c44b6a4.tar.gz
freebsd-ports-graphics-b8e325a3d4e8c0ca7bec0aeb583cc3b47c44b6a4.tar.zst
freebsd-ports-graphics-b8e325a3d4e8c0ca7bec0aeb583cc3b47c44b6a4.zip
- Update to 10.0.4
- jail2iso: imgsize arg renamed to freesize - jcreate: jailskeldir path configure via jail.conf - cbsdsh: build-in function for is_number - Support for allow.kmem, which is allows to run Xorg server in the jail - Initial support for bhyve PR: ports/188661 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Diffstat (limited to 'sysutils/cbsd')
-rw-r--r--sysutils/cbsd/Makefile4
-rw-r--r--sysutils/cbsd/distinfo4
-rw-r--r--sysutils/cbsd/files/cbsdd.in2
-rw-r--r--sysutils/cbsd/files/pkg-message.in2
4 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index e71d0011267..e832e5e2fae 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cbsd
-PORTVERSION= 10.0.3
+PORTVERSION= 10.0.4
CATEGORIES= sysutils
MASTER_SITES= http://www.bsdstore.ru/downloads/ \
GH
@@ -19,7 +19,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2
USE_GITHUB= yes
GH_ACCOUNT= olevole
GH_PROJECT= cbsd
-GH_COMMIT= 2bb261e
+GH_COMMIT= a5d3690
USE_RC_SUBR= cbsdd cbsdrsyncd
diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo
index 4ecd1870707..cc5cd27b094 100644
--- a/sysutils/cbsd/distinfo
+++ b/sysutils/cbsd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cbsd-10.0.3.tar.gz) = 42c51fcfb2144d6bcebb808024908f2aef9fa5d338bdccbe6e27e83fdd89cb1a
-SIZE (cbsd-10.0.3.tar.gz) = 328334
+SHA256 (cbsd-10.0.4.tar.gz) = fb2f0bd29ddf0af9ffdc8914a2666cf83a5e6e2dace2f2b4acebba5e26233366
+SIZE (cbsd-10.0.4.tar.gz) = 358750
diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in
index f1c7c47c443..25d71789c69 100644
--- a/sysutils/cbsd/files/cbsdd.in
+++ b/sysutils/cbsd/files/cbsdd.in
@@ -16,6 +16,7 @@ load_rc_config $name
: ${cbsdd_enable="NO"}
export workdir="${cbsd_workdir}"
+export NO_CBSD_HISTORY=yes
globalconf=${cbsd_globalconf:-"${workdir}/cbsd.conf"}
if [ ! -f ${globalconf} ]; then
@@ -59,6 +60,7 @@ pidfile="/var/run/$name.pid"
cbsdd_prestart() {
find ${ftmpdir} -depth 1 -maxdepth 1 -type f -exec rm -f {} \;
%%PREFIX%%/bin/cbsd sysinv mode=update
+ %%PREFIX%%/bin/cbsd netinv
. ${inventory}
diff --git a/sysutils/cbsd/files/pkg-message.in b/sysutils/cbsd/files/pkg-message.in
index 6c2f1bed1a2..66776710ae8 100644
--- a/sysutils/cbsd/files/pkg-message.in
+++ b/sysutils/cbsd/files/pkg-message.in
@@ -5,7 +5,7 @@ For the first time please run:
env workdir="/path" %%PREFIX%%/cbsd/sudoexec/initenv
-where /path is path for cbsd workdir, e.g.: /usr/jails
+where /path is path for cbsd workdir, e.g.: /usr/jails
For upgrade an existing installation: