diff options
author | Pavel Balaev <balaev@tarantool.org> | 2022-09-02 16:50:06 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-09-02 16:50:48 +0300 |
commit | f1fcd7d2c8a8082ed4301223fe2bca3bd9faa29f (patch) | |
tree | 9d1ba309273a407dcebf9149ccce20b25291dc5b /databases/tarantool | |
parent | astro/marble: add upstream fix for broken library linkage (diff) |
databases/tarantool: Update to 2.10.2
PR: 266168
Diffstat (limited to 'databases/tarantool')
-rw-r--r-- | databases/tarantool/Makefile | 4 | ||||
-rw-r--r-- | databases/tarantool/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index c170fe338de8..327792dea786 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -1,5 +1,5 @@ PORTNAME= tarantool -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.2 CATEGORIES= databases MASTER_SITES= https://download.tarantool.org/tarantool/src/ @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz BROKEN_riscv64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz -NOT_FOR_ARCHS= armv6 powerpc64 sparc64 +NOT_FOR_ARCHS= armv6 powerpc64 sparc64 i386 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture BUILD_DEPENDS= gsed:textproc/gsed \ diff --git a/databases/tarantool/distinfo b/databases/tarantool/distinfo index 4710c7f29def..d2d79a0337a2 100644 --- a/databases/tarantool/distinfo +++ b/databases/tarantool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661154605 -SHA256 (tarantool-2.10.1.tar.gz) = 615c9471ed4b4277427bd24b008a7ca7942da349d3391ba466823dab2bc34e6f -SIZE (tarantool-2.10.1.tar.gz) = 46704498 +TIMESTAMP = 1662101957 +SHA256 (tarantool-2.10.2.tar.gz) = 2873992c88a7f549d953d9bc155e102300a78af24eb928fb40b642b2d1aca0ae +SIZE (tarantool-2.10.2.tar.gz) = 46715128 |