Bug 278854

Summary: graphics/zathura: Update to 0.5.6
Product: Ports & Packages Reporter: Guido Falsi <madpilot>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Only Me CC: quentin.stievenart
Priority: --- Flags: quentin.stievenart: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 278853    
Attachments:
Description Flags
patch v1 none

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!