git: 9187271113b7 - main - x11-toolkits/girara: Update to 0.3.8

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Mon, 28 Nov 2022 17:53:48 UTC
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9187271113b7932cfff6f205d3b635056232ed7a

commit 9187271113b7932cfff6f205d3b635056232ed7a
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-11-28 17:53:12 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-11-28 17:53:12 +0000

    x11-toolkits/girara: Update to 0.3.8
    
    - Add missing USE_LDCONFIG
    - Project moved to libjson-glib, rename JSONC options to JSON to
      be more implementation neutral
---
 x11-toolkits/girara/Makefile | 11 ++++++-----
 x11-toolkits/girara/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile
index 7a70e25487dc..df56649b168a 100644
--- a/x11-toolkits/girara/Makefile
+++ b/x11-toolkits/girara/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	girara
-PORTVERSION=	0.3.7
+PORTVERSION=	0.3.8
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \
 		https://pwmt.org/projects/girara/download/
@@ -10,18 +10,19 @@ WWW=		https://pwmt.org/projects/girara/
 
 USES=		compiler:c11 gnome meson pathfix pkgconfig tar:xz
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
+USE_LDCONFIG=	yes
 
 PATHFIX_MAKEFILEIN=	Makefile
 LIBDIR=			${PREFIX}/lib
 
-OPTIONS_DEFINE=		JSONC NLS NOTIFY
+OPTIONS_DEFINE=		JSON NLS NOTIFY
 OPTIONS_DEFAULT=	NOTIFY
-JSONC_DESC=		Support json configuration dump
+JSON_DESC=		Support json configuration dump
 
 OPTIONS_SUB=		yes
 
-JSONC_LIB_DEPENDS=	libjson-c.so:devel/json-c
-JSONC_MESON_ENABLED=	json
+JSON_LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
+JSON_MESON_ENABLED=	json
 
 NLS_USES=		gettext
 
diff --git a/x11-toolkits/girara/distinfo b/x11-toolkits/girara/distinfo
index 6119b4c6b105..226c526d6386 100644
--- a/x11-toolkits/girara/distinfo
+++ b/x11-toolkits/girara/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645476173
-SHA256 (girara-0.3.7.tar.xz) = 77132e9bd652f1c9e4260de046768ea449a7d977c4cd3d6d817d2d72b6f946e0
-SIZE (girara-0.3.7.tar.xz) = 60352
+TIMESTAMP = 1669622834
+SHA256 (girara-0.3.8.tar.xz) = 51706228e0c822ff2d3209029e1421e9c153ec20227a6a3c678577062a6483fc
+SIZE (girara-0.3.8.tar.xz) = 60664