Date: Thu, 12 Apr 2018 12:40:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467152 - in head/astro/libosmium: . files Message-ID: <201804121240.w3CCekm3095218@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Apr 12 12:40:46 2018 New Revision: 467152 URL: https://svnweb.freebsd.org/changeset/ports/467152 Log: - Update to 2.14.0 Deleted: head/astro/libosmium/files/ Modified: head/astro/libosmium/Makefile head/astro/libosmium/distinfo head/astro/libosmium/pkg-plist Modified: head/astro/libosmium/Makefile ============================================================================== --- head/astro/libosmium/Makefile Thu Apr 12 12:39:41 2018 (r467151) +++ head/astro/libosmium/Makefile Thu Apr 12 12:40:46 2018 (r467152) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= libosmium -PORTVERSION= 2.13.1 +PORTVERSION= 2.14.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast and flexible C++ library for working with OpenStreetMap data LICENSE= BSL -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std' @@ -20,8 +19,10 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ libexpat.so:textproc/expat2 BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ - ${LOCALBASE}/include/utf8.h:devel/utf8cpp -RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp + ${LOCALBASE}/include/utf8.h:devel/utf8cpp \ + ${LOCALBASE}/include/protozero/version.hpp:devel/protozero +RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp \ + ${LOCALBASE}/include/protozero/version.hpp:devel/protozero USE_GITHUB= yes GH_ACCOUNT= osmcode @@ -29,12 +30,11 @@ GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF -# if/when corresponding ports appear in the tree, these will need to -# be turned from depends -CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON \ - -DINSTALL_PROTOZERO:BOOL=ON +# if/when corresponding port appears in the tree, this will need to +# be turned into dependency +CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON -# though it builds tests, the library itself is header-only +# although it builds tests the library itself is header-only NO_ARCH= yes PORTDOCS= * Modified: head/astro/libosmium/distinfo ============================================================================== --- head/astro/libosmium/distinfo Thu Apr 12 12:39:41 2018 (r467151) +++ head/astro/libosmium/distinfo Thu Apr 12 12:40:46 2018 (r467152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504088485 -SHA256 (osmcode-libosmium-v2.13.1_GH0.tar.gz) = a73cd56838a7438bd9ed208c9ce6794e2d55a1854039c4277a0c160d5071b909 -SIZE (osmcode-libosmium-v2.13.1_GH0.tar.gz) = 493918 +TIMESTAMP = 1522624701 +SHA256 (osmcode-libosmium-v2.14.0_GH0.tar.gz) = ac385c13b1989cf60f9f2e0395a9d8f73ea557fbe8a35cabb0e5f0b74cf43b49 +SIZE (osmcode-libosmium-v2.14.0_GH0.tar.gz) = 489137 Modified: head/astro/libosmium/pkg-plist ============================================================================== --- head/astro/libosmium/pkg-plist Thu Apr 12 12:39:41 2018 (r467151) +++ head/astro/libosmium/pkg-plist Thu Apr 12 12:40:46 2018 (r467152) @@ -123,6 +123,7 @@ include/osmium/io/pbf_input.hpp include/osmium/io/pbf_output.hpp include/osmium/io/reader.hpp include/osmium/io/reader_iterator.hpp +include/osmium/io/reader_with_progress_bar.hpp include/osmium/io/writer.hpp include/osmium/io/writer_options.hpp include/osmium/io/xml_input.hpp @@ -144,6 +145,7 @@ include/osmium/osm/entity.hpp include/osmium/osm/entity_bits.hpp include/osmium/osm/item_type.hpp include/osmium/osm/location.hpp +include/osmium/osm/metadata_options.hpp include/osmium/osm/node.hpp include/osmium/osm/node_ref.hpp include/osmium/osm/node_ref_list.hpp @@ -180,7 +182,6 @@ include/osmium/util/config.hpp include/osmium/util/delta.hpp include/osmium/util/double.hpp include/osmium/util/endian.hpp -include/osmium/util/endian.hpp.orig include/osmium/util/file.hpp include/osmium/util/iterator.hpp include/osmium/util/memory.hpp @@ -195,14 +196,3 @@ include/osmium/util/timer.hpp include/osmium/util/verbose_output.hpp include/osmium/version.hpp include/osmium/visitor.hpp -include/protozero/byteswap.hpp -include/protozero/config.hpp -include/protozero/exception.hpp -include/protozero/iterators.hpp -include/protozero/pbf_builder.hpp -include/protozero/pbf_message.hpp -include/protozero/pbf_reader.hpp -include/protozero/pbf_writer.hpp -include/protozero/types.hpp -include/protozero/varint.hpp -include/protozero/version.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121240.w3CCekm3095218>