diff options
author | feld <feld@FreeBSD.org> | 2014-07-07 22:48:17 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-07-07 22:48:17 +0800 |
commit | ab5ab4f2e0e0507f035c4124f588550616ba0273 (patch) | |
tree | 2997c780db12e630af4e54d2acdcac3663422e20 | |
parent | a4e61ce3da64c9ca6c834ec2cc96bb09105795dc (diff) | |
download | freebsd-ports-graphics-ab5ab4f2e0e0507f035c4124f588550616ba0273.tar.gz freebsd-ports-graphics-ab5ab4f2e0e0507f035c4124f588550616ba0273.tar.zst freebsd-ports-graphics-ab5ab4f2e0e0507f035c4124f588550616ba0273.zip |
Update to a fresher git revision which fixes support for pfSense 2.2
The main version still stays at 6.0.2 as this internally the scripts are
based on XenServer 6.0.2's Linux Xen Tools
-rw-r--r-- | sysutils/xe-guest-utilities/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xe-guest-utilities/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xe-guest-utilities/Makefile b/sysutils/xe-guest-utilities/Makefile index ee1e68f489d..f88050c1c68 100644 --- a/sysutils/xe-guest-utilities/Makefile +++ b/sysutils/xe-guest-utilities/Makefile @@ -3,7 +3,7 @@ PORTNAME= xe-guest-utilities PORTVERSION= 6.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/${GIT_ACCOUNT}/${GIT_PROJECT}/tarball/${GIT_VERSION}/ DISTNAME= ${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION} @@ -15,7 +15,7 @@ RUN_DEPENDS= xen-tools>0:${PORTSDIR}/sysutils/xen-tools GIT_ACCOUNT= felderado GIT_PROJECT= freebsd-xen-tools-scripts -GIT_VERSION= 5a355c9 +GIT_VERSION= 8cc7fe1 GITSRC= ${WRKDIR}/${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION}/src/ USES= gmake diff --git a/sysutils/xe-guest-utilities/distinfo b/sysutils/xe-guest-utilities/distinfo index 60572f5caae..e03bfc51965 100644 --- a/sysutils/xe-guest-utilities/distinfo +++ b/sysutils/xe-guest-utilities/distinfo @@ -1,2 +1,2 @@ -SHA256 (felderado-freebsd-xen-tools-scripts-5a355c9.tar.gz) = c6d934103079cae5f9bd4abdb77586cea56eb04bdafd7dfc2e3401ab271bf278 -SIZE (felderado-freebsd-xen-tools-scripts-5a355c9.tar.gz) = 49171 +SHA256 (felderado-freebsd-xen-tools-scripts-8cc7fe1.tar.gz) = 02a18c323f3827418a2d8c1400a8a6b02435b9da756993b4a7bde509bec26954 +SIZE (felderado-freebsd-xen-tools-scripts-8cc7fe1.tar.gz) = 49268 |