svn commit: r315560 - head/lang/lua52

Matthias Andree mandree at FreeBSD.org
Fri Mar 29 18:49:04 UTC 2013


Author: mandree
Date: Fri Mar 29 18:49:03 2013
New Revision: 315560
URL: http://svnweb.freebsd.org/changeset/ports/315560

Log:
  Update to new upstream version Lua 5.2.2.
  
  According to Luiz Henrique de Figueiredo,
  "Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 .
  
  Lua 5.2.2 also fixes several other minors glitches and includes
  a revised reference manual."

Modified:
  head/lang/lua52/Makefile
  head/lang/lua52/distinfo

Modified: head/lang/lua52/Makefile
==============================================================================
--- head/lang/lua52/Makefile	Fri Mar 29 18:46:25 2013	(r315559)
+++ head/lang/lua52/Makefile	Fri Mar 29 18:49:03 2013	(r315560)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lua
-PORTVERSION=	5.2.1
+PORTVERSION=	5.2.2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.lua.org/ftp/
 

Modified: head/lang/lua52/distinfo
==============================================================================
--- head/lang/lua52/distinfo	Fri Mar 29 18:46:25 2013	(r315559)
+++ head/lang/lua52/distinfo	Fri Mar 29 18:49:03 2013	(r315560)
@@ -1,2 +1,2 @@
-SHA256 (lua-5.2.1.tar.gz) = 64304da87976133196f9e4c15250b70f444467b6ed80d7cfd7b3b982b5177be5
-SIZE (lua-5.2.1.tar.gz) = 249882
+SHA256 (lua-5.2.2.tar.gz) = 3fd67de3f5ed133bf312906082fa524545c6b9e1b952e8215ffbd27113f49f00
+SIZE (lua-5.2.2.tar.gz) = 251713


More information about the svn-ports-all mailing list