svn commit: r383456 - head/sysutils/xe-guest-utilities

Mark Felder feld at FreeBSD.org
Mon Apr 6 17:49:13 UTC 2015


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 at 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


More information about the svn-ports-all mailing list