diff options
Diffstat (limited to 'databases')
32 files changed, 73 insertions, 45 deletions
diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index ce8ea854d08f..a80d1e51b669 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,7 +1,7 @@ PORTNAME= diesel DISTVERSIONPREFIX= v DISTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/frece/Makefile b/databases/frece/Makefile index 69f7ed125b91..e01cd5e1d703 100644 --- a/databases/frece/Makefile +++ b/databases/frece/Makefile @@ -1,7 +1,7 @@ PORTNAME= frece DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index 3695c410b963..5184ba81ba90 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobang DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha.5 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index a7c98831d597..990ed8e9fe1e 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 7.0.26 +PORTREVISION= 1 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index 55d0792f2e44..787903c74bc3 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 8.0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/movine/Makefile b/databases/movine/Makefile index 74409048f784..f44eab02d92c 100644 --- a/databases/movine/Makefile +++ b/databases/movine/Makefile @@ -1,7 +1,7 @@ PORTNAME= movine DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 5e8d916632e7..6d8cb166866a 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 46 +PORTREVISION= 47 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile index 767011bf69a6..abcfb15e5d49 100644 --- a/databases/postgresql-promscale/Makefile +++ b/databases/postgresql-promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale PORTVERSION= 0.8.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/prisma-engines/Makefile b/databases/prisma-engines/Makefile index 4ee87c2020ff..57f5c518ff22 100644 --- a/databases/prisma-engines/Makefile +++ b/databases/prisma-engines/Makefile @@ -1,6 +1,6 @@ PORTNAME= prisma-engines DISTVERSION= 6.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= otis@FreeBSD.org diff --git a/databases/py-databricks-sql-connector/Makefile b/databases/py-databricks-sql-connector/Makefile index ce42b64862bc..c74806b0c7e8 100644 --- a/databases/py-databricks-sql-connector/Makefile +++ b/databases/py-databricks-sql-connector/Makefile @@ -1,5 +1,6 @@ PORTNAME= databricks-sql-connector PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=4.0.2<5:archivers/py-lz4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0<3:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.1<3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0.15.0<0.16:www/py-requests-kerberos@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0<0.16:security/py-requests-kerberos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}thrift>=0.16.0,1:devel/py-thrift@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1:net/py-urllib3@${PY_FLAVOR} diff --git a/databases/py-databricks-sql-connector/files/patch-pyproject.toml b/databases/py-databricks-sql-connector/files/patch-pyproject.toml index 280850edd011..805a3305bd48 100644 --- a/databases/py-databricks-sql-connector/files/patch-pyproject.toml +++ b/databases/py-databricks-sql-connector/files/patch-pyproject.toml @@ -14,6 +14,15 @@ ] lz4 = "^4.0.2" requests = "^2.18.1" +@@ -27,7 +27,7 @@ pybreaker = "^1.0.0" + ] + pyjwt = "^2.0.0" + pybreaker = "^1.0.0" +-requests-kerberos = {version = "^0.15.0", optional = true} ++requests-kerberos = {version = "<0.16", optional = true} + + + [tool.poetry.extras] @@ -88,4 +88,4 @@ skip_covered = false skip_covered = false diff --git a/databases/py-datafusion/Makefile b/databases/py-datafusion/Makefile index 06556c00d32c..e03817b7d6f7 100644 --- a/databases/py-datafusion/Makefile +++ b/databases/py-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= datafusion PORTVERSION= 50.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlalchemy20/Makefile b/databases/py-sqlalchemy20/Makefile index 8f18aa2f0ef3..469777fdd844 100644 --- a/databases/py-sqlalchemy20/Makefile +++ b/databases/py-sqlalchemy20/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlalchemy -PORTVERSION= 2.0.44 +PORTVERSION= 2.0.45 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlalchemy20/distinfo b/databases/py-sqlalchemy20/distinfo index 1ee175c34be0..755452774eac 100644 --- a/databases/py-sqlalchemy20/distinfo +++ b/databases/py-sqlalchemy20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774575 -SHA256 (sqlalchemy-2.0.44.tar.gz) = 0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22 -SIZE (sqlalchemy-2.0.44.tar.gz) = 9819830 +TIMESTAMP = 1765895710 +SHA256 (sqlalchemy-2.0.45.tar.gz) = 1632a4bda8d2d25703fdad6363058d882541bdaaee0e5e3ddfa0cd3229efce88 +SIZE (sqlalchemy-2.0.45.tar.gz) = 9869912 diff --git a/databases/py-sqlglotrs/Makefile b/databases/py-sqlglotrs/Makefile index cbbd055e279f..6bcb14f493f0 100644 --- a/databases/py-sqlglotrs/Makefile +++ b/databases/py-sqlglotrs/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqlglotrs PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqloxide/Makefile b/databases/py-sqloxide/Makefile index 13578f5ad012..5e31a896499e 100644 --- a/databases/py-sqloxide/Makefile +++ b/databases/py-sqloxide/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqloxide PORTVERSION= 0.1.48 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index c81628966c7e..bc8cbca7cf1a 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 0.35.2 +PORTVERSION= 0.36.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - tiledb>=2.29.2:databases/tiledb + tiledb>=2.30.0:databases/tiledb LIB_DEPENDS= libtiledb.so:databases/tiledb RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo index 0973230e733a..c2ff7f17c77b 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586752 -SHA256 (tiledb-0.35.2.tar.gz) = 13a7d35dd6270272dc309d88fa392377e0212785f1e9d0a5c0794d2782cd6abc -SIZE (tiledb-0.35.2.tar.gz) = 387746 +TIMESTAMP = 1765895702 +SHA256 (tiledb-0.36.0.tar.gz) = 69d519c25853127a89e6827b1b0eae372af3f4f0a284b8d8126ae1c29ad1aed0 +SIZE (tiledb-0.36.0.tar.gz) = 391407 diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure new file mode 100644 index 000000000000..64ca64f30aee --- /dev/null +++ b/databases/py-xapian/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig 2025-11-20 03:31:02 UTC ++++ configure +@@ -20400,16 +20400,6 @@ printf "%s\n" "$version (too old, only 3.3 or newer is + PYTHON3_INC=`$PYTHON3 -c 'import os,sysconfig;print(sysconfig.get_path("include").replace(os.sep,"/"))' 2>/dev/null` + + +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python3 sphinx module" >&5 +-printf %s "checking for python3 sphinx module... " >&6; } +- if $PYTHON3 -c 'import sphinx' >&5 2>&5 ; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } +- else +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no (try installing package python3-sphinx" >&5 +-printf "%s\n" "no (try installing package python3-sphinx" >&6; } +- python3_ok=no +- fi + fi + if test yes = "$python3_ok" ; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5 diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index eaf1996c2a4d..df01acbceda1 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,6 +1,7 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v DISTVERSION= 1.16.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases diff --git a/databases/quake/Makefile b/databases/quake/Makefile index 5e3572ce3178..b278925205ea 100644 --- a/databases/quake/Makefile +++ b/databases/quake/Makefile @@ -2,7 +2,7 @@ PORTNAME= quake DISTVERSIONPREFIX= v DISTVERSION= 0.5.1-57 DISTVERSIONSUFFIX= -gbb8ae55 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= databases PKGNAMESUFFIX= -framework diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index 9577f5d2c0b3..e92f6aea3e54 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 2.0.8 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index 859680354e4b..fdbc65611f25 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -12,7 +12,7 @@ WWW= https://rqlite.io \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/rqlite/rqlite/v9 GO_TARGET= ./cmd/rqbench \ diff --git a/databases/rubygem-active_model_serializers/Makefile b/databases/rubygem-active_model_serializers/Makefile index 3b43fd9343ba..6f650d4eef0c 100644 --- a/databases/rubygem-active_model_serializers/Makefile +++ b/databases/rubygem-active_model_serializers/Makefile @@ -1,5 +1,5 @@ PORTNAME= active_model_serializers -PORTVERSION= 0.10.15 +PORTVERSION= 0.10.16 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-active_model_serializers/distinfo b/databases/rubygem-active_model_serializers/distinfo index 85a761f31934..44debc185943 100644 --- a/databases/rubygem-active_model_serializers/distinfo +++ b/databases/rubygem-active_model_serializers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888392 -SHA256 (rubygem/active_model_serializers-0.10.15.gem) = 08275b2083ab4e8304279d838b99af546878e0d879a8154f731b0d16cb8b0c4c -SIZE (rubygem/active_model_serializers-0.10.15.gem) = 61952 +TIMESTAMP = 1765895764 +SHA256 (rubygem/active_model_serializers-0.10.16.gem) = aab6371a27eac08fac0c0d57c8207c4e08127515a7394d28eafbaabbedcc061a +SIZE (rubygem/active_model_serializers-0.10.16.gem) = 61952 diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile index c3b3bef3bd08..e4856c9e4873 100644 --- a/databases/sqlx-cli/Makefile +++ b/databases/sqlx-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= sqlx DISTVERSIONPREFIX= v DISTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile index fcdebc1ec09a..ad69842166e9 100644 --- a/databases/surrealdb/Makefile +++ b/databases/surrealdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= surrealdb DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index d84d24b3f882..4af7c24b07f4 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 2.29.2 +PORTVERSION= 2.30.0 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -10,19 +10,17 @@ WWW= https://tiledb.com/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libcapnp.so:devel/capnproto1 \ +BUILD_DEPENDS= capnproto1>=1.2.0<1.2.0_99:devel/capnproto1 \ + clipp>=0:devel/clipp \ + nlohmann-json>=0:devel/nlohmann-json +LIB_DEPENDS= libblosc2.so:archivers/c-blosc2 \ + libcapnp.so:devel/capnproto1 \ libcurl.so:ftp/curl \ libfmt.so:devel/libfmt \ liblz4.so:archivers/liblz4 \ libpng.so:graphics/png \ + libspdlog.so:devel/spdlog \ libzstd.so:archivers/zstd -RUN_DEPENDS= capnproto1>=1.0.1:devel/capnproto1 \ - 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 \ - zstd>=1.4.8:archivers/zstd USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl diff --git a/databases/tiledb/distinfo b/databases/tiledb/distinfo index 7efaffcc850c..356c44051d94 100644 --- a/databases/tiledb/distinfo +++ b/databases/tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586750 -SHA256 (TileDB-Inc-TileDB-2.29.2_GH0.tar.gz) = 44fd4c6c25938a123edc711f082a1c3e632a9f8365e64fe745bbf1e782d671d4 -SIZE (TileDB-Inc-TileDB-2.29.2_GH0.tar.gz) = 3787990 +TIMESTAMP = 1765895700 +SHA256 (TileDB-Inc-TileDB-2.30.0_GH0.tar.gz) = c5f94da6de0e0f93925f7ad107bd80fef0615f9b3d111a5bae245f75b1fcc173 +SIZE (TileDB-Inc-TileDB-2.30.0_GH0.tar.gz) = 3622987 diff --git a/databases/tiledb/pkg-plist b/databases/tiledb/pkg-plist index 16c200c62eb5..d374445073ad 100644 --- a/databases/tiledb/pkg-plist +++ b/databases/tiledb/pkg-plist @@ -2,7 +2,6 @@ include/tiledb/api/c_api/api_external_common.h include/tiledb/api/c_api/array/array_api_experimental.h include/tiledb/api/c_api/array/array_api_external.h include/tiledb/api/c_api/array/encryption_type_enum.h -include/tiledb/api/c_api/array_schema/array_schema_api_deprecated.h include/tiledb/api/c_api/array_schema/array_schema_api_experimental.h include/tiledb/api/c_api/array_schema/array_schema_api_external.h include/tiledb/api/c_api/array_schema/array_type_enum.h @@ -13,7 +12,6 @@ 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 -include/tiledb/api/c_api/context/context_api_experimental.h include/tiledb/api/c_api/context/context_api_external.h include/tiledb/api/c_api/current_domain/current_domain_api_enum.h include/tiledb/api/c_api/current_domain/current_domain_api_external_experimental.h diff --git a/databases/usql/Makefile b/databases/usql/Makefile index cb71d8399a40..dd6c55bed0da 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -17,7 +17,7 @@ BROKEN_i386= fails to find resvg_xx symbols, see https://github.com/xo/usql/issu LIB_DEPENDS= libresvg.so:graphics/resvg-capi -USES= go:1.24,modules +USES= go:1.24+,modules GO_MODULE= github.com/xo/usql diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index f114f27817a6..553001851514 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 45 +PORTREVISION= 46 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org |
