Date: Tue, 20 Jan 2026 21:45:15 +0000 From: Fernando Apeste=?utf-8?Q?gu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Ian Wagner <ianthetechie@gmail.com> Subject: git: f05d25100403 - main - astro/osmium-tool: Upgrade to v1.19.0 Message-ID: <696ff76b.31028.67dac720@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=f05d251004038334eacef5266181a62ae9aa33aa commit f05d251004038334eacef5266181a62ae9aa33aa Author: Ian Wagner <ianthetechie@gmail.com> AuthorDate: 2026-01-20 08:08:07 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2026-01-20 21:44:58 +0000 astro/osmium-tool: Upgrade to v1.19.0 ChangeLog: https://github.com/osmcode/osmium-tool/blob/master/CHANGELOG.md Added * Add integration tests for show command output formats. Changed * Switch to C++17 as minimum requirement. * Use std::back_inserter instead of boost::function_output_iterator removing one dependency on Boost. * Various small fixes and code cleanups. Fixed * Fix ID comparison in osmium merge to match osmium sort behavior. * Extract in "simple" mode: Check all nodes in a way for overlap with the extraction region. PR: 292585 --- astro/osmium-tool/Makefile | 11 +++++------ astro/osmium-tool/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/astro/osmium-tool/Makefile b/astro/osmium-tool/Makefile index 94f34bb11eef..b4bfccb6f4b9 100644 --- a/astro/osmium-tool/Makefile +++ b/astro/osmium-tool/Makefile @@ -1,7 +1,6 @@ PORTNAME= osmium-tool DISTVERSIONPREFIX= v -DISTVERSION= 1.16.0 -PORTREVISION= 5 +DISTVERSION= 1.19.0 CATEGORIES= astro geography MAINTAINER= ianthetechie@gmail.com @@ -11,10 +10,10 @@ WWW= https://osmcode.org/osmium-tool/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/include/osmium/version.hpp:astro/libosmium \ - ${LOCALBASE}/include/protozero/version.hpp:devel/protozero \ - ${LOCALBASE}/include/rapidjson/stringbuffer.h:devel/rapidjson \ - hs-pandoc>0:textproc/hs-pandoc +BUILD_DEPENDS= hs-pandoc>0:textproc/hs-pandoc \ + nlohmann-json>=3.0.0:devel/nlohmann-json \ + protozero>=1.6.3:devel/protozero \ + libosmium>=2.20:astro/libosmium LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libexpat.so:textproc/expat2 diff --git a/astro/osmium-tool/distinfo b/astro/osmium-tool/distinfo index 21a0b036e0b4..b963b3b15266 100644 --- a/astro/osmium-tool/distinfo +++ b/astro/osmium-tool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695800644 -SHA256 (osmcode-osmium-tool-v1.16.0_GH0.tar.gz) = f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f -SIZE (osmcode-osmium-tool-v1.16.0_GH0.tar.gz) = 491176 +TIMESTAMP = 1768836401 +SHA256 (osmcode-osmium-tool-v1.19.0_GH0.tar.gz) = 192713eef894735cf2d0dbeed3f8def67c067198e553de01d4a1f14417a64019 +SIZE (osmcode-osmium-tool-v1.19.0_GH0.tar.gz) = 380225home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696ff76b.31028.67dac720>
