Attached is a trivial bugfix update to lua 5.2.3. Tested on amd64. A
list of fixes included in this release can be found here:
http://www.lua.org/bugs.html#5.2.2.

-- 
James Turner
Index: 5.2/Makefile
===================================================================
RCS file: /cvs/ports/lang/lua/5.2/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- 5.2/Makefile        27 Mar 2013 22:13:53 -0000      1.3
+++ 5.2/Makefile        8 Dec 2013 00:32:38 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.3 2013/03/27 22:13:53 jasper Exp $
 
-VERSION=       5.2.2
+VERSION=       5.2.3
 PKGSPEC=       lua->=5.2,<5.3
 
 SHARED_LIBS=   lua5.2 ${VERSION:R}
Index: 5.2/distinfo
===================================================================
RCS file: /cvs/ports/lang/lua/5.2/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- 5.2/distinfo        27 Mar 2013 22:13:53 -0000      1.3
+++ 5.2/distinfo        8 Dec 2013 00:32:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (lua-5.2.2.tar.gz) = P9Z94/XtEzvzEpBggvpSRUXGueG5UughX/vScRP0nwA=
-SIZE (lua-5.2.2.tar.gz) = 251713
+SHA256 (lua-5.2.3.tar.gz) = E8L7l5YTgffQbVtc6lW3Q8FjgAiW/VxeI1YgHTYZAC0=
+SIZE (lua-5.2.3.tar.gz) = 251195

Reply via email to