svn commit: r557131 - in head/devel/libvirt: . files
Roman Bogorodskiy
novel at FreeBSD.org
Sun Dec 6 11:20:46 UTC 2020
Author: novel
Date: Sun Dec 6 11:20:45 2020
New Revision: 557131
URL: https://svnweb.freebsd.org/changeset/ports/557131
Log:
devel/libvirt: update to 6.10.0
Added:
head/devel/libvirt/files/patch-src_network_meson.build (contents, props changed)
Deleted:
head/devel/libvirt/files/patch-src-network-meson.build
Modified:
head/devel/libvirt/Makefile
head/devel/libvirt/distinfo
head/devel/libvirt/pkg-plist
Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile Sun Dec 6 10:39:47 2020 (r557130)
+++ head/devel/libvirt/Makefile Sun Dec 6 11:20:45 2020 (r557131)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libvirt
-PORTVERSION= 6.9.0
+PORTVERSION= 6.10.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.6009.0
+SHLIB_VER= 0.6010.0
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
PORTDOCS= *
SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen
Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo Sun Dec 6 10:39:47 2020 (r557130)
+++ head/devel/libvirt/distinfo Sun Dec 6 11:20:45 2020 (r557131)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604313305
-SHA256 (libvirt-6.9.0.tar.xz) = 0d8427ee1d0f448fb339f847838f63b1e7ca0c4acbd14f1faacb129c795cc0c1
-SIZE (libvirt-6.9.0.tar.xz) = 8432360
+TIMESTAMP = 1607224399
+SHA256 (libvirt-6.10.0.tar.xz) = 30cfc1365b7a62bf08c5254103087fac51c4210343aa958a7d38cedd280ed2aa
+SIZE (libvirt-6.10.0.tar.xz) = 8462796
Added: head/devel/libvirt/files/patch-src_network_meson.build
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvirt/files/patch-src_network_meson.build Sun Dec 6 11:20:45 2020 (r557131)
@@ -0,0 +1,17 @@
+--- src/network/meson.build.orig 2020-12-06 03:19:25 UTC
++++ src/network/meson.build
+@@ -89,13 +89,7 @@ if conf.has('WITH_NETWORK')
+ output: '@BASENAME@',
+ copy: true,
+ install: true,
+- install_dir: confdir / 'qemu' / 'networks',
+- )
+-
+- meson.add_install_script(
+- meson_python_prog.path(), python3_prog.path(), meson_install_symlink_prog.path(),
+- confdir / 'qemu' / 'networks' / 'autostart',
+- '../default.xml', 'default.xml',
++ install_dir: datadir / 'examples' / 'libvirt' / 'networks',
+ )
+
+ if conf.has('WITH_FIREWALLD_ZONE')
Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist Sun Dec 6 10:39:47 2020 (r557130)
+++ head/devel/libvirt/pkg-plist Sun Dec 6 11:20:45 2020 (r557131)
@@ -135,8 +135,10 @@ 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_FT-2000plus.xml
%%DATADIR%%/cpu_map/arm_Falkor.xml
%%DATADIR%%/cpu_map/arm_Kunpeng-920.xml
+%%DATADIR%%/cpu_map/arm_Tengyun-S2500.xml
%%DATADIR%%/cpu_map/arm_ThunderX299xx.xml
%%DATADIR%%/cpu_map/arm_cortex-a53.xml
%%DATADIR%%/cpu_map/arm_cortex-a57.xml
More information about the svn-ports-all
mailing list