Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2019 09:57:05 +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: r495243 - head/devel/libvirt
Message-ID:  <201903100957.x2A9v5Dd097925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Mar 10 09:57:05 2019
New Revision: 495243
URL: https://svnweb.freebsd.org/changeset/ports/495243

Log:
  devel/libvirt: update to 5.1.0
  
   - Update to 5.1.0
   - Switch to update to date sysutils/xen-tools port for XEN

Modified:
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo
  head/devel/libvirt/pkg-plist

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sun Mar 10 09:52:11 2019	(r495242)
+++ head/devel/libvirt/Makefile	Sun Mar 10 09:57:05 2019	(r495243)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	5.0.0
+PORTVERSION=	5.1.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -64,7 +64,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-tools47
+XEN_LIB_DEPENDS=	libxenlight.so:sysutils/xen-tools
 
 LIBSSH_CONFIGURE_WITH=	libssh
 LIBSSH_LIB_DEPENDS=	libssh.so:security/libssh
@@ -105,7 +105,7 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-SHLIB_VER=	0.5000.0
+SHLIB_VER=	0.5001.0
 PLIST_SUB+=	PORTVERSION="-${PORTVERSION}" \
 		SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Sun Mar 10 09:52:11 2019	(r495242)
+++ head/devel/libvirt/distinfo	Sun Mar 10 09:57:05 2019	(r495243)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547635588
-SHA256 (libvirt-5.0.0.tar.xz) = afa81dbbc90b5209575930a820a222ff371e5ece5c1d8ec8f46b53c52b73b2e7
-SIZE (libvirt-5.0.0.tar.xz) = 14832576
+TIMESTAMP = 1552137659
+SHA256 (libvirt-5.1.0.tar.xz) = 26f97a53d3172f07f8b63884d845ed71307c4675dc4e1b281c59d253e1e323ab
+SIZE (libvirt-5.1.0.tar.xz) = 14893608

Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist	Sun Mar 10 09:52:11 2019	(r495242)
+++ head/devel/libvirt/pkg-plist	Sun Mar 10 09:57:05 2019	(r495243)
@@ -70,7 +70,9 @@ lib/libvirt.so
 lib/libvirt.so.0
 lib/libvirt.so.%%SHLIB_VER%%
 %%NSS%%lib/libnss_libvirt.so.1
+%%NSS%%lib/libnss_libvirt_guest.so.1
 %%NSS%%lib/nss_libvirt.so.1
+%%NSS%%lib/nss_libvirt_guest.so.1
 libdata/pkgconfig/libvirt-admin.pc
 libdata/pkgconfig/libvirt-lxc.pc
 libdata/pkgconfig/libvirt-qemu.pc



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