aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2016-07-04 16:35:54 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2016-07-04 16:35:54 +0000
commitf39cc2a2f597bd68464760e6c1bc86116f3366b3 (patch)
treeb2010c8b9564d453cfbdf38ab617c8c31cd74f43 /emulators
parent82276ca09829a3cae7d4af2925b7f46fa9c93498 (diff)
downloadports-f39cc2a2f597bd68464760e6c1bc86116f3366b3.tar.gz
ports-f39cc2a2f597bd68464760e6c1bc86116f3366b3.zip
MFH: r418036
xen: update to final 4.7.0 Sponsored by: Citrix Systems R&D Approved by: ports-secteam
Notes
Notes: svn path=/branches/2016Q3/; revision=418043
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xen-kernel/Makefile6
-rw-r--r--emulators/xen-kernel/distinfo6
-rw-r--r--emulators/xen/Makefile2
3 files changed, 6 insertions, 8 deletions
diff --git a/emulators/xen-kernel/Makefile b/emulators/xen-kernel/Makefile
index 72f86d7e8c3e..9fa6bbb0a952 100644
--- a/emulators/xen-kernel/Makefile
+++ b/emulators/xen-kernel/Makefile
@@ -3,11 +3,9 @@
PORTNAME= xen
PKGNAMESUFFIX= -kernel
PORTVERSION= 4.7.0
-PORTREVISION= 1
-RCVERSION= 6
-DISTNAME= ${PORTNAME}-${DISTVERSION}-rc${RCVERSION}
+PORTREVISION= 2
CATEGORIES= emulators
-MASTER_SITES= http://bits.xensource.com/oss-xen/release/${DISTVERSION}-rc${RCVERSION}/
+MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/
MAINTAINER= royger@FreeBSD.org
COMMENT= Hypervisor using a microkernel design
diff --git a/emulators/xen-kernel/distinfo b/emulators/xen-kernel/distinfo
index 20ede0788069..0a74ef3ee7e1 100644
--- a/emulators/xen-kernel/distinfo
+++ b/emulators/xen-kernel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466081623
-SHA256 (xen-4.7.0-rc6.tar.gz) = d25e5e84b4d8f279be9a1a42b5c07c1b50cff48b49201e32ebf3809df187b428
-SIZE (xen-4.7.0-rc6.tar.gz) = 20707097
+TIMESTAMP = 1467644898
+SHA256 (xen-4.7.0.tar.gz) = be5876144d49729572ae06142e0bb93f1c1f2695578141eff2931995add24623
+SIZE (xen-4.7.0.tar.gz) = 20702550
diff --git a/emulators/xen/Makefile b/emulators/xen/Makefile
index 4c573013e462..b585680685ac 100644
--- a/emulators/xen/Makefile
+++ b/emulators/xen/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xen
PORTVERSION= 4.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= royger@FreeBSD.org