Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2024 10:26:04 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7ef257ba19a - main - graphics/zathura-ps: Cleanup unused dependencies
Message-ID:  <202404231026.43NAQ4HY025559@gitrepo.freebsd.org>

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

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

commit f7ef257ba19a4ec037169d6fd5bde125353b6427
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2024-04-23 10:24:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-23 10:25:54 +0000

    graphics/zathura-ps: Cleanup unused dependencies
    
    - Submitter becomes maintainer
    
    PR:             278523
---
 graphics/zathura-ps/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile
index cab9eec25007..e6a6aedb0c57 100644
--- a/graphics/zathura-ps/Makefile
+++ b/graphics/zathura-ps/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	zathura-ps
 DISTVERSION=	0.2.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mew14930xvi@inbox.lv
 COMMENT=	PostScript support for Zathura PDF viewer
 WWW=		https://pwmt.org/projects/zathura-ps/
 
@@ -16,8 +16,8 @@ LIB_DEPENDS=	libgirara-gtk3.so:x11-toolkits/girara \
 		libspectre.so:print/libspectre
 RUN_DEPENDS=	zathura:graphics/zathura
 
-USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
-USE_GNOME=	cairo glib20 gtk30
+USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
+USE_GNOME=	cairo
 
 PLIST_FILES=	lib/zathura/libps.so \
 		share/appdata/org.pwmt.zathura-ps.metainfo.xml \



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