Date: Tue, 4 Aug 2020 11:25:18 +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: r544164 - in head/devel/libvirt: . files Message-ID: <202008041125.074BPIHW096434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Tue Aug 4 11:25:17 2020 New Revision: 544164 URL: https://svnweb.freebsd.org/changeset/ports/544164 Log: devel/libvirt: update to 6.6.0 Deleted: head/devel/libvirt/files/patch-src_cpu_cpu__arm.c Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Aug 4 10:05:27 2020 (r544163) +++ head/devel/libvirt/Makefile Tue Aug 4 11:25:17 2020 (r544164) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 6.5.0 +PORTVERSION= 6.6.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.6005.0 +SHLIB_VER= 0.6006.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen @@ -154,7 +154,7 @@ post-install: @${RMDIR} ${STAGEDIR}${EXAMPLESDIR}/networks/autostart @${MKDIR} ${STAGEDIR}${ETCDIR}/qemu/networks/autostart @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in AUTHORS ChangeLog INSTALL NEWS.rst README.rst +.for doc in AUTHORS ChangeLog NEWS.rst README.rst ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Tue Aug 4 10:05:27 2020 (r544163) +++ head/devel/libvirt/distinfo Tue Aug 4 11:25:17 2020 (r544164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593872233 -SHA256 (libvirt-6.5.0.tar.xz) = 4915d9eab299ed79288d7598b717c587156708c05f701fe55a72293f32eb3182 -SIZE (libvirt-6.5.0.tar.xz) = 9407160 +TIMESTAMP = 1596469428 +SHA256 (libvirt-6.6.0.tar.xz) = 94e52ddd2d71b650e1a7eb5ab7e651f9607ecee207891216714020b8ff081ef9 +SIZE (libvirt-6.6.0.tar.xz) = 9305836 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Tue Aug 4 10:05:27 2020 (r544163) +++ head/devel/libvirt/pkg-plist Tue Aug 4 11:25:17 2020 (r544164) @@ -2,6 +2,7 @@ bin/virsh bin/virt-admin bin/virt-host-validate bin/virt-pki-validate +%%QEMU%%bin/virt-qemu-run bin/virt-xml-validate %%BHYVE%%sbin/virtbhyved sbin/virtnetworkd @@ -15,6 +16,7 @@ man/man1/virsh.1.gz man/man1/virt-admin.1.gz man/man1/virt-host-validate.1.gz man/man1/virt-pki-validate.1.gz +%%QEMU%%man/man1/virt-qemu-run.1.gz man/man1/virt-xml-validate.1.gz man/man7/virkeycode-atset1.7.gz man/man7/virkeycode-atset2.7.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008041125.074BPIHW096434>