Created attachment 250530 [details] patch v1 Hi, I've prepared an update to the latest zathura release. This update is required to allow updating girara, since older zathura fails to build with this new version. This new version also makes sqlite an hard dependency, so I'm removing the option. While here I also did a Makefile cleanup through portclippy/portfmt, sorting things etc. Can you approve the patch? Thanks in advance!
Hi Guido, Thanks for the patch, everything looks good!
A commit in branch main references this bug: 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(-)
A commit in branch main references this bug: 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(-)
Committed. Thanks!