svn commit: r364127 - in head/devel: luafilesystem luafilesystem-51

David Thiel lx at FreeBSD.org
Tue Aug 5 18:06:47 UTC 2014


Author: lx
Date: Tue Aug  5 18:06:47 2014
New Revision: 364127
URL: http://svnweb.freebsd.org/changeset/ports/364127
QAT: https://qat.redports.org/buildarchive/r364127/

Log:
  Add lua51 port for luafilesystem to support Prosody.
  
  PR:		145173
  Submitted by:	Nikolai Lifanov

Added:
  head/devel/luafilesystem-51/
  head/devel/luafilesystem-51/Makefile   (contents, props changed)
Modified:
  head/devel/luafilesystem/Makefile

Added: head/devel/luafilesystem-51/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/luafilesystem-51/Makefile	Tue Aug  5 18:06:47 2014	(r364127)
@@ -0,0 +1,13 @@
+# Created by: Nikolai Lifanov
+# $FreeBSD$
+
+COMMENT=        LuaFileSystem for Lua 5.1
+
+SLAVE_PORT=     luafilesystem
+
+USES=	lua:51
+
+MASTERDIR=      ${.CURDIR}/../luafilesystem
+PLIST=          ${MASTERDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"

Modified: head/devel/luafilesystem/Makefile
==============================================================================
--- head/devel/luafilesystem/Makefile	Tue Aug  5 18:02:39 2014	(r364126)
+++ head/devel/luafilesystem/Makefile	Tue Aug  5 18:06:47 2014	(r364127)
@@ -12,7 +12,7 @@ COMMENT=	Library to access directory str
 
 LICENSE=	MIT
 
-USES=		lua
+USES?=		lua
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	keplerproject


More information about the svn-ports-head mailing list