diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2023-10-08 10:57:21 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2023-10-08 16:08:23 +0000 |
commit | eaf63673c437e9345e550966edfd88dd735ea82b (patch) | |
tree | aebe4e759405c9d3bf679be2c5083d8e3fe51721 | |
parent | 1eef0235b5bcf824ae4ba60f41ab5c89649546bb (diff) | |
download | ports-eaf63673c437e9345e550966edfd88dd735ea82b.tar.gz ports-eaf63673c437e9345e550966edfd88dd735ea82b.zip |
devel/libvirt: update to 9.8.0
-rw-r--r-- | devel/libvirt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 325ab208ae75..72775759b11f 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -PORTVERSION= 9.7.0 +PORTVERSION= 9.8.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -116,6 +116,7 @@ MESON_ARGS+= \ -Dudev=disabled \ -Dnetcf=disabled \ -Dsysctl_config=disabled \ + -Dlibnbd=disabled \ -Dlogin_shell=disabled \ -Dwireshark_dissector=disabled \ -Dinit_script=none \ @@ -139,7 +140,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.9007.0 +SHLIB_VER= 0.9008.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 5b478e7941b8..e1467ec245af 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694237390 -SHA256 (libvirt-9.7.0.tar.xz) = d8c758fe7db640f572489caa8ea6dd8262d169a4372326c23a3a013cdc40b8ce -SIZE (libvirt-9.7.0.tar.xz) = 9294008 +TIMESTAMP = 1696681436 +SHA256 (libvirt-9.8.0.tar.xz) = 7aa90d133bb301e94663a45c36176f46f4a9fc1b34d77d2e22b7a2517106f506 +SIZE (libvirt-9.8.0.tar.xz) = 9307064 diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index 0f570d330557..595a2e51645f 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -180,6 +180,7 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/cpu_map/x86_Conroe.xml %%DATADIR%%/cpu_map/x86_Cooperlake.xml %%DATADIR%%/cpu_map/x86_Dhyana.xml +%%DATADIR%%/cpu_map/x86_EPYC-Genoa.xml %%DATADIR%%/cpu_map/x86_EPYC-IBPB.xml %%DATADIR%%/cpu_map/x86_EPYC-Milan.xml %%DATADIR%%/cpu_map/x86_EPYC-Rome.xml |