Bug 278854 - graphics/zathura: Update to 0.5.6
Summary: graphics/zathura: Update to 0.5.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks: 278853
  Show dependency treegraph
 
Reported: 2024-05-08 12:03 UTC by Guido Falsi
Modified: 2024-05-14 20:55 UTC (History)
1 user (show)

See Also:
quentin.stievenart: maintainer-feedback+


Attachments
patch v1 (2.84 KB, patch)
2024-05-08 12:03 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2024-05-08 12:03:27 UTC
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!
Comment 1 quentin.stievenart 2024-05-14 00:00:58 UTC
Hi Guido,

Thanks for the patch, everything looks good!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-14 20:52:42 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-14 20:52:43 UTC
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(-)
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2024-05-14 20:55:36 UTC
Committed.

Thanks!