Skip to content

Commit

Permalink
astro/libosmium: update 2.18.0 → 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 19, 2023
1 parent e3b70a2 commit 150ecc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
12 changes: 1 addition & 11 deletions astro/libosmium/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= libosmium
DISTVERSIONPREFIX= v
DISTVERSION= 2.18.0
PORTREVISION= 1
DISTVERSION= 2.19.0
CATEGORIES= astro geography devel

MAINTAINER= amdmi3@FreeBSD.org
Expand Down Expand Up @@ -38,15 +37,6 @@ OPTIONS_DEFAULT= TEST
TEST_TEST_TARGET= test
TEST_CMAKE_BOOL= BUILD_TESTING

post-patch:
@${FIND} ${WRKSRC} -type f \( -name "*.cpp" -o -name "*.hpp" \) \
-not -name "memory_mapping.hpp" \
-not -name "test_memory_mapping.cpp" \
-not -name "test_memory.cpp" \
-exec ${REINPLACE_CMD} \
-e 's,^#ifdef __linux__,#if defined(__linux__) || defined(__FreeBSD__),' \
-e 's,^#ifndef __linux__,#if !defined(__linux__) && !defined(__FreeBSD__),' {} \;

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
Expand Down
6 changes: 3 additions & 3 deletions astro/libosmium/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1647270667
SHA256 (osmcode-libosmium-v2.18.0_GH0.tar.gz) = c05a3e95c9c811521ebad8637e90f43ab8fb053b310875acce741cc4c17d6f59
SIZE (osmcode-libosmium-v2.18.0_GH0.tar.gz) = 565862
TIMESTAMP = 1674129193
SHA256 (osmcode-libosmium-v2.19.0_GH0.tar.gz) = 6911a8ca8e81d49205357177982df908af11376919f93b814cccf02f1d4d63e3
SIZE (osmcode-libosmium-v2.19.0_GH0.tar.gz) = 565486
29 changes: 0 additions & 29 deletions astro/libosmium/files/patch-include_osmium_thread_util.hpp

This file was deleted.

1 change: 0 additions & 1 deletion astro/libosmium/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ include/osmium/handler/disk_store.hpp
include/osmium/handler/dump.hpp
include/osmium/handler/node_locations_for_ways.hpp
include/osmium/handler/object_relations.hpp
include/osmium/index/bool_vector.hpp
include/osmium/index/detail/create_map_with_fd.hpp
include/osmium/index/detail/mmap_vector_anon.hpp
include/osmium/index/detail/mmap_vector_base.hpp
Expand Down

0 comments on commit 150ecc3

Please sign in to comment.