Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2019 15:23:45 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501110 - in head/net: . luasocket-53
Message-ID:  <201905091523.x49FNjXj081024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905091523.x49FNjXj081024>