1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
freebsd-ports/devel/lua-filename/files/patch-filename.lua
Philip Paeps 9e1851c430 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
2006-11-30 10:49:04 +00:00

14 lines
315 B
Lua

--- 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 ]]--