svn commit: r434053 - head/net/luasocket

David Thiel lx at FreeBSD.org
Mon Feb 13 20:45:05 UTC 2017


Author: lx
Date: Mon Feb 13 20:45:04 2017
New Revision: 434053
URL: https://svnweb.freebsd.org/changeset/ports/434053

Log:
  Remove fixed dependency on Lua 5.1.
  
  PR:		200336
  Submitted by:	Olivier Duchateau

Modified:
  head/net/luasocket/Makefile

Modified: head/net/luasocket/Makefile
==============================================================================
--- head/net/luasocket/Makefile	Mon Feb 13 20:37:34 2017	(r434052)
+++ head/net/luasocket/Makefile	Mon Feb 13 20:45:04 2017	(r434053)
@@ -4,7 +4,7 @@
 PORTNAME=	luasocket
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0-rc1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
@@ -18,8 +18,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	diegonehab
 
-MAKE_ARGS=	LUA_VER=${LUA_VER}
-USES=		gmake lua:51 pkgconfig
+MAKE_ARGS=	LUAV=${LUA_VER}
+USES=		gmake lua pkgconfig
 INSTALL_TARGET=	install-unix
 
 CFLAGS+=	`pkgconf --cflags lua-${LUA_VER}`


More information about the svn-ports-head mailing list