git: 33e059ba8d8c - main - sysutils/lsyncd: restrict to lua <= 5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 06:34:57 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=33e059ba8d8c7bd97c44a85ba9b8bee56d6e9779 commit 33e059ba8d8c7bd97c44a85ba9b8bee56d6e9779 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-09-24 06:03:56 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-09-24 06:05:53 +0000 sysutils/lsyncd: restrict to lua <= 5.3 Upstream already added support for lua 5.4 -- so this restriction can be removed in the next update. PR: 220281 --- sysutils/lsyncd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lsyncd/Makefile b/sysutils/lsyncd/Makefile index c656cc6be0a7..02275aa34e68 100644 --- a/sysutils/lsyncd/Makefile +++ b/sysutils/lsyncd/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify -USES= cmake localbase lua +USES= cmake localbase lua:-53 USE_GITHUB= yes GH_ACCOUNT= axkibe USE_RC_SUBR= lsyncd