mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/tiledb: Update to 2.17.0
Changes: https://github.com/TileDB-Inc/TileDB/releases
This commit is contained in:
parent
61795db5b1
commit
a559072844
3 changed files with 14 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= tiledb
|
||||
PORTVERSION= 2.16.3
|
||||
PORTVERSION= 2.17.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libcapnp.so:devel/capnproto080 \
|
|||
libzstd.so:archivers/zstd
|
||||
RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \
|
||||
catch2>=3.1:devel/catch2 \
|
||||
clipp>=1.2.3:devel/clipp \
|
||||
clipp>=1.2.3_1:devel/clipp \
|
||||
curl>=7.74.0:ftp/curl \
|
||||
liblz4>=1.9.3,1:archivers/liblz4 \
|
||||
spdlog>=1.11.0:devel/spdlog \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1692211657
|
||||
SHA256 (TileDB-Inc-TileDB-2.16.3_GH0.tar.gz) = bfa06f71dfe9ef4de4abae55712213ef146326c8e9b56cddcdb73d3c503f0c63
|
||||
SIZE (TileDB-Inc-TileDB-2.16.3_GH0.tar.gz) = 4273142
|
||||
TIMESTAMP = 1695143255
|
||||
SHA256 (TileDB-Inc-TileDB-2.17.0_GH0.tar.gz) = 84966a71ef4113faf69f321ff09968f54e6ac858ff17c2ef5b4ed0f1f702fecb
|
||||
SIZE (TileDB-Inc-TileDB-2.17.0_GH0.tar.gz) = 4409775
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
include/tiledb/api/c_api/api_external_common.h
|
||||
include/tiledb/api/c_api/attribute/attribute_api_external.h
|
||||
include/tiledb/api/c_api/attribute/attribute_api_external_experimental.h
|
||||
include/tiledb/api/c_api/buffer/buffer_api_external.h
|
||||
include/tiledb/api/c_api/buffer_list/buffer_list_api_external.h
|
||||
include/tiledb/api/c_api/config/config_api_external.h
|
||||
|
@ -9,6 +11,8 @@ include/tiledb/api/c_api/datatype/datatype_api_enum.h
|
|||
include/tiledb/api/c_api/datatype/datatype_api_external.h
|
||||
include/tiledb/api/c_api/dimension/dimension_api_external.h
|
||||
include/tiledb/api/c_api/dimension_label/dimension_label_api_external.h
|
||||
include/tiledb/api/c_api/domain/domain_api_external.h
|
||||
include/tiledb/api/c_api/enumeration/enumeration_api_experimental.h
|
||||
include/tiledb/api/c_api/error/error_api_external.h
|
||||
include/tiledb/api/c_api/filesystem/filesystem_api_enum.h
|
||||
include/tiledb/api/c_api/filesystem/filesystem_api_external.h
|
||||
|
@ -27,12 +31,15 @@ include/tiledb/api/c_api/vfs/vfs_api_enum.h
|
|||
include/tiledb/api/c_api/vfs/vfs_api_external.h
|
||||
include/tiledb/array.h
|
||||
include/tiledb/array_deprecated.h
|
||||
include/tiledb/array_experimental.h
|
||||
include/tiledb/array_schema.h
|
||||
include/tiledb/array_schema_evolution.h
|
||||
include/tiledb/array_schema_experimental.h
|
||||
include/tiledb/arrow_io_impl.h
|
||||
include/tiledb/arrowio
|
||||
include/tiledb/as_built_experimental.h
|
||||
include/tiledb/attribute.h
|
||||
include/tiledb/attribute_experimental.h
|
||||
include/tiledb/config.h
|
||||
include/tiledb/consolidation_plan_experimental.h
|
||||
include/tiledb/context.h
|
||||
|
@ -41,6 +48,7 @@ include/tiledb/deleter.h
|
|||
include/tiledb/dimension.h
|
||||
include/tiledb/dimension_label_experimental.h
|
||||
include/tiledb/domain.h
|
||||
include/tiledb/enumeration_experimental.h
|
||||
include/tiledb/error.h
|
||||
include/tiledb/exception.h
|
||||
include/tiledb/filter.h
|
||||
|
@ -53,6 +61,7 @@ include/tiledb/object.h
|
|||
include/tiledb/object_iter.h
|
||||
include/tiledb/query.h
|
||||
include/tiledb/query_condition.h
|
||||
include/tiledb/query_condition_experimental.h
|
||||
include/tiledb/query_experimental.h
|
||||
include/tiledb/schema_base.h
|
||||
include/tiledb/stats.h
|
||||
|
|
Loading…
Add table
Reference in a new issue