Date: Sat, 13 Jun 2020 15:21:35 +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: r538678 - head/devel/libvirt Message-ID: <202006131521.05DFLZcZ042981@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sat Jun 13 15:21:35 2020 New Revision: 538678 URL: https://svnweb.freebsd.org/changeset/ports/538678 Log: devel/libvirt: update to 6.4.0 Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sat Jun 13 15:11:18 2020 (r538677) +++ head/devel/libvirt/Makefile Sat Jun 13 15:21:35 2020 (r538678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 6.3.0 +PORTVERSION= 6.4.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.6003.0 +SHLIB_VER= 0.6004.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sat Jun 13 15:11:18 2020 (r538677) +++ head/devel/libvirt/distinfo Sat Jun 13 15:21:35 2020 (r538678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589102559 -SHA256 (libvirt-6.3.0.tar.xz) = 74069438d34082336e99a88146349e21130552b96efc3b7c562f6878127996f5 -SIZE (libvirt-6.3.0.tar.xz) = 8442636 +TIMESTAMP = 1592054287 +SHA256 (libvirt-6.4.0.tar.xz) = 586ebcf220369d08a07c6cc17035e8a91bb3741e4300199459904e9e02478be7 +SIZE (libvirt-6.4.0.tar.xz) = 8398396 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Sat Jun 13 15:11:18 2020 (r538677) +++ head/devel/libvirt/pkg-plist Sat Jun 13 15:21:35 2020 (r538678) @@ -134,7 +134,14 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/api/libvirt-api.xml %%DATADIR%%/api/libvirt-lxc-api.xml %%DATADIR%%/api/libvirt-qemu-api.xml +%%DATADIR%%/cpu_map/arm_Falkor.xml +%%DATADIR%%/cpu_map/arm_Kunpeng-920.xml +%%DATADIR%%/cpu_map/arm_ThunderX299xx.xml +%%DATADIR%%/cpu_map/arm_cortex-a53.xml +%%DATADIR%%/cpu_map/arm_cortex-a57.xml +%%DATADIR%%/cpu_map/arm_cortex-a72.xml %%DATADIR%%/cpu_map/arm_features.xml +%%DATADIR%%/cpu_map/arm_vendors.xml %%DATADIR%%/cpu_map/index.xml %%DATADIR%%/cpu_map/ppc64_POWER6.xml %%DATADIR%%/cpu_map/ppc64_POWER7.xml @@ -151,6 +158,7 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/cpu_map/x86_Cascadelake-Server-noTSX.xml %%DATADIR%%/cpu_map/x86_Cascadelake-Server.xml %%DATADIR%%/cpu_map/x86_Conroe.xml +%%DATADIR%%/cpu_map/x86_Cooperlake.xml %%DATADIR%%/cpu_map/x86_Dhyana.xml %%DATADIR%%/cpu_map/x86_EPYC-IBPB.xml %%DATADIR%%/cpu_map/x86_EPYC.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006131521.05DFLZcZ042981>