- update to 6.0.2
- take maintainership Approved by: feld
This commit is contained in:
parent
ce1b5876e6
commit
ce2fcd9e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378157
@ -2,16 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xe-guest-utilities
|
||||
PORTVERSION= 6.0.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 6.2.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LOCAL
|
||||
MASTER_SITE_SUBDIR= feld
|
||||
DISTNAME= ${PORTNAME}-6.0.2
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= FreeBSD VM tools for Citrix XenServer and XCP
|
||||
|
||||
RUN_DEPENDS= xen-tools>0:${PORTSDIR}/sysutils/xen-tools
|
||||
RUN_DEPENDS= xen-tools>0:${PORTSDIR}/${PKGCATEGORY}/xen-tools
|
||||
|
||||
USES= gmake python
|
||||
USE_RC_SUBR= xenguest
|
||||
|
@ -0,0 +1,17 @@
|
||||
--- src/sbin/xe-update-guest-attrs.orig 2014-07-07 15:45:10.000000000 +0200
|
||||
+++ src/sbin/xe-update-guest-attrs 2015-01-30 10:24:05.000000000 +0100
|
||||
@@ -173,10 +173,10 @@
|
||||
xenstore_write_cached "control/feature-balloon" "1"
|
||||
|
||||
# build time addons
|
||||
-xenstore_write_cached "attr/PVAddons/MajorVersion" "6"
|
||||
-xenstore_write_cached "attr/PVAddons/MinorVersion" "0"
|
||||
-xenstore_write_cached "attr/PVAddons/MicroVersion" "2"
|
||||
-xenstore_write_cached "attr/PVAddons/BuildVersion" "54078"
|
||||
+xenstore_write_cached "attr/PVAddons/MajorVersion" "6"
|
||||
+xenstore_write_cached "attr/PVAddons/MinorVersion" "2"
|
||||
+xenstore_write_cached "attr/PVAddons/MicroVersion" "0"
|
||||
+xenstore_write_cached "attr/PVAddons/BuildVersion" "76888"
|
||||
xenstore_write_cached "attr/PVAddons/Installed" "1"
|
||||
|
||||
# update xenstore if necc
|
Loading…
Reference in New Issue
Block a user