Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 11:03:33 +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: r550827 - head/devel/libvirt
Message-ID:  <202010011103.091B3XLA025611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Oct  1 11:03:33 2020
New Revision: 550827
URL: https://svnweb.freebsd.org/changeset/ports/550827

Log:
  devel/libvirt: update to 6.8.0

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

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Thu Oct  1 09:47:04 2020	(r550826)
+++ head/devel/libvirt/Makefile	Thu Oct  1 11:03:33 2020	(r550827)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	6.7.0
+PORTVERSION=	6.8.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -104,7 +104,7 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-SHLIB_VER=	0.6007.0
+SHLIB_VER=	0.6008.0
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*
 SHEBANG_FILES=	src/keycodemapdb/tools/keymap-gen
@@ -151,7 +151,7 @@ post-patch:
 post-install:
 	@${MKDIR} ${STAGEDIR}${ETCDIR}/qemu/networks/autostart
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in AUTHORS NEWS.rst README.rst
+.for doc in AUTHORS.rst NEWS.rst README.rst
 	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
 .endfor
 

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Thu Oct  1 09:47:04 2020	(r550826)
+++ head/devel/libvirt/distinfo	Thu Oct  1 11:03:33 2020	(r550827)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598949041
-SHA256 (libvirt-6.7.0.tar.xz) = 655b9476c797cdd3bb12e2520acc37335e5299b2d56a5bb9ab3f55db40161342
-SIZE (libvirt-6.7.0.tar.xz) = 8362140
+TIMESTAMP = 1601540475
+SHA256 (libvirt-6.8.0.tar.xz) = 0c2d7f6ed8bc4956bf7f0c8ca2897c6c82ddb91e3118ab7a588b25eedd16ef69
+SIZE (libvirt-6.8.0.tar.xz) = 8412092

Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist	Thu Oct  1 09:47:04 2020	(r550826)
+++ head/devel/libvirt/pkg-plist	Thu Oct  1 11:03:33 2020	(r550827)
@@ -2,6 +2,7 @@ bin/virsh
 bin/virt-admin
 bin/virt-host-validate
 bin/virt-pki-validate
+bin/virt-ssh-helper
 %%QEMU%%bin/virt-qemu-run
 bin/virt-xml-validate
 %%BHYVE%%sbin/virtbhyved



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