diff options
Diffstat (limited to 'databases/tarantool/Makefile')
-rw-r--r-- | databases/tarantool/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 9737a5153616..cd75b536f167 100644 --- a/databases/tarantool/Makefile +++ b/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/ @@ -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|' |