git: 6a1ef0b214b1 - main - databases/tarantool: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 30 20:45:41 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a1ef0b214b17274261437ad88a4044990e89640

commit 6a1ef0b214b17274261437ad88a4044990e89640
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:35:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-30 20:43:33 +0000

    databases/tarantool: Cosmetic change
---
 databases/tarantool/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 7864457daee5..81fa3f9e0892 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -36,7 +36,10 @@ CMAKE_OFF=	ENABLE_BUNDLED_LIBCURL \
 CMAKE_ON=	ENABLE_DIST
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USE_RC_SUBR=	${PORTNAME}
+USE_RC_SUBR=	tarantool
+
+USERS=		tarantool
+GROUPS=		tarantool
 
 PLIST_SUB=	TT_DATADIR=${TT_DATADIR} \
 		TT_LOGDIR=${TT_LOGDIR}
@@ -51,9 +54,6 @@ GH_TUPLE=	luafun:luafun:e248e00:luafun_luafun/third_party/luafun \
 		tarantool:test-run:1263cb5:tarantool_test_run/test-run
 USE_GITHUB=	yes
 
-USERS=		tarantool
-GROUPS=		tarantool
-
 TT_DATADIR?=	/var/db/tarantool
 TT_LOGDIR?=	/var/log/tarantool
 TT_RUNDIR?=	/var/run/tarantool


More information about the dev-commits-ports-main mailing list