svn commit: r383429 - in head/sysutils: . xen-guest-tools xen-tools

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 6 14:27:28 UTC 2015


Author: bapt
Date: Mon Apr  6 14:27:26 2015
New Revision: 383429
URL: https://svnweb.freebsd.org/changeset/ports/383429

Log:
  Rename xen-tools into xen-guest-tools
  
  Requested by:	roger@
  Approved by:	dinoex@ (maintainer)

Added:
  head/sysutils/xen-guest-tools/
     - copied from r383275, head/sysutils/xen-tools/
Deleted:
  head/sysutils/xen-tools/
Modified:
  head/sysutils/Makefile
  head/sysutils/xen-guest-tools/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Apr  6 14:25:37 2015	(r383428)
+++ head/sysutils/Makefile	Mon Apr  6 14:27:26 2015	(r383429)
@@ -1066,7 +1066,7 @@
     SUBDIR += xcpustate
     SUBDIR += xdu
     SUBDIR += xe-guest-utilities
-    SUBDIR += xen-tools
+    SUBDIR += xen-guest-tools
     SUBDIR += xfburn
     SUBDIR += xfce4-battery-plugin
     SUBDIR += xfce4-bsdcpufreq-plugin

Modified: head/sysutils/xen-guest-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Sun Apr  5 09:19:43 2015	(r383275)
+++ head/sysutils/xen-guest-tools/Makefile	Mon Apr  6 14:27:26 2015	(r383429)
@@ -1,7 +1,7 @@
 # Created by: Evan Sarmiento <esarmiento at wayfair.com>
 # $FreeBSD$
 
-PORTNAME=	xen-tools
+PORTNAME=	xen-guest-tools
 PORTVERSION=	4.2.2
 PORTREVISION=	0
 CATEGORIES=	sysutils


More information about the svn-ports-all mailing list