diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-28 19:43:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-28 19:43:49 +0000 |
commit | 2a3d311fcdb5498d2de24e5ddf49a9a8863b0ffc (patch) | |
tree | 338d76447f64b728295cf110a8c5d005635aa8cc /net/luasocket/files/patch-Makefile | |
parent | Don't create lib/locale dir (diff) |
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port
PR: ports/117168
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Notes
Notes:
svn path=/head/; revision=202228
Diffstat (limited to 'net/luasocket/files/patch-Makefile')
-rw-r--r-- | net/luasocket/files/patch-Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/luasocket/files/patch-Makefile b/net/luasocket/files/patch-Makefile deleted file mode 100644 index 8114a8536516..000000000000 --- a/net/luasocket/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Mon Apr 17 11:33:50 2006 -+++ Makefile Mon Apr 17 11:33:57 2006 -@@ -25,7 +25,6 @@ - smtp.lua - - TO_TOP_SHARE:= \ -- $(COMPAT)/compat-5.1.lua \ - ltn12.lua \ - socket.lua \ - mime.lua |