mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- Update to 1.7.3.99
This commit is contained in:
parent
b5089c5725
commit
3c60031190
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432416
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tarantool
|
||||
PORTVERSION= 1.6.9.9
|
||||
PORTVERSION= 1.7.3.99
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.tarantool.org/tarantool/1.6/src/
|
||||
MASTER_SITES= http://download.tarantool.org/tarantool/1.7/src/
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= NoSQL database running in a Lua application server
|
||||
@ -25,6 +25,7 @@ TT_LOGDIR?= /var/log/tarantool
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \
|
||||
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
|
||||
-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \
|
||||
-DENABLE_DIST=ON
|
||||
|
||||
USERS= tarantool
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1475134376
|
||||
SHA256 (tarantool-1.6.9.9.tar.gz) = 49dd694270804847a8a358509e7e7785365e9c8f51a38e5afbf4f2cb96da5fd1
|
||||
SIZE (tarantool-1.6.9.9.tar.gz) = 6270393
|
||||
TIMESTAMP = 1485344573
|
||||
SHA256 (tarantool-1.7.3.99.tar.gz) = e6fbe05f491cde472f30c3e978d8b6533245852bd353824e2e33164aa6bba903
|
||||
SIZE (tarantool-1.7.3.99.tar.gz) = 6117802
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
# * Enable tarantool on startup:
|
||||
# tarantool_enable="YES"
|
||||
# * Path to storage instances:
|
||||
# * Path to storage link files of instances:
|
||||
# tarantool_instances="%%ETCDIR%%/instances.enabled"
|
||||
#
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ start_cmd="${name}_start"
|
||||
stop_cmd="${name}_stop"
|
||||
restart_cmd="${name}_restart"
|
||||
|
||||
INSTANCES=$(find ${tarantool_instances} -type f -name '*.lua')
|
||||
INSTANCES=$(find ${tarantool_instances} -type l -name '*.lua')
|
||||
TDAEMON=%%PREFIX%%/bin/tarantool
|
||||
TCTL=%%PREFIX%%/bin/tarantoolctl
|
||||
|
||||
|
@ -16,4 +16,3 @@ man/man1/tarantoolctl.1.gz
|
||||
@dir lib/tarantool
|
||||
@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_DATADIR%%
|
||||
@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_LOGDIR%%
|
||||
@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_RUNDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user