pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Update lua-stdlib and lua-stdlib-doc to 11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0259ad6f95a
branches: trunk
changeset: 397451:e0259ad6f95a
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Aug 12 17:17:42 2009 +0000
description:
Update lua-stdlib and lua-stdlib-doc to 11.
Changes since 8:
- Updates the object module to be the same as that published in "Lua
Gems", and fixes a bug in the utility mk1file which makes a one-file
version of the library, to stop it permanently redefining require.
- Fixes table.deepclone to copy metatables, as it should.
- Fixes a bug in string.format, removes the redundant string.join
(it's the same as table.concat), and adds to table.clone and
table.deepclone the ability to copy without metatables.
diffstat:
devel/lua-stdlib-doc/Makefile | 4 +---
devel/lua-stdlib/Makefile.common | 7 ++++---
devel/lua-stdlib/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (52 lines):
diff -r 31df401dc08a -r e0259ad6f95a devel/lua-stdlib-doc/Makefile
--- a/devel/lua-stdlib-doc/Makefile Wed Aug 12 13:50:16 2009 +0000
+++ b/devel/lua-stdlib-doc/Makefile Wed Aug 12 17:17:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/12 01:47:49 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/12 17:17:42 minskim Exp $
.include "../../devel/lua-stdlib/Makefile.common"
@@ -6,8 +6,6 @@
COMMENT= Documentation for modules from lua-stdlib
-DEPENDS+= lua-stdlib-[0-9]*:../../devel/lua-stdlib
-
DOCDIR= share/doc/lua-stdlib
INSTALLATION_DIRS+= ${DOCDIR}
diff -r 31df401dc08a -r e0259ad6f95a devel/lua-stdlib/Makefile.common
--- a/devel/lua-stdlib/Makefile.common Wed Aug 12 13:50:16 2009 +0000
+++ b/devel/lua-stdlib/Makefile.common Wed Aug 12 17:17:42 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile.common,v 1.2 2009/06/13 06:46:43 rillig Exp $
+# $NetBSD: Makefile.common,v 1.3 2009/08/12 17:17:42 minskim Exp $
# used by devel/lua-stdlib-doc/Makefile
# used by devel/lua-stdlib/Makefile
-DISTNAME= stdlib-8
+DISTNAME= stdlib-11
CATEGORIES= devel
-MASTER_SITES= http://luaforge.net/frs/download.php/3740/
+MASTER_SITES= http://luaforge.net/frs/download.php/3987/
MAINTAINER= cheusov%tut.by@localhost
HOMEPAGE= http://luaforge.net/projects/stdlib/
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 31df401dc08a -r e0259ad6f95a devel/lua-stdlib/distinfo
--- a/devel/lua-stdlib/distinfo Wed Aug 12 13:50:16 2009 +0000
+++ b/devel/lua-stdlib/distinfo Wed Aug 12 17:17:42 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $
+$NetBSD: distinfo,v 1.2 2009/08/12 17:17:42 minskim Exp $
-SHA1 (stdlib-8.tar.gz) = 1d6a5e6d2bcd617f0029c5c76c021b34dd631243
-RMD160 (stdlib-8.tar.gz) = a8236e818cad493867e23392e2ac0911ba1c09eb
-Size (stdlib-8.tar.gz) = 31267 bytes
+SHA1 (stdlib-11.tar.gz) = 3588c2c7fa35972079e16ac169208c3802a09973
+RMD160 (stdlib-11.tar.gz) = fac54e53dc3f31d5e1cd4372ad8a6ec15122e1db
+Size (stdlib-11.tar.gz) = 31052 bytes
Home |
Main Index |
Thread Index |
Old Index