Created attachment 250529 [details] patch v1 Hi all, Self filing update to girara, to track dependency on an update to dependent port otherwise broken by the update. NOTE: this new version removes inotify support.
The plugins (zathura-cb, zathura-djvu, zathura-pdf-mupdf, zathura-pdf-poppler, zathura-ps) need a REVISION bump. zathura-djvu is missing a girara dependency.
Yes, there is a library version bump, so PORTREVISION bump was implied. Did not include in this patch to not clutter it. I'm the maintainer and the committer, and I posted this bug only for reference, to mark the dependency with the zathura one, I'll be handling it all myself. Regarding zathura-djvu, thanks! I was not aware, I'll take a look at that too and will commit that fix when committing the rest.
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(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=81bcb2f4db67ce07be15763294ed6ed549212214 commit 81bcb2f4db67ce07be15763294ed6ed549212214 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-05-14 20:49:29 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-05-14 20:49:29 +0000 x11-toolkits/girara: Update to 0.4.4 - Removed NOTIFY option, since notify support has been removed upstream - Clean up Makefile and apply portsnap/portclippy suggestions PR: 278853 x11-toolkits/girara/Makefile | 21 ++++++++------------- x11-toolkits/girara/distinfo | 6 +++--- x11-toolkits/girara/pkg-plist | 36 ++++++++++++++++++------------------ 3 files changed, 29 insertions(+), 34 deletions(-)
Committed. Thanks!