git: a3217fb9a91c - main - textproc/redisearch24: Update version 2.4.10=>2.4.11
Muhammad Moinur Rahman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3217fb9a91c8e7e5516cea05ea049ca5e02063a commit a3217fb9a91c8e7e5516cea05ea049ca5e02063a Author: Muhammad Moinur Rahman <[email protected]> AuthorDate: 2026-08-16 00:46:47 +0000 Commit: Muhammad Moinur Rahman <[email protected]> CommitDate: 2026-08-16 11:08:52 +0000 textproc/redisearch24: Update version 2.4.10=>2.4.11 Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.4.11 --- textproc/redisearch24/Makefile | 4 ++-- textproc/redisearch24/distinfo | 10 +++++----- textproc/redisearch24/files/patch-src_hybrid__reader.c | 11 ----------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/textproc/redisearch24/Makefile b/textproc/redisearch24/Makefile index f2bb5fd93fca..9b8ba00031f0 100644 --- a/textproc/redisearch24/Makefile +++ b/textproc/redisearch24/Makefile @@ -1,6 +1,6 @@ PORTNAME= redisearch DISTVERSIONPREFIX= v -DISTVERSION= 2.4.10 +DISTVERSION= 2.4.11 CATEGORIES= textproc PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -19,7 +19,7 @@ USES= cmake compiler localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= RediSearch GH_PROJECT= RediSearch -GH_TUPLE= RedisAI:VectorSimilarity:6252f94:vectorsimilarity/deps/VectorSimilarity +GH_TUPLE= RedisAI:VectorSimilarity:7bbe870:vectorsimilarity/deps/VectorSimilarity CMAKE_ARGS= -DGIT_DESCRIBE_VERSION:STRING=${PKGVERSION} \ -DOS=freebsd diff --git a/textproc/redisearch24/distinfo b/textproc/redisearch24/distinfo index a5f112a43492..299c020965da 100644 --- a/textproc/redisearch24/distinfo +++ b/textproc/redisearch24/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1785324799 -SHA256 (RediSearch-RediSearch-v2.4.10_GH0.tar.gz) = 5d84a7a40652cd5e1a164de037bde63e1ec71cbbcffdbf6e75e03fc7eb8223a2 -SIZE (RediSearch-RediSearch-v2.4.10_GH0.tar.gz) = 4338861 -SHA256 (RedisAI-VectorSimilarity-6252f94_GH0.tar.gz) = fbd2722ca30b6b0bdff8cce628003f848b2e308b03c9fa847ea614d7d706d8aa -SIZE (RedisAI-VectorSimilarity-6252f94_GH0.tar.gz) = 121586 +TIMESTAMP = 1786841056 +SHA256 (RediSearch-RediSearch-v2.4.11_GH0.tar.gz) = 3efec860f5999d25754985373513aaacfd878ea119bcafc6321c9c4db76b153f +SIZE (RediSearch-RediSearch-v2.4.11_GH0.tar.gz) = 4341535 +SHA256 (RedisAI-VectorSimilarity-7bbe870_GH0.tar.gz) = c0b2e074656faa5798a78ad795903f634d89a87b7536ff887c23283d667acfaa +SIZE (RedisAI-VectorSimilarity-7bbe870_GH0.tar.gz) = 183868 diff --git a/textproc/redisearch24/files/patch-src_hybrid__reader.c b/textproc/redisearch24/files/patch-src_hybrid__reader.c deleted file mode 100644 index d6fb40791443..000000000000 --- a/textproc/redisearch24/files/patch-src_hybrid__reader.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/hybrid_reader.c.orig 2026-06-21 14:21:33 UTC -+++ src/hybrid_reader.c -@@ -274,7 +274,7 @@ static void HR_Abort(void *ctx) { - hr->base.isValid = 0; - } - --static size_t HR_LastDocId(void *ctx) { -+static t_docId HR_LastDocId(void *ctx) { - HybridIterator *hr = ctx; - return hr->lastDocId; - }