git: 82c07e5f6860 - main - devel/wf-config: update to 0.10.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 29 Aug 2025 14:25:43 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82c07e5f68607822992b300a2f692961591daff3

commit 82c07e5f68607822992b300a2f692961591daff3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-06-22 06:30:31 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-08-29 14:22:33 +0000

    devel/wf-config: update to 0.10.0
    
    Changes:        https://github.com/WayfireWM/wf-config/releases/tag/v0.10.0
    Reported by:    GitHub (watch releases)
---
 devel/wf-config/Makefile  | 3 +--
 devel/wf-config/distinfo  | 6 +++---
 devel/wf-config/pkg-plist | 1 +
 x11-wm/wayfire/Makefile   | 2 ++
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/wf-config/Makefile b/devel/wf-config/Makefile
index e1ddcb254118..edaaddd5fd52 100644
--- a/devel/wf-config/Makefile
+++ b/devel/wf-config/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	wf-config
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.0
-PORTREVISION=	1
+DISTVERSION=	0.10.0
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/devel/wf-config/distinfo b/devel/wf-config/distinfo
index e3f1efb30475..780848944efd 100644
--- a/devel/wf-config/distinfo
+++ b/devel/wf-config/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718781348
-SHA256 (WayfireWM-wf-config-v0.9.0_GH0.tar.gz) = 973a47795d3397d281d89c561903867f691c9fe8c3d141ba887afd12902c790d
-SIZE (WayfireWM-wf-config-v0.9.0_GH0.tar.gz) = 50246
+TIMESTAMP = 1750573831
+SHA256 (WayfireWM-wf-config-v0.10.0_GH0.tar.gz) = 4264edf9f5f5ff9bccaee1ab3f5b2613a0db526bc90c15d7c82eb05a3fc81307
+SIZE (WayfireWM-wf-config-v0.10.0_GH0.tar.gz) = 51553
diff --git a/devel/wf-config/pkg-plist b/devel/wf-config/pkg-plist
index a3c741960162..88d3a973f858 100644
--- a/devel/wf-config/pkg-plist
+++ b/devel/wf-config/pkg-plist
@@ -7,6 +7,7 @@ include/wayfire/config/option.hpp
 include/wayfire/config/section.hpp
 include/wayfire/config/types.hpp
 include/wayfire/config/xml.hpp
+include/wayfire/nonstd/safe-list.hpp
 include/wayfire/util/duration.hpp
 include/wayfire/util/log.hpp
 include/wayfire/util/stringify.hpp
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 6eaa712762fe..935f21a576af 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -11,6 +11,8 @@ WWW=		https://wayfire.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with wf-config 0.10
+
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		nlohmann-json>0:devel/nlohmann-json \
 		wf-config>=0.9.0<0.10.0:devel/wf-config \