git: 4717c9513cac - main - devel/lua-posix: Use lua51+

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Mon, 07 Apr 2025 22:06:34 UTC
The branch main has been updated by christos:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4717c9513cac82ea33d9939f218fd9b16e042883

commit 4717c9513cac82ea33d9939f218fd9b16e042883
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-04-07 22:06:16 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-04-07 22:06:16 +0000

    devel/lua-posix: Use lua51+
    
    editors/neovim has Lua 5.1 built into it, so plugins that require
    lua-posix don't work without lua51-posix.
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    diizzy
    Differential Revision:  https://reviews.freebsd.org/D49490
---
 devel/lua-posix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile
index 7bb1e5563682..5bf924aa2930 100644
--- a/devel/lua-posix/Makefile
+++ b/devel/lua-posix/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}stdlib-normalize>=0:devel/lua-stdlib-normalize@${LUA_FLAVOR}
 
-USES=		lua:52+,module shebangfix
+USES=		lua:51+,module shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	luaposix