Index: head/databases/arrow/Makefile =================================================================== --- head/databases/arrow/Makefile (revision 547202) +++ head/databases/arrow/Makefile (revision 547203) @@ -1,49 +1,48 @@ # $FreeBSD$ PORTNAME= arrow -DISTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.0.1 CATEGORIES= databases MASTER_SITES= https://mirrors.advancedhosters.com/apache/${PORTNAME}/${PORTNAME}-${DISTVERSION}/ DISTNAME= apache-${PORTNAME}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Columnar in-memory analytics layer for big data LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake compiler:c++11-lang pkgconfig USE_LDCONFIG= yes WRKSRC_SUBDIR= cpp CMAKE_OFF= ARROW_BUILD_STATIC OPTIONS_GROUP= COMPRESSION OPTIONS_GROUP_COMPRESSION= BROTLI BZ2 LZ4 SNAPPY ZLIB ZSTD OPTIONS_DEFAULT= BROTLI BZ2 LZ4 SNAPPY ZLIB ZSTD COMPRESSION_DESC= Compression support: BROTLI_CMAKE_BOOL= ARROW_WITH_BROTLI BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli BZ2_DESC= bz2 compression support BZ2_CMAKE_BOOL= ARROW_WITH_BZ2 LZ4_CMAKE_BOOL= ARROW_WITH_LZ4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 SNAPPY_CMAKE_BOOL= ARROW_WITH_SNAPPY SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy ZLIB_CMAKE_BOOL= ARROW_WITH_ZLIB ZSTD_DESC= zstd compression support ZSTD_CMAKE_BOOL= ARROW_WITH_ZSTD ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include Index: head/databases/arrow/distinfo =================================================================== --- head/databases/arrow/distinfo (revision 547202) +++ head/databases/arrow/distinfo (revision 547203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596698021 -SHA256 (apache-arrow-1.0.0.tar.gz) = 86ddb9feb48203a5aaf9cc4f2827525e20a2ca4d7239e492af17e74532ccf243 -SIZE (apache-arrow-1.0.0.tar.gz) = 7099445 +TIMESTAMP = 1598897397 +SHA256 (apache-arrow-1.0.1.tar.gz) = 149ca6aa969ac5742f3b30d1f69a6931a533fd1db8b96712e60bf386a26dc75c +SIZE (apache-arrow-1.0.1.tar.gz) = 7114767 Index: head/databases/arrow/pkg-plist =================================================================== --- head/databases/arrow/pkg-plist (revision 547202) +++ head/databases/arrow/pkg-plist (revision 547203) @@ -1,193 +1,193 @@ 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 include/arrow/array/builder_decimal.h include/arrow/array/builder_dict.h include/arrow/array/builder_nested.h 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 include/arrow/builder.h include/arrow/c/abi.h include/arrow/c/bridge.h include/arrow/c/helpers.h include/arrow/chunked_array.h include/arrow/compare.h include/arrow/config.h include/arrow/datum.h include/arrow/device.h include/arrow/extension_type.h include/arrow/io/api.h include/arrow/io/buffered.h include/arrow/io/caching.h include/arrow/io/compressed.h include/arrow/io/concurrency.h include/arrow/io/file.h include/arrow/io/hdfs.h include/arrow/io/interfaces.h include/arrow/io/memory.h include/arrow/io/mman.h include/arrow/io/slow.h include/arrow/io/test_common.h include/arrow/io/transform.h include/arrow/io/type_fwd.h include/arrow/ipc/api.h include/arrow/ipc/dictionary.h include/arrow/ipc/feather.h include/arrow/ipc/json_simple.h 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 include/arrow/memory_pool_test.h include/arrow/pch.h include/arrow/pretty_print.h include/arrow/record_batch.h include/arrow/result.h include/arrow/scalar.h include/arrow/sparse_tensor.h include/arrow/status.h include/arrow/stl.h include/arrow/stl_allocator.h include/arrow/table.h include/arrow/table_builder.h include/arrow/tensor.h include/arrow/tensor/converter.h include/arrow/testing/extension_type.h include/arrow/testing/generator.h include/arrow/testing/gtest_common.h include/arrow/testing/gtest_compat.h include/arrow/testing/gtest_util.h include/arrow/testing/json_integration.h include/arrow/testing/pch.h include/arrow/testing/random.h include/arrow/testing/util.h include/arrow/testing/visibility.h include/arrow/type.h include/arrow/type_fwd.h include/arrow/type_traits.h 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/benchmark_util.h include/arrow/util/bit_block_counter.h include/arrow/util/bit_run_reader.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 include/arrow/util/byte_stream_split.h include/arrow/util/checked_cast.h include/arrow/util/compare.h include/arrow/util/compiler_util.h include/arrow/util/compression.h include/arrow/util/config.h include/arrow/util/cpu_info.h include/arrow/util/decimal.h include/arrow/util/delimiting.h include/arrow/util/double_conversion.h include/arrow/util/formatting.h include/arrow/util/functional.h include/arrow/util/future.h include/arrow/util/future_iterator.h include/arrow/util/hash_util.h include/arrow/util/hashing.h include/arrow/util/int_util.h include/arrow/util/io_util.h include/arrow/util/iterator.h include/arrow/util/key_value_metadata.h include/arrow/util/logging.h include/arrow/util/macros.h include/arrow/util/make_unique.h include/arrow/util/memory.h include/arrow/util/mutex.h include/arrow/util/optional.h include/arrow/util/parallel.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/spaced.h include/arrow/util/stopwatch.h include/arrow/util/string.h include/arrow/util/string_builder.h include/arrow/util/string_view.h 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 include/arrow/util/windows_compatibility.h include/arrow/util/windows_fixup.h include/arrow/vendored/datetime.h include/arrow/vendored/datetime/date.h include/arrow/vendored/datetime/ios.h include/arrow/vendored/datetime/tz.h include/arrow/vendored/datetime/tz_private.h include/arrow/vendored/datetime/visibility.h include/arrow/vendored/double-conversion/bignum-dtoa.h include/arrow/vendored/double-conversion/bignum.h include/arrow/vendored/double-conversion/cached-powers.h include/arrow/vendored/double-conversion/diy-fp.h include/arrow/vendored/double-conversion/double-conversion.h include/arrow/vendored/double-conversion/fast-dtoa.h include/arrow/vendored/double-conversion/fixed-dtoa.h include/arrow/vendored/double-conversion/ieee.h 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 include/arrow/visitor_inline.h lib/cmake/arrow/ArrowConfig.cmake lib/cmake/arrow/ArrowConfigVersion.cmake lib/cmake/arrow/ArrowOptions.cmake lib/cmake/arrow/ArrowTargets-%%CMAKE_BUILD_TYPE%%.cmake 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.100.1.0 libdata/pkgconfig/arrow.pc