Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 14:47:37 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d1106da40212 - main - graphics/zathura-pdf-poppler: Improve port
Message-ID:  <202509301447.58UElb3L070894@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

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