From owner-svn-ports-all@freebsd.org Sat Aug 15 12:22:57 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 430B09BA263; Sat, 15 Aug 2015 12:22:57 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19D301C40; Sat, 15 Aug 2015 12:22:57 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7FCMuIx051514; Sat, 15 Aug 2015 12:22:56 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7FCMuhp051511; Sat, 15 Aug 2015 12:22:56 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201508151222.t7FCMuhp051511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Sat, 15 Aug 2015 12:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394317 - in head/sysutils/cbsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2015 12:22:57 -0000 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: (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@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