Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 14:38:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383440 - head/sysutils/xen-tools
Message-ID:  <201504061438.t36EcTxi067205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  6 14:38:28 2015
New Revision: 383440
URL: https://svnweb.freebsd.org/changeset/ports/383440

Log:
  Drop dependency on xen-kernel
  Bump portrevision

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Mon Apr  6 14:37:45 2015	(r383439)
+++ head/sysutils/xen-tools/Makefile	Mon Apr  6 14:38:28 2015	(r383440)
@@ -3,6 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.5.0
+PORTREVISION=	1
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \
 		http://code.coreboot.org/p/seabios/downloads/get/:seabios
@@ -20,7 +21,6 @@ ONLY_FOR_ARCH=	amd64
 LIB_DEPENDS=	libyajl.so:${PORTSDIR}/devel/yajl \
 		liblzo2.so:${PORTSDIR}/archivers/lzo2
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
-RUN_DEPENDS=	/boot/xen:${PORTSDIR}/emulators/xen
 
 CONFIGURE_ARGS=	--disable-xen
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504061438.t36EcTxi067205>