- Update to 2.13.0

This commit is contained in:
Dmitry Marakasov 2017-08-20 11:20:21 +00:00
parent f1669c462d
commit ecdb237203
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448373
3 changed files with 15 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libosmium
PORTVERSION= 2.12.2
PORTVERSION= 2.13.0
DISTVERSIONPREFIX= v
CATEGORIES= astro geography devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1495202713
SHA256 (osmcode-libosmium-v2.12.2_GH0.tar.gz) = 717fda38ac49c3e098084b0871cffd3332b0b49a1bba9f5412a085f540bff1a4
SIZE (osmcode-libosmium-v2.12.2_GH0.tar.gz) = 455800
TIMESTAMP = 1503169568
SHA256 (osmcode-libosmium-v2.13.0_GH0.tar.gz) = 477552a137f3658d7b476c921a3c6d20506ab0526e89defc1c1b21cd0634d168
SIZE (osmcode-libosmium-v2.13.0_GH0.tar.gz) = 490970

View File

@ -1,13 +1,17 @@
include/gdalcpp.hpp
include/osmium/area/assembler.hpp
include/osmium/area/assembler_config.hpp
include/osmium/area/assembler_legacy.hpp
include/osmium/area/detail/basic_assembler.hpp
include/osmium/area/detail/basic_assembler_with_tags.hpp
include/osmium/area/detail/node_ref_segment.hpp
include/osmium/area/detail/proto_ring.hpp
include/osmium/area/detail/segment_list.hpp
include/osmium/area/detail/vector.hpp
include/osmium/area/geom_assembler.hpp
include/osmium/area/multipolygon_collector.hpp
include/osmium/area/multipolygon_manager.hpp
include/osmium/area/multipolygon_manager_legacy.hpp
include/osmium/area/problem_reporter.hpp
include/osmium/area/problem_reporter_exception.hpp
include/osmium/area/problem_reporter_ogr.hpp
@ -60,6 +64,7 @@ include/osmium/index/map/dense_file_array.hpp
include/osmium/index/map/dense_mem_array.hpp
include/osmium/index/map/dense_mmap_array.hpp
include/osmium/index/map/dummy.hpp
include/osmium/index/map/flex_mem.hpp
include/osmium/index/map/sparse_file_array.hpp
include/osmium/index/map/sparse_mem_array.hpp
include/osmium/index/map/sparse_mem_map.hpp
@ -123,6 +128,7 @@ include/osmium/io/writer_options.hpp
include/osmium/io/xml_input.hpp
include/osmium/io/xml_output.hpp
include/osmium/memory/buffer.hpp
include/osmium/memory/callback_buffer.hpp
include/osmium/memory/collection.hpp
include/osmium/memory/item.hpp
include/osmium/memory/item_iterator.hpp
@ -154,6 +160,11 @@ include/osmium/osm/way.hpp
include/osmium/relations/collector.hpp
include/osmium/relations/detail/member_meta.hpp
include/osmium/relations/detail/relation_meta.hpp
include/osmium/relations/manager_util.hpp
include/osmium/relations/members_database.hpp
include/osmium/relations/relations_database.hpp
include/osmium/relations/relations_manager.hpp
include/osmium/storage/item_stash.hpp
include/osmium/tags/filter.hpp
include/osmium/tags/matcher.hpp
include/osmium/tags/regex_filter.hpp