Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 20:52:23 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5c3189a57da - main - graphics/zathura-*: Chase girara library version bump
Message-ID:  <202405142052.44EKqNxr025572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

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

commit f5c3189a57da020da516e0ca2fa4dbf7fb827a77
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-05-14 20:51:29 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-05-14 20:51:29 +0000

    graphics/zathura-*: Chase girara library version bump
    
    Also add missing dependency on girata to graphics/zathura-djvu [1]
    
    PR:             278853, 278854
    Reported by:    mew14930xvi@inbox.lv [1]
---
 graphics/zathura-cb/Makefile          | 2 +-
 graphics/zathura-djvu/Makefile        | 5 +++--
 graphics/zathura-pdf-mupdf/Makefile   | 2 +-
 graphics/zathura-pdf-poppler/Makefile | 1 +
 graphics/zathura-ps/Makefile          | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile
index 9fecb42212f3..eb2fb9defd2f 100644
--- a/graphics/zathura-cb/Makefile
+++ b/graphics/zathura-cb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-cb
 DISTVERSION=	0.1.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile
index 293e766fe425..46a03a2c8755 100644
--- a/graphics/zathura-djvu/Makefile
+++ b/graphics/zathura-djvu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-djvu
 DISTVERSION=	0.2.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 
@@ -11,7 +11,8 @@ WWW=		https://pwmt.org/projects/zathura/plugins/
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
+LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre \
+		libgirara-gtk3.so:x11-toolkits/girara
 BUILD_DEPENDS=	zathura:graphics/zathura
 RUN_DEPENDS=	zathura:graphics/zathura
 
diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile
index efcbdeebf19b..f64cb3151902 100644
--- a/graphics/zathura-pdf-mupdf/Makefile
+++ b/graphics/zathura-pdf-mupdf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-pdf-mupdf
 DISTVERSION=	0.4.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	uzsolt@FreeBSD.org
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile
index 220a1ca07b8e..3e3e7f04c0ec 100644
--- a/graphics/zathura-pdf-poppler/Makefile
+++ b/graphics/zathura-pdf-poppler/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zathura-pdf-poppler
 DISTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://pwmt.org/projects/zathura-pdf-poppler/download/
 
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile
index 3536ef7d908f..ca43e3a34567 100644
--- a/graphics/zathura-ps/Makefile
+++ b/graphics/zathura-ps/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zathura-ps
 DISTVERSION=	0.2.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	https://pwmt.org/projects/zathura-ps/download/
 



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