pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lua-alt-getopt Update lua-alt-getopt to 0.7.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/05584984689f
branches: trunk
changeset: 566903:05584984689f
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Oct 31 04:03:52 2009 +0000
description:
Update lua-alt-getopt to 0.7.0.
Patch provided by Aleksey Cheusov in PR 42195.
Changes:
FIX: POSIX getopt("xo:") accepts './app -xoVVV' and './app -xo VVV'
treating them as './app -x -o VVV'.
Now Lua alt_getopt does the same.
Additional regression tests/examples
error() function is not used for exiting anymore.
os.exit() is used instead.
diffstat:
devel/lua-alt-getopt/Makefile | 6 +++---
devel/lua-alt-getopt/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 056f8f31efee -r 05584984689f devel/lua-alt-getopt/Makefile
--- a/devel/lua-alt-getopt/Makefile Sat Oct 31 03:58:38 2009 +0000
+++ b/devel/lua-alt-getopt/Makefile Sat Oct 31 04:03:52 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/02 19:49:16 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/31 04:03:52 minskim Exp $
#
PKGNAME= ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/}
-DISTNAME= lua-alt-getopt-0.6.0
+DISTNAME= lua-alt-getopt-0.7.0
CATEGORIES= devel
-MASTER_SITES= http://luaforge.net/frs/download.php/4049/ \
+MASTER_SITES= http://luaforge.net/frs/download.php/4260/ \
http://mova.org/~cheusov/pub/lua_alt_getopt/
MAINTAINER= cheusov%tut.by@localhost
diff -r 056f8f31efee -r 05584984689f devel/lua-alt-getopt/distinfo
--- a/devel/lua-alt-getopt/distinfo Sat Oct 31 03:58:38 2009 +0000
+++ b/devel/lua-alt-getopt/distinfo Sat Oct 31 04:03:52 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/02 19:49:16 minskim Exp $
+$NetBSD: distinfo,v 1.2 2009/10/31 04:03:52 minskim Exp $
-SHA1 (lua-alt-getopt-0.6.0.tar.gz) = b9d8d18e714ab4804acfd3f27c1c88e12e0612ec
-RMD160 (lua-alt-getopt-0.6.0.tar.gz) = b5e42c80d70baf97216fcb21ebcec127f83f71f8
-Size (lua-alt-getopt-0.6.0.tar.gz) = 4333 bytes
+SHA1 (lua-alt-getopt-0.7.0.tar.gz) = 431b590002f5fdced78e0745a9a283aefdd1dfa0
+RMD160 (lua-alt-getopt-0.7.0.tar.gz) = 665d2510caa5daacc3a20c2d3f2a72df0d3f413f
+Size (lua-alt-getopt-0.7.0.tar.gz) = 4720 bytes
Home |
Main Index |
Thread Index |
Old Index