Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2025 16:53: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: 766fabda2f54 - main - devel/libvirt: update to 11.6.0
Message-ID:  <202508011653.571GrUhZ039387@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=766fabda2f54613e4d08d7ff05aca7c6738d0f95

commit 766fabda2f54613e4d08d7ff05aca7c6738d0f95
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2025-08-01 13:19:12 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2025-08-01 16:50:33 +0000

    devel/libvirt: update to 11.6.0
    
     - Update to 11.6.0
     - Require json-c when the BHYVE option is enabled as it's required
       for some networking related features
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/libvirt/Makefile  | 6 +++---
 devel/libvirt/distinfo  | 6 +++---
 devel/libvirt/pkg-plist | 2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 326fffb3f542..8ad3b827d507 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libvirt
-DISTVERSION=	11.5.0
+DISTVERSION=	11.6.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -140,7 +140,7 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-SHLIB_VER=	0.11005.0
+SHLIB_VER=	0.11006.0
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*
 #SHEBANG_FILES=	src/keycodemapdb/tools/keymap-gen
@@ -150,7 +150,7 @@ SUB_FILES=	pkg-message
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS}
+.if ${PORT_OPTIONS:MBHYVE} || ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS}
 LIB_DEPENDS+=		libjson-c.so:devel/json-c
 MESON_ARGS+=	-Djson_c=enabled
 .else
diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo
index a8e5fe443a4d..f9ad48c4ab20 100644
--- a/devel/libvirt/distinfo
+++ b/devel/libvirt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751370391
-SHA256 (libvirt-11.5.0.tar.xz) = 2b63b9d60538e1e2fa4e3f6d836409e6ff705249c79001914ac3400859d72423
-SIZE (libvirt-11.5.0.tar.xz) = 9865100
+TIMESTAMP = 1754051112
+SHA256 (libvirt-11.6.0.tar.xz) = cc0e8c226559b479833c8bc9c77a8ec301482ab0305fcd98d27f11cc6877fd23
+SIZE (libvirt-11.6.0.tar.xz) = 9960064
diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist
index 489c92eaed90..481b61349968 100644
--- a/devel/libvirt/pkg-plist
+++ b/devel/libvirt/pkg-plist
@@ -355,6 +355,8 @@ share/augeas/lenses/virtvboxd.aug
 %%DATADIR%%/schemas/storagepool.rng
 %%DATADIR%%/schemas/storagepoolcaps.rng
 %%DATADIR%%/schemas/storagevol.rng
+%%DATADIR%%/schemas/sysinfo.rng
+%%DATADIR%%/schemas/sysinfocommon.rng
 %%DATADIR%%/test-screenshot.png
 %%NLS%%share/locale/as/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/libvirt.mo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508011653.571GrUhZ039387>