git: 237616c52d47 - main - databases/tiledb: Update to 2.18.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 10:35:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=237616c52d47d72d50f516d22e4a79cf6ed1247e commit 237616c52d47d72d50f516d22e4a79cf6ed1247e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 10:01:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 10:28:04 +0000 databases/tiledb: Update to 2.18.0 - Update WWW Changes: https://github.com/TileDB-Inc/TileDB/releases --- databases/tiledb/Makefile | 9 +++++---- databases/tiledb/distinfo | 6 +++--- ...cmake_Modules_FindOpenSSL__EP.cmake => patch-cmake-openssl} | 0 databases/tiledb/files/patch-tiledb-common-logger.h | 10 ---------- databases/tiledb/pkg-plist | 5 +++++ 5 files changed, 13 insertions(+), 17 deletions(-) diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 674af794f56b..6fdd5b5970a7 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,22 +1,22 @@ PORTNAME= tiledb -PORTVERSION= 2.17.4 +PORTVERSION= 2.18.0 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= TileDB array data management -WWW= https://www.tiledb.io/ \ +WWW= https://tiledb.com/ \ https://github.com/TileDB-Inc/TileDB LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libcapnp.so:devel/capnproto080 \ +LIB_DEPENDS= libcapnp.so:devel/capnproto1 \ libcurl.so:ftp/curl \ libfmt.so:devel/libfmt \ liblz4.so:archivers/liblz4 \ libzstd.so:archivers/zstd -RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \ +RUN_DEPENDS= capnproto1>=1.0.1:devel/capnproto1 \ catch2>=3.1:devel/catch2 \ clipp>=1.2.3_1:devel/clipp \ curl>=7.74.0:ftp/curl \ @@ -49,6 +49,7 @@ CMAKE_OFF= TILEDB_ABSEIL \ TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK \ TILEDB_SUPERBUILD \ TILEDB_TESTS \ + TILEDB_VCPKG \ TILEDB_VERBOSE \ TILEDB_WEBP \ TILEDB_WERROR diff --git a/databases/tiledb/distinfo b/databases/tiledb/distinfo index 62f26e8baaf7..1f9e7cddbd34 100644 --- a/databases/tiledb/distinfo +++ b/databases/tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774496 -SHA256 (TileDB-Inc-TileDB-2.17.4_GH0.tar.gz) = 7ef1c88415045eda28666f7eceb75146c49443b1eee162aa28c3b7e27496b769 -SIZE (TileDB-Inc-TileDB-2.17.4_GH0.tar.gz) = 4418341 +TIMESTAMP = 1700759708 +SHA256 (TileDB-Inc-TileDB-2.18.0_GH0.tar.gz) = c5cc459f18bae030631830a260d8fc54690ed2887e6b64dac70e3dfc29f55691 +SIZE (TileDB-Inc-TileDB-2.18.0_GH0.tar.gz) = 4392129 diff --git a/databases/tiledb/files/patch-cmake_Modules_FindOpenSSL__EP.cmake b/databases/tiledb/files/patch-cmake-openssl similarity index 100% rename from databases/tiledb/files/patch-cmake_Modules_FindOpenSSL__EP.cmake rename to databases/tiledb/files/patch-cmake-openssl diff --git a/databases/tiledb/files/patch-tiledb-common-logger.h b/databases/tiledb/files/patch-tiledb-common-logger.h deleted file mode 100644 index 3f7e89ea84f1..000000000000 --- a/databases/tiledb/files/patch-tiledb-common-logger.h +++ /dev/null @@ -1,10 +0,0 @@ ---- tiledb/common/logger.h.orig 2021-11-25 02:05:56 UTC -+++ tiledb/common/logger.h -@@ -52,6 +52,7 @@ - #define TILEDB_LOGGER_H - - #include <spdlog/spdlog.h> -+#include <spdlog/sinks/stdout_color_sinks.h> - #include <atomic> - #include <sstream> - diff --git a/databases/tiledb/pkg-plist b/databases/tiledb/pkg-plist index b1f8904eaf68..aca3224be944 100644 --- a/databases/tiledb/pkg-plist +++ b/databases/tiledb/pkg-plist @@ -25,6 +25,8 @@ include/tiledb/api/c_api/object/object_api_enum.h include/tiledb/api/c_api/object/object_api_external.h include/tiledb/api/c_api/query/query_api_enum.h include/tiledb/api/c_api/query/query_api_external.h +include/tiledb/api/c_api/query_aggregate/query_aggregate_api_external_experimental.h +include/tiledb/api/c_api/query_field/query_field_api_external_experimental.h include/tiledb/api/c_api/query_plan/query_plan_api_external_experimental.h include/tiledb/api/c_api/string/string_api_external.h include/tiledb/api/c_api/vfs/vfs_api_enum.h @@ -40,6 +42,8 @@ include/tiledb/arrowio include/tiledb/as_built_experimental.h include/tiledb/attribute.h include/tiledb/attribute_experimental.h +include/tiledb/channel_operation.h +include/tiledb/channel_operator.h include/tiledb/config.h include/tiledb/consolidation_plan_experimental.h include/tiledb/context.h @@ -60,6 +64,7 @@ include/tiledb/log.h include/tiledb/object.h include/tiledb/object_iter.h include/tiledb/query.h +include/tiledb/query_channel.h include/tiledb/query_condition.h include/tiledb/query_condition_experimental.h include/tiledb/query_experimental.h