Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 15:44:57 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475383 - head/devel/libvirt
Message-ID:  <201807261544.w6QFivVY093117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Jul 26 15:44:57 2018
New Revision: 475383
URL: https://svnweb.freebsd.org/changeset/ports/475383

Log:
  devel/libvirt: fix xen-tools dependency
  
  sysutils/xen-tools was moved to sysutils/xen-tools47, so update
  dependency accordingly.
  
  PR:		230041
  Reported by:	Ting-Wei Lan

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Thu Jul 26 15:24:29 2018	(r475382)
+++ head/devel/libvirt/Makefile	Thu Jul 26 15:44:57 2018	(r475383)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvirt
 PORTVERSION=	4.5.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -64,7 +65,7 @@ SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 
 XEN_CONFIGURE_WITH=	libxl
 XEN_CFLAGS=	-I${LOCALBASE}/include
-XEN_LIB_DEPENDS=	libxenlight.so:sysutils/xen-tools
+XEN_LIB_DEPENDS=	libxenlight.so:sysutils/xen-tools47
 
 LIBSSH_CONFIGURE_WITH=	libssh
 LIBSSH_LIB_DEPENDS=	libssh.so:security/libssh



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