From: Matthieu Herrb Subject: [llvm22] update/fix x11/elementary/granite 5/5 productivity/minder 2.0.9 To: ports@openbsd.org Cc: op@openbsd.org Date: Sat, 23 May 2026 21:06:34 +0200 Index: Makefile =================================================================== RCS file: /local/cvs/ports/productivity/minder/Makefile,v diff -u -p -u -r1.11 Makefile --- Makefile 1 Aug 2025 09:17:17 -0000 1.11 +++ Makefile 23 May 2026 18:58:17 -0000 @@ -1,6 +1,6 @@ COMMENT = Mind-mapping application -DIST_TUPLE = github phase1geo Minder 1.17.0 . +DIST_TUPLE = github phase1geo Minder 2.0.9 . PKGNAME = ${DISTNAME:L} CATEGORIES = productivity @@ -10,10 +10,10 @@ MAINTAINER = Omar Polo # GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += archive c cairo gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0 -WANTLIB += glib-2.0 gobject-2.0 granite gtk-3 gtksourceview-4 -WANTLIB += handy-1 intl json-glib-1.0 m markdown pango-1.0 pangocairo-1.0 -WANTLIB += xml2 +WANTLIB += archive c cairo gdk_pixbuf-2.0 gee-0.8 gio-2.0 +WANTLIB += glib-2.0 gobject-2.0 granite-7 graphene-1.0 gtk-4 gtksourceview-5 +WANTLIB += intl json-glib-1.0 m pango-1.0 pangocairo-1.0 +WANTLIB += webp xml2 MODULES = devel/dconf \ devel/meson \ @@ -30,10 +30,11 @@ RUN_DEPENDS = devel/desktop-file-utils \ LIB_DEPENDS = archivers/libarchive \ devel/json-glib \ - textproc/discount \ + graphics/graphene \ + graphics/libwebp \ x11/elementary/granite \ - x11/gtksourceview4 \ - x11/libhandy + x11/gtksourceview5 + CFLAGS += -I${LOCALBASE}/include LDFLAGS += -L${LOCALBASE}/lib Index: distinfo =================================================================== RCS file: /local/cvs/ports/productivity/minder/distinfo,v diff -u -p -u -r1.9 distinfo --- distinfo 1 Aug 2025 09:17:17 -0000 1.9 +++ distinfo 23 May 2026 18:58:17 -0000 @@ -1,2 +1,2 @@ -SHA256 (phase1geo-Minder-1.17.0.tar.gz) = RA3sYbJe/bQNFm9oOEWrqTyzgruSN5saGmakrA86N6M= -SIZE (phase1geo-Minder-1.17.0.tar.gz) = 1929489 +SHA256 (phase1geo-Minder-2.0.9.tar.gz) = IEQ9rLzxPQRkD8vRcChv8SlPMImEAI6GM4csLPWsfF4= +SIZE (phase1geo-Minder-2.0.9.tar.gz) = 2218143 -- Matthieu Herrb