Subject: CVS commit: pkgsrc/devel/lutok
From: Julio Merino
Date: 2013-06-15 02:30:31
Message id: 20130615003032.164BF96@cvs.netbsd.org

Log Message:
Update to 0.3:

Released on 2013/06/14.

* Issue 1: Added support for Lua 5.2 while maintaining support for Lua
  5.1.  Applications using Lutok can be modified to use the new
  interface in this new version and thus support both Lua releases.
  However, because of incompatible changes to the Lua API, this release
  of Lutok is incompatible with previous releases as well.

* Issue 3: Tweaked configure to look for Lua using the pkg-config names
  lua-5.2 and lua-5.1.  These are the names used by FreeBSD.

Interface changes:

* New global constants: registry_index.

* New methods added to the state class: get_global_table.

* Removed global constants: globals_index.

Files:
RevisionActionfile
1.6modifypkgsrc/devel/lutok/Makefile
1.3modifypkgsrc/devel/lutok/PLIST
1.2modifypkgsrc/devel/lutok/buildlink3.mk
1.5modifypkgsrc/devel/lutok/distinfo
1.1removepkgsrc/devel/lutok/patches/patch-debug.hpp
1.1removepkgsrc/devel/lutok/patches/patch-state.hpp