svn commit: r501110 - in head/net: . luasocket-53

Ryan Steinmetz zi at FreeBSD.org
Thu May 9 15:23:46 UTC 2019


Author: zi
Date: Thu May  9 15:23:44 2019
New Revision: 501110
URL: https://svnweb.freebsd.org/changeset/ports/501110

Log:
  - Add luasocket-53 port, based on luasocket-51 port

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu May  9 15:22:39 2019	(r501109)
+++ head/net/Makefile	Thu May  9 15:23:44 2019	(r501110)
@@ -415,6 +415,7 @@
     SUBDIR += lualdap
     SUBDIR += luasocket
     SUBDIR += luasocket-51
+    SUBDIR += luasocket-53
     SUBDIR += lvwimax
     SUBDIR += mDNSResponder
     SUBDIR += macchanger

Modified: head/net/luasocket-53/Makefile
==============================================================================
--- head/net/luasocket-51/Makefile	Thu May  9 15:14:48 2019	(r501108)
+++ head/net/luasocket-53/Makefile	Thu May  9 15:23:44 2019	(r501110)
@@ -1,11 +1,11 @@
 # Created by: Jan Hornyak <pav at oook.cz>
 # $FreeBSD$
 
-COMMENT=	Luasocket for Lua 5.1
+COMMENT=	Luasocket for Lua 5.3
 
 SLAVE_PORT=	luasocket
 
-USES=	gmake lua:51 pkgconfig
+USES=	gmake lua:53 pkgconfig
 
 MASTERDIR=	${.CURDIR}/../luasocket
 PLIST=	${MASTERDIR}/pkg-plist


More information about the svn-ports-all mailing list