From owner-svn-ports-all@freebsd.org Sun Dec 6 11:20:46 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA1A7479DDA; Sun, 6 Dec 2020 11:20:46 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CpkWy4S2tz3lry; Sun, 6 Dec 2020 11:20:46 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C2B672A6; Sun, 6 Dec 2020 11:20:46 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B6BKkIs001769; Sun, 6 Dec 2020 11:20:46 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B6BKj3V001274; Sun, 6 Dec 2020 11:20:45 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202012061120.0B6BKj3V001274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Dec 2020 11:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557131 - in head/devel/libvirt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: in head/devel/libvirt: . files X-SVN-Commit-Revision: 557131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2020 11:20:46 -0000 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