Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 17:49:12 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383456 - head/sysutils/xe-guest-utilities
Message-ID:  <201504061749.t36HnCqi065337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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