svn commit: r543006 - head/devel/lua-libevent

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 24 06:49:28 UTC 2020


Author: danfe
Date: Fri Jul 24 06:49:27 2020
New Revision: 543006
URL: https://svnweb.freebsd.org/changeset/ports/543006

Log:
  Do not pin down to particular Lua version, it works across all of them.
  
  Reported by:	Zeus Panchenko

Modified:
  head/devel/lua-libevent/Makefile

Modified: head/devel/lua-libevent/Makefile
==============================================================================
--- head/devel/lua-libevent/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
+++ head/devel/lua-libevent/Makefile	Fri Jul 24 06:49:27 2020	(r543006)
@@ -16,7 +16,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	libevent.so:devel/libevent
 RUN_DEPENDS=	${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR}
 
-USES=		gmake pkgconfig lua:51,module
+USES=		gmake pkgconfig lua:module
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	harningt


More information about the svn-ports-all mailing list