Date: Tue, 25 Oct 2022 17:34:30 GMT From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6d7bc132662 - main - devel/libvirt: update to 8.8.0 Message-ID: <202210251734.29PHYUC7021480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6d7bc1326620073408ef98f27cb3741cecc270b commit b6d7bc1326620073408ef98f27cb3741cecc270b Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2022-10-24 18:57:34 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2022-10-25 17:34:05 +0000 devel/libvirt: update to 8.8.0 --- devel/libvirt/Makefile | 4 ++-- devel/libvirt/distinfo | 6 +++--- devel/libvirt/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 8640ee2a395c..73b013b0a7a0 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -PORTVERSION= 8.5.0 +PORTVERSION= 8.8.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -103,7 +103,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.8005.0 +SHLIB_VER= 0.8008.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 70a30d669a6a..a480025c7fd3 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657036731 -SHA256 (libvirt-8.5.0.tar.xz) = 401e99b5e1b83de39a86347e091a85eb4dba82a87053dfcb5aa250328f97db62 -SIZE (libvirt-8.5.0.tar.xz) = 8886088 +TIMESTAMP = 1666636473 +SHA256 (libvirt-8.8.0.tar.xz) = eb0cbb6cd199e7a2f341e62f5410ca2daf65a0bf91bd522d951c1a18f0df0fa3 +SIZE (libvirt-8.8.0.tar.xz) = 8941928 diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index f04e150d60f0..77ad044ae5cd 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -152,6 +152,7 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/cpu_map/arm_Kunpeng-920.xml %%DATADIR%%/cpu_map/arm_Tengyun-S2500.xml %%DATADIR%%/cpu_map/arm_ThunderX299xx.xml +%%DATADIR%%/cpu_map/arm_a64fx.xml %%DATADIR%%/cpu_map/arm_cortex-a53.xml %%DATADIR%%/cpu_map/arm_cortex-a57.xml %%DATADIR%%/cpu_map/arm_cortex-a72.xml @@ -235,7 +236,9 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/schemas/domaincaps.rng %%DATADIR%%/schemas/domaincheckpoint.rng %%DATADIR%%/schemas/domaincommon.rng +%%DATADIR%%/schemas/domainoverrides.rng %%DATADIR%%/schemas/domainsnapshot.rng +%%DATADIR%%/schemas/inactiveDomain.rng %%DATADIR%%/schemas/interface.rng %%DATADIR%%/schemas/network.rng %%DATADIR%%/schemas/networkcommon.rng
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210251734.29PHYUC7021480>