diff options
Diffstat (limited to 'databases/tarantool/Makefile')
-rw-r--r-- | databases/tarantool/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 86ad694d1bf9..b09a0ea90aec 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -1,7 +1,7 @@ # Created by: Veniamin Gvozdikov <vg@FreeBSD.org> PORTNAME= tarantool -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -47,11 +47,11 @@ SUB_FILES= pkg-message GH_TUPLE= luafun:luafun:e248e00:luafun_luafun/third_party/luafun \ tarantool:decNumber:5ddfde1:tarantool_decNumber/third_party/decNumber \ - tarantool:luajit:789820a:tarantool_luajit/third_party/luajit \ + tarantool:luajit:814625f:tarantool_luajit/third_party/luajit \ tarantool:luarocks:954c2f5:tarantool_luarocks/third_party/luarocks \ tarantool:serpent:879580f:tarantool_serpent/third_party/serpent \ - tarantool:small:279fa38:tarantool_small/src/lib/small \ - tarantool:test-run:1263cb5:tarantool_test_run/test-run + tarantool:small:781fd38:tarantool_small/src/lib/small \ + tarantool:test-run:d7eff44:tarantool_test_run/test-run USE_GITHUB= yes TT_DATADIR?= /var/db/tarantool |