From owner-svn-ports-all@FreeBSD.ORG Mon Apr 6 17:49:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 284651B8; Mon, 6 Apr 2015 17:49:13 +0000 (UTC) Received: from svn.freebsd.org (svn.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 1495FA6A; Mon, 6 Apr 2015 17:49:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t36HnCOh065338; Mon, 6 Apr 2015 17:49:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t36HnCqi065337; Mon, 6 Apr 2015 17:49:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201504061749.t36HnCqi065337@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Apr 2015 17:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383456 - head/sysutils/xe-guest-utilities 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.18-1 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: Mon, 06 Apr 2015 17:49:13 -0000 Author: feld Date: Mon Apr 6 17:49:12 2015 New Revision: 383456 URL: https://svnweb.freebsd.org/changeset/ports/383456 Log: Chase the xen-tools -> xen-guest-tools rename xe-guest-utilities needs to use this older version of the xen tools which are compatible with FreeBSD 9.x and 10.x. The tools are required as part of the xe-guest-utilities scripts to report data back to the hypervisor and permit additional functionality such as Live Migration when running FreeBSD VMs on the Citrix XenServer hypervisor. Modified: head/sysutils/xe-guest-utilities/Makefile Modified: head/sysutils/xe-guest-utilities/Makefile ============================================================================== --- head/sysutils/xe-guest-utilities/Makefile Mon Apr 6 17:48:35 2015 (r383455) +++ head/sysutils/xe-guest-utilities/Makefile Mon Apr 6 17:49:12 2015 (r383456) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-6.0.2 MAINTAINER= dinoex@FreeBSD.org COMMENT= FreeBSD VM tools for Citrix XenServer and XCP -RUN_DEPENDS= xen-tools>0:${PORTSDIR}/${PKGCATEGORY}/xen-tools +RUN_DEPENDS= xen-guest-tools>0:${PORTSDIR}/${PKGCATEGORY}/xen-guest-tools USES= gmake python USE_RC_SUBR= xenguest