Bug 274117 - astro/osmium-tool: Upgrade to v1.16.0
Summary: astro/osmium-tool: Upgrade to v1.16.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-27 08:43 UTC by Ian Wagner
Modified: 2023-09-28 07:52 UTC (History)
1 user (show)

See Also:


Attachments
Suggested patch (1.89 KB, patch)
2023-09-27 08:43 UTC, Ian Wagner
ianthetechie: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)