svn commit: r394317 - in head/sysutils/cbsd: . files

Veniamin Gvozdikov vg at FreeBSD.org
Sat Aug 15 12:22:57 UTC 2015


Author: vg
Date: Sat Aug 15 12:22:55 2015
New Revision: 394317
URL: https://svnweb.freebsd.org/changeset/ports/394317

Log:
  - Update to 10.2.0
  - Start of integration  with libxo
  - jimport: opportunity to set alternative IP for imported jail via
  newip= argument
  - fixes for resource leaks in cbsdsh/cbsd_fwatch
  - bhyve: when you create FreeBSD VM via FreeBSD-from-jail profile, you
  can specify a size of swap partition
  - bhyve: opportunity to create a virtual machine through FreeBSD-from-jail
  profile on ZFS filesystem
  - Initial XEN support
  
  PR:		ports/202344
  Submitted by:	<olevole at olevole.ru> (maintainer)

Deleted:
  head/sysutils/cbsd/files/patch-bin-cbsdsh-cbsd_fwatch.c
Modified:
  head/sysutils/cbsd/Makefile
  head/sysutils/cbsd/distinfo

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Sat Aug 15 12:10:48 2015	(r394316)
+++ head/sysutils/cbsd/Makefile	Sat Aug 15 12:22:55 2015	(r394317)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	cbsd
-PORTVERSION=	10.1.4
+PORTVERSION=	10.2.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	olevole at olevole.ru
@@ -20,6 +19,7 @@ LIB_DEPENDS=	libssh2.so:${PORTSDIR}/secu
 USE_GITHUB=	yes
 GH_ACCOUNT=	olevole
 
+USES=	libedit
 USE_RC_SUBR=	cbsdd cbsdrsyncd
 
 SUB_FILES=	pkg-message
@@ -36,6 +36,10 @@ GROUPS=	${PORTNAME}
 IGNORE=	does not support FreeBSD versions < 10.0
 .endif
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
+LIB_DEPENDS+=	libxo.so:${PORTSDIR}/devel/libxo
+.endif
+
 do-install:
 	@${ECHO} "Installing in ${CBSD_HOME}"
 	${MKDIR} ${STAGEDIR}${CBSD_HOME}

Modified: head/sysutils/cbsd/distinfo
==============================================================================
--- head/sysutils/cbsd/distinfo	Sat Aug 15 12:10:48 2015	(r394316)
+++ head/sysutils/cbsd/distinfo	Sat Aug 15 12:22:55 2015	(r394317)
@@ -1,2 +1,2 @@
-SHA256 (olevole-cbsd-v10.1.4_GH0.tar.gz) = 5f43b415ee0d6ff805e0af83b2f1c1fb5cc84573f06f5900ee3721fe552ef3ec
-SIZE (olevole-cbsd-v10.1.4_GH0.tar.gz) = 486257
+SHA256 (olevole-cbsd-v10.2.0_GH0.tar.gz) = dc545eec5e999d9fd5dc8753a9c6f57c76cc26ff1e2e6d7b9f0db7b56bbadeb7
+SIZE (olevole-cbsd-v10.2.0_GH0.tar.gz) = 519467


More information about the svn-ports-all mailing list