mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Update to 2.12.0
This commit is contained in:
parent
fbed425c4e
commit
5c894a379b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436588
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libosmium
|
||||
PORTVERSION= 2.11.1
|
||||
PORTVERSION= 2.12.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= astro geography devel
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1489141925
|
||||
SHA256 (osmcode-libosmium-v2.11.1_GH0.tar.gz) = 9b96166530b7b56787cc49be1a91c6f8724538b59f362a2870e99ccfa261c43f
|
||||
SIZE (osmcode-libosmium-v2.11.1_GH0.tar.gz) = 436725
|
||||
TIMESTAMP = 1490016141
|
||||
SHA256 (osmcode-libosmium-v2.12.0_GH0.tar.gz) = 6fd6812939c80bf1ab58d160e20202f400b26a36941f1e5c939a0a8f3a03af92
|
||||
SIZE (osmcode-libosmium-v2.12.0_GH0.tar.gz) = 452240
|
||||
|
@ -1,9 +1,12 @@
|
||||
include/gdalcpp.hpp
|
||||
include/osmium/area/assembler.hpp
|
||||
include/osmium/area/assembler_config.hpp
|
||||
include/osmium/area/detail/basic_assembler.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/problem_reporter.hpp
|
||||
include/osmium/area/problem_reporter_exception.hpp
|
||||
@ -70,6 +73,7 @@ include/osmium/index/multimap/sparse_mem_array.hpp
|
||||
include/osmium/index/multimap/sparse_mem_multimap.hpp
|
||||
include/osmium/index/multimap/sparse_mmap_array.hpp
|
||||
include/osmium/index/node_locations_map.hpp
|
||||
include/osmium/index/nwr_array.hpp
|
||||
include/osmium/index/relations_map.hpp
|
||||
include/osmium/io/any_compression.hpp
|
||||
include/osmium/io/any_input.hpp
|
||||
@ -151,8 +155,10 @@ include/osmium/relations/collector.hpp
|
||||
include/osmium/relations/detail/member_meta.hpp
|
||||
include/osmium/relations/detail/relation_meta.hpp
|
||||
include/osmium/tags/filter.hpp
|
||||
include/osmium/tags/matcher.hpp
|
||||
include/osmium/tags/regex_filter.hpp
|
||||
include/osmium/tags/taglist.hpp
|
||||
include/osmium/tags/tags_filter.hpp
|
||||
include/osmium/thread/function_wrapper.hpp
|
||||
include/osmium/thread/pool.hpp
|
||||
include/osmium/thread/queue.hpp
|
||||
@ -173,6 +179,7 @@ include/osmium/util/misc.hpp
|
||||
include/osmium/util/options.hpp
|
||||
include/osmium/util/progress_bar.hpp
|
||||
include/osmium/util/string.hpp
|
||||
include/osmium/util/string_matcher.hpp
|
||||
include/osmium/util/timer.hpp
|
||||
include/osmium/util/verbose_output.hpp
|
||||
include/osmium/version.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user