Skip to content

Commit

Permalink
databases/tarantool: Update to 2.11.0
Browse files Browse the repository at this point in the history
The DEBUG option has been removed because backtraces do not work
correctly.
  • Loading branch information
0x501D authored and arrowd committed May 25, 2023
1 parent 2a05f34 commit f07f24f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
7 changes: 1 addition & 6 deletions databases/tarantool/Makefile
@@ -1,6 +1,5 @@
PORTNAME= tarantool
PORTVERSION= 2.10.5
PORTREVISION= 1
PORTVERSION= 2.11.0
CATEGORIES= databases
MASTER_SITES= https://download.tarantool.org/tarantool/src/

Expand Down Expand Up @@ -51,10 +50,6 @@ TT_DATADIR?= /var/db/tarantool
TT_LOGDIR?= /var/log/tarantool
TT_RUNDIR?= /var/run/tarantool

OPTIONS_DEFINE= DEBUG

DEBUG_CMAKE_BOOL= ENABLE_BACKTRACE

post-patch:
@${ECHO_CMD} ${PORTVERSION}-0 > ${WRKSRC}/VERSION
@${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|'
Expand Down
6 changes: 3 additions & 3 deletions databases/tarantool/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1676981388
SHA256 (tarantool-2.10.5.tar.gz) = 9386dd01070769afd0673cfef9d528aaa23039a4102a3b69b2e55af627011136
SIZE (tarantool-2.10.5.tar.gz) = 46943380
TIMESTAMP = 1685009465
SHA256 (tarantool-2.11.0.tar.gz) = 4506e7208cd20f3c1858d14b9b40fe388083592faac5c79ec30aa751e095f1f2
SIZE (tarantool-2.11.0.tar.gz) = 41044197
29 changes: 0 additions & 29 deletions databases/tarantool/files/patch-cmake-BuildLibUnwind.cmake

This file was deleted.

0 comments on commit f07f24f

Please sign in to comment.