git: d1106da40212 - main - graphics/zathura-pdf-poppler: Improve port

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 14:47:37 UTC
The branch main has been updated by vvd:

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

commit d1106da40212b6f88992b0c3932fb93415380d90
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-09-30 14:40:23 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-30 14:46:05 +0000

    graphics/zathura-pdf-poppler: Improve port
    
    - Switch from compiler:c11 to compiler:c17.
    - Remove USES=ninja because it is implicit in USES=meson.
    - There is no older version of Zathura in the ports tree, so remove the
      version specification.
    
    PR:     289911
---
 graphics/zathura-pdf-poppler/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile
index 7ccc6e5658d4..ad76c857be11 100644
--- a/graphics/zathura-pdf-poppler/Makefile
+++ b/graphics/zathura-pdf-poppler/Makefile
@@ -12,13 +12,12 @@ LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	appstream-util:devel/appstream-glib \
-		zathura>=0.5.3:graphics/zathura
+		zathura:graphics/zathura
 LIB_DEPENDS=	libgirara-gtk3.so:x11-toolkits/girara \
 		libpoppler-glib.so:graphics/poppler-glib
-RUN_DEPENDS=	zathura>=0.5.3:graphics/zathura
+RUN_DEPENDS=	zathura:graphics/zathura
 
-USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \
-		tar:xz
+USES=		compiler:c17 desktop-file-utils gnome meson pkgconfig tar:xz
 USE_GNOME=	cairo glib20
 
 CONFLICTS_INSTALL=	zathura-pdf-mupdf