mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
databases/tarantool: Update to 2.10.4
This commit is contained in:
parent
4460d79524
commit
175b429f89
@ -1,6 +1,5 @@
|
||||
PORTNAME= tarantool
|
||||
PORTVERSION= 2.10.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.10.4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://download.tarantool.org/tarantool/src/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1665577615
|
||||
SHA256 (tarantool-2.10.3.tar.gz) = d1e38bfce10812593419979186497e7d7b59c5a233bab39353fcbf24b389f232
|
||||
SIZE (tarantool-2.10.3.tar.gz) = 46733729
|
||||
TIMESTAMP = 1668426224
|
||||
SHA256 (tarantool-2.10.4.tar.gz) = cb4a99c1d6c61f1a7a6665f583447c4402ca83920ee27d7e2728f86cce865ded
|
||||
SIZE (tarantool-2.10.4.tar.gz) = 46767374
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- cmake/BuildLibUnwind.cmake.old 2022-10-12 15:38:58.856661600 +0300
|
||||
+++ cmake/BuildLibUnwind.cmake 2022-10-12 15:38:42.031660740 +0300
|
||||
--- cmake/BuildLibUnwind.cmake.orig 2022-11-14 13:17:09.046425000 +0100
|
||||
+++ cmake/BuildLibUnwind.cmake 2022-11-14 13:18:30.382852000 +0100
|
||||
@@ -18,6 +18,11 @@
|
||||
The paths to the libunwind libraries.
|
||||
#]========================================================================]
|
||||
@ -9,7 +9,7 @@
|
||||
+ set(SYSTEM_ARCH x86_64)
|
||||
+endif()
|
||||
+
|
||||
macro(libunwind_build CFLAGS)
|
||||
macro(libunwind_build)
|
||||
set(LIBUNWIND_SOURCE_DIR ${PROJECT_SOURCE_DIR}/third_party/libunwind)
|
||||
set(LIBUNWIND_BUILD_DIR ${PROJECT_BINARY_DIR}/build/libunwind)
|
||||
@@ -91,12 +96,12 @@
|
||||
|
Loading…
Reference in New Issue
Block a user