svn commit: r553855 - head/devel/luafilesystem

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 20:12:48 UTC 2020


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


More information about the svn-ports-head mailing list