svn commit: r475383 - head/devel/libvirt

Roman Bogorodskiy novel at FreeBSD.org
Thu Jul 26 15:44:58 UTC 2018


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


More information about the svn-ports-all mailing list