astro/libosmium: update to 2.17.0
This commit is contained in:
parent
6091459a49
commit
0f9ae4a667
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= libosmium
|
||||
PORTVERSION= 2.16.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.17.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= astro geography devel
|
||||
|
||||
|
@ -27,7 +26,6 @@ CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF
|
|||
# if/when corresponding port appears in the tree, this will need to
|
||||
# be turned into dependency
|
||||
CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON
|
||||
CXXFLAGS+= "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
|
||||
|
||||
# although it builds tests the library itself is header-only
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1610539024
|
||||
SHA256 (osmcode-libosmium-v2.16.0_GH0.tar.gz) = 42bbef97226d7db7ce3eeb474603e5b1f2f0f86cec85498868e9416e7cdf5bd5
|
||||
SIZE (osmcode-libosmium-v2.16.0_GH0.tar.gz) = 508536
|
||||
TIMESTAMP = 1619551435
|
||||
SHA256 (osmcode-libosmium-v2.17.0_GH0.tar.gz) = 4a7672d7caf4da3bc68619912b298462370c423c697871a0be6273c6686e10d6
|
||||
SIZE (osmcode-libosmium-v2.17.0_GH0.tar.gz) = 513404
|
||||
|
|
|
@ -87,6 +87,7 @@ include/osmium/io/bzip2_compression.hpp
|
|||
include/osmium/io/compression.hpp
|
||||
include/osmium/io/debug_output.hpp
|
||||
include/osmium/io/detail/debug_output_format.hpp
|
||||
include/osmium/io/detail/ids_output_format.hpp
|
||||
include/osmium/io/detail/input_format.hpp
|
||||
include/osmium/io/detail/lz4.hpp
|
||||
include/osmium/io/detail/o5m_input_format.hpp
|
||||
|
@ -114,6 +115,7 @@ include/osmium/io/file_compression.hpp
|
|||
include/osmium/io/file_format.hpp
|
||||
include/osmium/io/gzip_compression.hpp
|
||||
include/osmium/io/header.hpp
|
||||
include/osmium/io/ids_output.hpp
|
||||
include/osmium/io/input_iterator.hpp
|
||||
include/osmium/io/o5m_input.hpp
|
||||
include/osmium/io/opl_input.hpp
|
||||
|
|
Loading…
Reference in a new issue