Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 20:12:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553855 - head/devel/luafilesystem
Message-ID:  <202011012012.0A1KClo1063720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  1 20:12:47 2020
New Revision: 553855
URL: https://svnweb.freebsd.org/changeset/ports/553855

Log:
  luafilesystem does not work with lua 5.4
  
  src/lfs.c:229:2: error: unsupported Lua version
  
  Reported by:	pkg-fallout

Modified:
  head/devel/luafilesystem/Makefile

Modified: head/devel/luafilesystem/Makefile
==============================================================================
--- head/devel/luafilesystem/Makefile	Sun Nov  1 20:10:06 2020	(r553854)
+++ head/devel/luafilesystem/Makefile	Sun Nov  1 20:12:47 2020	(r553855)
@@ -13,7 +13,7 @@ COMMENT=	Library to access directory structure and fil
 
 LICENSE=	MIT
 
-USES=		lua:module
+USES=		lua:-53,module
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	keplerproject



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