svn commit: r434143 - in head/net: . luasocket-51

David Thiel lx at FreeBSD.org
Tue Feb 14 22:23:07 UTC 2017


Author: lx
Date: Tue Feb 14 22:23:06 2017
New Revision: 434143
URL: https://svnweb.freebsd.org/changeset/ports/434143

Log:
  Copy luasocket to a 5.1-specific port
  
  PR:		200336

Added:
  head/net/luasocket-51/
     - copied from r434142, head/net/luasocket/
Modified:
  head/net/Makefile
  head/net/luasocket-51/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Feb 14 21:49:25 2017	(r434142)
+++ head/net/Makefile	Tue Feb 14 22:23:06 2017	(r434143)
@@ -392,6 +392,7 @@
     SUBDIR += ltm
     SUBDIR += lualdap
     SUBDIR += luasocket
+    SUBDIR += luasocket-51
     SUBDIR += lvwimax
     SUBDIR += mDNSResponder
     SUBDIR += macchanger

Modified: head/net/luasocket-51/Makefile
==============================================================================
--- head/net/luasocket/Makefile	Tue Feb 14 21:49:25 2017	(r434142)
+++ head/net/luasocket-51/Makefile	Tue Feb 14 22:23:06 2017	(r434143)
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	diegonehab
 
 MAKE_ARGS=	LUAV=${LUA_VER}
-USES=		gmake lua pkgconfig
+USES=		gmake lua:51 pkgconfig
 INSTALL_TARGET=	install-unix
 
 CFLAGS+=	`pkgconf --cflags lua-${LUA_VER}`


More information about the svn-ports-all mailing list