Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2022 06:34:57 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 33e059ba8d8c - main - sysutils/lsyncd: restrict to lua <= 5.3
Message-ID:  <202209240634.28O6Yvpe001858@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209240634.28O6Yvpe001858>