LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. This is needed for the upcoming net-im/prosody updates. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jacula Over to Jacula.
Can this get looked at? There was some whitespace in the Makefile which upset the build - new .shar attached.
On Tue, Jun 8, 2010 at 10:20 PM, Andrew Lewis <freeghb@gmail.com> wrote: > There was some whitespace in the Makefile which upset the build - new > .shar attached. *facepalm* - That would be because I copied and pasted it. Original .shar attached is fine. So. > Can this get looked at?
jacula 2010-06-25 16:49:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/luafilesystem Makefile distinfo pkg-descr Log: LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. WWW: http://www.keplerproject.org/luafilesystem/index.html PR: ports/145154 Submitted by: Kelly Hays <kelly.hays@jkhfamily.org> Approved by: tabthorpe (mentor) Feature safe: yes Revision Changes Path 1.3975 +1 -0 ports/devel/Makefile 1.1 +41 -0 ports/devel/luafilesystem/Makefile (new) 1.1 +3 -0 ports/devel/luafilesystem/distinfo (new) 1.1 +8 -0 ports/devel/luafilesystem/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The patch has been committed with minor modifications. Thank you for your submission!