diff options
author | Philip Paeps <philip@FreeBSD.org> | 2006-11-30 10:49:04 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2006-11-30 10:49:04 +0000 |
commit | 9e1851c43070582f988c989375bf4ea69a7f1a35 (patch) | |
tree | 839c6753d8ec2f855ed2f726dd420e91ef49b232 /devel/lua-filename/files | |
parent | - Respect X11BASE (diff) |
Add devel/lua-filename to work with Lua 5.0 and Lua 5.1 and turn
devel/lua50-filename into a slave port of it.
PR: ports/105990
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=178320
Diffstat (limited to 'devel/lua-filename/files')
-rw-r--r-- | devel/lua-filename/files/patch-filename.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/lua-filename/files/patch-filename.lua b/devel/lua-filename/files/patch-filename.lua new file mode 100644 index 000000000000..8341f9881509 --- /dev/null +++ b/devel/lua-filename/files/patch-filename.lua @@ -0,0 +1,13 @@ +--- filename.lua Mon Apr 17 10:52:51 2006 ++++ filename.lua Wed Nov 29 15:16:47 2006 +@@ -1,8 +1,8 @@ + -- $Id: filename.lua,v 1.2 2005/07/12 19:32:55 cpressey Exp $ + +-module("filename") +- + local POSIX = require("posix") ++local string = require("string") ++module("filename") + + --[[----------]]-- + --[[ FileName ]]-- |