Bug 274117

Summary: astro/osmium-tool: Upgrade to v1.16.0
Product: Ports & Packages Reporter: Ian Wagner <ianthetechie>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Some People CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Suggested patch ianthetechie: maintainer-approval+

Description Ian Wagner 2023-09-27 08:43:48 UTC
Created attachment 245273 [details]
Suggested patch

This patch upgrades osmium-tool to v1.16.0. I am the maintainer.

It also makes two minor changes unrelated to the functionality of the port:

1. Removes libbz2.so from LIB_DEPENDS

I initially thought this was necessary, but saw a warning that it
probably was not necessary. It looks like no other ports had a similar
LIB_DEPENDS, and the lib in question is in /usr/lib (should be in base).

2. Cleans up LZ4 CMake options

In the original submission for this port (ID 269616), a committer noted
that the CMake LZ4 options could be simplified, so I have applied the
suggestions in this patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-28 07:52:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b136c72a91161a02f5e807b73d2befbb7c3a22e7

commit b136c72a91161a02f5e807b73d2befbb7c3a22e7
Author:     Ian Wagner <ianthetechie@gmail.com>
AuthorDate: 2023-09-27 08:23:43 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-28 07:51:48 +0000

    astro/osmium-tool: Update to 1.16.0

    1. Removes libbz2.so from LIB_DEPENDS

    I initially thought this was necessary, but saw a warning that it
    probably was not necessary. It looks like no other ports had a similar
    LIB_DEPENDS, and the lib in question is in /usr/lib (should be in base).

    2. Cleans up LZ4 CMake options

    In the original submission for this port (ports/269616), a committer noted
    that the CMake LZ4 options could be simplified, so I have applied the
    suggestions in this patch.

    PR:             274117

 astro/osmium-tool/Makefile | 6 ++----
 astro/osmium-tool/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)