From owner-svn-ports-all@freebsd.org Thu Jul 16 06:07:00 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BD0735690A; Thu, 16 Jul 2020 06:07:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B6kKv71nsz44Mw; Thu, 16 Jul 2020 06:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0D31239F7; Thu, 16 Jul 2020 06:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06G66x6Q047854; Thu, 16 Jul 2020 06:06:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06G66wib047850; Thu, 16 Jul 2020 06:06:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007160606.06G66wib047850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 16 Jul 2020 06:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542323 - in head/databases/arrow: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/databases/arrow: . files X-SVN-Commit-Revision: 542323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2020 06:07:00 -0000 Author: yuri Date: Thu Jul 16 06:06:58 2020 New Revision: 542323 URL: https://svnweb.freebsd.org/changeset/ports/542323 Log: databases/arrow: Update 0.17.1 -> 1.0.0 Reported by: portscout Modified: head/databases/arrow/Makefile head/databases/arrow/distinfo head/databases/arrow/files/patch-CMakeLists.txt head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake head/databases/arrow/pkg-plist Modified: head/databases/arrow/Makefile ============================================================================== --- head/databases/arrow/Makefile Thu Jul 16 05:09:14 2020 (r542322) +++ head/databases/arrow/Makefile Thu Jul 16 06:06:58 2020 (r542323) @@ -2,7 +2,7 @@ PORTNAME= arrow DISTVERSIONPREFIX= ${GH_ACCOUNT}-${PORTNAME}- -DISTVERSION= 0.17.1 +DISTVERSION= 1.0.0 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org Modified: head/databases/arrow/distinfo ============================================================================== --- head/databases/arrow/distinfo Thu Jul 16 05:09:14 2020 (r542322) +++ head/databases/arrow/distinfo Thu Jul 16 06:06:58 2020 (r542323) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1594874149 +SHA256 (apache-arrow-apache-arrow-1.0.0_GH0.tar.gz) = 95c481522334bcd2ff17062f3d642e87d41df00bac119f575bcf7cf99e546351 +SIZE (apache-arrow-apache-arrow-1.0.0_GH0.tar.gz) = 6425963 Modified: head/databases/arrow/files/patch-CMakeLists.txt ============================================================================== --- head/databases/arrow/files/patch-CMakeLists.txt Thu Jul 16 05:09:14 2020 (r542322) +++ head/databases/arrow/files/patch-CMakeLists.txt Thu Jul 16 06:06:58 2020 (r542323) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-05-14 11:07:56 UTC +--- CMakeLists.txt.orig 2020-07-15 21:43:39 UTC +++ CMakeLists.txt -@@ -63,7 +63,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CU +@@ -99,7 +99,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CU include(CMakePackageConfigHelpers) include(CMakeParseArguments) @@ -9,7 +9,7 @@ include(FindPkgConfig) include(GNUInstallDirs) -@@ -841,10 +841,10 @@ if(ARROW_BUILD_EXAMPLES) +@@ -857,10 +857,10 @@ if(ARROW_BUILD_EXAMPLES) add_subdirectory(examples/arrow) endif() @@ -22,5 +22,5 @@ +# ${CMAKE_CURRENT_SOURCE_DIR}/README.md +# DESTINATION "${ARROW_DOC_DIR}") - config_summary_message() - if(${ARROW_BUILD_CONFIG_SUMMARY_JSON}) + # + # Validate and print out Arrow configuration options Modified: head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake ============================================================================== --- head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake Thu Jul 16 05:09:14 2020 (r542322) +++ head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake Thu Jul 16 06:06:58 2020 (r542323) @@ -1,11 +1,11 @@ ---- cmake_modules/SetupCxxFlags.cmake.orig 2020-06-15 16:23:49 UTC +--- cmake_modules/SetupCxxFlags.cmake.orig 2020-07-15 21:43:39 UTC +++ cmake_modules/SetupCxxFlags.cmake -@@ -27,7 +27,7 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch - set(ARROW_CPU_FLAG "armv8") - elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv7") - set(ARROW_CPU_FLAG "armv7") --elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") -+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc|powerpc64|ppc") - set(ARROW_CPU_FLAG "ppc") - elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "s390x") - set(ARROW_CPU_FLAG "s390x") +@@ -27,7 +27,7 @@ if(NOT DEFINED ARROW_CPU_FLAG) + set(ARROW_CPU_FLAG "armv8") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv7") + set(ARROW_CPU_FLAG "armv7") +- elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") ++ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc|powerpc64|ppc") + set(ARROW_CPU_FLAG "ppc") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "s390x") + set(ARROW_CPU_FLAG "s390x") Modified: head/databases/arrow/pkg-plist ============================================================================== --- head/databases/arrow/pkg-plist Thu Jul 16 05:09:14 2020 (r542322) +++ head/databases/arrow/pkg-plist Thu Jul 16 06:06:58 2020 (r542323) @@ -1,5 +1,11 @@ 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 @@ -10,7 +16,9 @@ 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 @@ -18,7 +26,10 @@ 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 @@ -33,16 +44,17 @@ 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_integration.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 @@ -59,14 +71,17 @@ 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 @@ -74,8 +89,19 @@ 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 @@ -103,15 +129,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/mutex.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/spaced.h include/arrow/util/stopwatch.h include/arrow/util/string.h include/arrow/util/string_builder.h @@ -120,10 +146,12 @@ 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 @@ -147,6 +175,7 @@ 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 @@ -159,6 +188,6 @@ lib/cmake/arrow/ArrowTargets.cmake lib/cmake/arrow/FindArrow.cmake lib/cmake/arrow/arrow-config.cmake lib/libarrow.so -lib/libarrow.so.17 -lib/libarrow.so.17.1.0 +lib/libarrow.so.100 +lib/libarrow.so.100.0.0 libdata/pkgconfig/arrow.pc