Date: Tue, 16 Jun 2020 16:09:51 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539360 - in head/databases/arrow: . files Message-ID: <202006161609.05GG9pG2091311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jun 16 16:09:51 2020 New Revision: 539360 URL: https://svnweb.freebsd.org/changeset/ports/539360 Log: databases/arrow: Update 0.17.0-414 -> 0.17.1 Reported by: portscout Modified: head/databases/arrow/Makefile head/databases/arrow/distinfo head/databases/arrow/files/patch-CMakeLists.txt head/databases/arrow/pkg-plist Modified: head/databases/arrow/Makefile ============================================================================== --- head/databases/arrow/Makefile Tue Jun 16 15:46:45 2020 (r539359) +++ head/databases/arrow/Makefile Tue Jun 16 16:09:51 2020 (r539360) @@ -2,8 +2,7 @@ PORTNAME= arrow DISTVERSIONPREFIX= ${GH_ACCOUNT}-${PORTNAME}- -DISTVERSION= 0.17.0-414 -DISTVERSIONSUFFIX= -gcd87ac96e +DISTVERSION= 0.17.1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org Modified: head/databases/arrow/distinfo ============================================================================== --- head/databases/arrow/distinfo Tue Jun 16 15:46:45 2020 (r539359) +++ head/databases/arrow/distinfo Tue Jun 16 16:09:51 2020 (r539360) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592254354 -SHA256 (apache-arrow-apache-arrow-0.17.0-414-gcd87ac96e_GH0.tar.gz) = 82a49cf9cde4597e75153abed127661a5c7e9b2de1a19a681a3db3a818321a60 -SIZE (apache-arrow-apache-arrow-0.17.0-414-gcd87ac96e_GH0.tar.gz) = 6127967 +TIMESTAMP = 1592320634 +SHA256 (apache-arrow-apache-arrow-0.17.1_GH0.tar.gz) = ecb6da20f9288c0ca31f9b457ffdd460198765a8af27c1cac4b1382a8d130f86 +SIZE (apache-arrow-apache-arrow-0.17.1_GH0.tar.gz) = 5834485 Modified: head/databases/arrow/files/patch-CMakeLists.txt ============================================================================== --- head/databases/arrow/files/patch-CMakeLists.txt Tue Jun 16 15:46:45 2020 (r539359) +++ head/databases/arrow/files/patch-CMakeLists.txt Tue Jun 16 16:09:51 2020 (r539360) @@ -1,11 +1,26 @@ ---- CMakeLists.txt.orig 2019-02-16 22:27:06 UTC +--- CMakeLists.txt.orig 2020-05-14 11:07:56 UTC +++ CMakeLists.txt -@@ -51,7 +51,7 @@ message(STATUS "Arrow version: " - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules") +@@ -63,7 +63,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CU + include(CMakePackageConfigHelpers) include(CMakeParseArguments) -include(ExternalProject) +#include(ExternalProject) # bundling isn't allowed include(FindPkgConfig) include(GNUInstallDirs) +@@ -841,10 +841,10 @@ if(ARROW_BUILD_EXAMPLES) + add_subdirectory(examples/arrow) + endif() + +-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt +- ${CMAKE_CURRENT_SOURCE_DIR}/../NOTICE.txt +- ${CMAKE_CURRENT_SOURCE_DIR}/README.md +- DESTINATION "${ARROW_DOC_DIR}") ++#install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt ++# ${CMAKE_CURRENT_SOURCE_DIR}/../NOTICE.txt ++# ${CMAKE_CURRENT_SOURCE_DIR}/README.md ++# DESTINATION "${ARROW_DOC_DIR}") + + config_summary_message() + if(${ARROW_BUILD_CONFIG_SUMMARY_JSON}) Modified: head/databases/arrow/pkg-plist ============================================================================== --- head/databases/arrow/pkg-plist Tue Jun 16 15:46:45 2020 (r539359) +++ head/databases/arrow/pkg-plist Tue Jun 16 16:09:51 2020 (r539360) @@ -1,11 +1,5 @@ include/arrow/api.h include/arrow/array.h -include/arrow/array/array_base.h -include/arrow/array/array_binary.h -include/arrow/array/array_decimal.h -include/arrow/array/array_dict.h -include/arrow/array/array_nested.h -include/arrow/array/array_primitive.h include/arrow/array/builder_adaptive.h include/arrow/array/builder_base.h include/arrow/array/builder_binary.h @@ -16,9 +10,7 @@ include/arrow/array/builder_primitive.h include/arrow/array/builder_time.h include/arrow/array/builder_union.h include/arrow/array/concatenate.h -include/arrow/array/data.h include/arrow/array/diff.h -include/arrow/array/util.h include/arrow/array/validate.h include/arrow/buffer.h include/arrow/buffer_builder.h @@ -27,7 +19,6 @@ include/arrow/c/abi.h include/arrow/c/bridge.h include/arrow/c/helpers.h include/arrow/compare.h -include/arrow/datum.h include/arrow/device.h include/arrow/extension_type.h include/arrow/io/api.h @@ -52,7 +43,6 @@ include/arrow/ipc/message.h include/arrow/ipc/options.h include/arrow/ipc/reader.h include/arrow/ipc/test_common.h -include/arrow/ipc/type_fwd.h include/arrow/ipc/util.h include/arrow/ipc/writer.h include/arrow/memory_pool.h @@ -84,17 +74,8 @@ include/arrow/util/align_util.h include/arrow/util/atomic_shared_ptr.h include/arrow/util/base64.h include/arrow/util/basic_decimal.h -include/arrow/util/bit_block_counter.h include/arrow/util/bit_stream_utils.h include/arrow/util/bit_util.h -include/arrow/util/bitmap.h -include/arrow/util/bitmap_builders.h -include/arrow/util/bitmap_generate.h -include/arrow/util/bitmap_ops.h -include/arrow/util/bitmap_reader.h -include/arrow/util/bitmap_visit.h -include/arrow/util/bitmap_writer.h -include/arrow/util/bitset_stack.h include/arrow/util/bpacking.h include/arrow/util/bpacking_avx512_generated.h include/arrow/util/bpacking_default.h @@ -122,13 +103,15 @@ include/arrow/util/logging.h include/arrow/util/macros.h include/arrow/util/make_unique.h include/arrow/util/memory.h +include/arrow/util/neon_util.h include/arrow/util/optional.h include/arrow/util/parallel.h +include/arrow/util/parsing.h include/arrow/util/print.h include/arrow/util/range.h include/arrow/util/rle_encoding.h -include/arrow/util/simd.h include/arrow/util/sort.h +include/arrow/util/sse_util.h include/arrow/util/stopwatch.h include/arrow/util/string.h include/arrow/util/string_builder.h @@ -137,12 +120,10 @@ include/arrow/util/task_group.h include/arrow/util/thread_pool.h include/arrow/util/time.h include/arrow/util/trie.h -include/arrow/util/type_fwd.h include/arrow/util/type_traits.h include/arrow/util/ubsan.h include/arrow/util/uri.h include/arrow/util/utf8.h -include/arrow/util/value_parsing.h include/arrow/util/variant.h include/arrow/util/vector.h include/arrow/util/visibility.h @@ -166,7 +147,6 @@ include/arrow/vendored/double-conversion/strtod.h include/arrow/vendored/double-conversion/utils.h include/arrow/vendored/optional.hpp include/arrow/vendored/string_view.hpp -include/arrow/vendored/strptime.h include/arrow/vendored/variant.hpp include/arrow/vendored/xxhash.h include/arrow/visitor.h @@ -179,6 +159,6 @@ lib/cmake/arrow/ArrowTargets.cmake lib/cmake/arrow/FindArrow.cmake lib/cmake/arrow/arrow-config.cmake lib/libarrow.so -lib/libarrow.so.100 -lib/libarrow.so.100.0.0 +lib/libarrow.so.17 +lib/libarrow.so.17.1.0 libdata/pkgconfig/arrow.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006161609.05GG9pG2091311>