Date: Tue, 14 May 2024 20:52:22 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: 9e661609317b - main - graphics/zathura: Update to 0.5.6 Message-ID: <202405142052.44EKqMpL025524@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=9e661609317b6032e0da3aabe5998bab26782fd8 commit 9e661609317b6032e0da3aabe5998bab26782fd8 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-05-14 20:50:30 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-05-14 20:50:30 +0000 graphics/zathura: Update to 0.5.6 - Update MASTER_SITES - Cleanup Makefile and apply portsnap/portclippy suggestions - Removed SQLITE option, sqlite is now always required. PR: 278854 Approved by: quentin.stievenart@gmail.com (maintainer) --- graphics/zathura/Makefile | 28 ++++++++++++++-------------- graphics/zathura/distinfo | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index d28107e210a6..2694c8eacd79 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -1,7 +1,7 @@ PORTNAME= zathura -DISTVERSION= 0.5.4 +DISTVERSION= 0.5.6 CATEGORIES= graphics print -MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ +MASTER_SITES= https://pwmt.org/projects/zathura/download/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer @@ -10,26 +10,26 @@ WWW= https://pwmt.org/projects/zathura/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ - libgirara-gtk3.so:x11-toolkits/girara +LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \ + libjson-glib-1.0.so:devel/json-glib USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \ - ninja pkgconfig python + ninja pkgconfig python sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 -MESON_ARGS= -Dseccomp=disabled -Dtests=disabled -Dmanpages=disabled +MESON_ARGS= -Dmanpages=disabled \ + -Dseccomp=disabled \ + -Dtests=disabled -OPTIONS_DEFINE= MANPAGES SQLITE SYNCTEX -OPTIONS_DEFAULT= MANPAGES SQLITE SYNCTEX +OPTIONS_DEFINE= MANPAGES SYNCTEX +OPTIONS_DEFAULT= MANPAGES SYNCTEX OPTIONS_SUB= yes -MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -MANPAGES_MESON_ENABLED= manpages +SYNCTEX_DESC= Direct and reverse synchronisation support with SyncTeX -SQLITE_USES= sqlite -SQLITE_MESON_ENABLED= sqlite +MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} +MANPAGES_MESON_ENABLED= manpages -SYNCTEX_DESC= Direct and reverse synchronisation support with SyncTeX SYNCTEX_BUILD_DEPENDS= tex-synctex>=1.19.0:devel/tex-synctex SYNCTEX_RUN_DEPENDS= ${SYNCTEX_BUILD_DEPENDS} SYNCTEX_MESON_ENABLED= synctex diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo index ed456e4c9860..5c78c3960450 100644 --- a/graphics/zathura/distinfo +++ b/graphics/zathura/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711376550 -SHA256 (zathura-0.5.4.tar.gz) = c41e1ff2f30ea5de21b778e082c608649078650df4b5e06999f016f1b127546b -SIZE (zathura-0.5.4.tar.gz) = 216719 +TIMESTAMP = 1715150364 +SHA256 (zathura-0.5.6.tar.xz) = b478e35e87cce57d651b4112dc8193c4b744a07f121b7b6465229a8f386f10da +SIZE (zathura-0.5.6.tar.xz) = 169744
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405142052.44EKqMpL025524>