diff options
-rw-r--r-- | sysutils/xe-guest-utilities/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xe-guest-utilities/files/patch-xe-update-guest-attrs | 17 |
2 files changed, 21 insertions, 4 deletions
diff --git a/sysutils/xe-guest-utilities/Makefile b/sysutils/xe-guest-utilities/Makefile index 726e2a083cb6..d3498a29b4ae 100644 --- a/sysutils/xe-guest-utilities/Makefile +++ b/sysutils/xe-guest-utilities/Makefile @@ -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 diff --git a/sysutils/xe-guest-utilities/files/patch-xe-update-guest-attrs b/sysutils/xe-guest-utilities/files/patch-xe-update-guest-attrs new file mode 100644 index 000000000000..9b572de87bd1 --- /dev/null +++ b/sysutils/xe-guest-utilities/files/patch-xe-update-guest-attrs @@ -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 |