Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2022 06:35:00 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: c61262ea1cf7 - main - games/freedroidrpg: restrict support to lua <= 5.3
Message-ID:  <202209240635.28O6Z0Dq001942@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=c61262ea1cf7688c41929400d0cd9c7c20e69b93

commit c61262ea1cf7688c41929400d0cd9c7c20e69b93
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-09-24 06:24:42 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-09-24 06:25:01 +0000

    games/freedroidrpg: restrict support to lua <= 5.3
    
    Used function calls to lua_resume are not 5.4 ready.
    
    PR:             220281
---
 games/freedroidrpg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile
index 00c2db1793ba..37d0fd2b61d6 100644
--- a/games/freedroidrpg/Makefile
+++ b/games/freedroidrpg/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		cpe jpeg gmake localbase lua:52+ python sdl xorg
+USES=		cpe jpeg gmake localbase lua:-53 python sdl xorg
 CPE_VENDOR=	freedroid
 USE_XORG=	x11
 USE_SDL=	sdl image gfx



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