NetBSD Problem Report #42195

From cheusov@tut.by  Sun Oct 18 11:47:40 2009
Return-Path: <cheusov@tut.by>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id D436C63B902
	for <gnats-bugs@gnats.netbsd.org>; Sun, 18 Oct 2009 11:47:40 +0000 (UTC)
Message-Id: <s93hbtx7wrf.fsf@chen.chizhovka.net>
Date: Sun, 18 Oct 2009 14:43:32 +0300
From: cheusov@tut.by
To: gnats-bugs@gnats.NetBSD.org
Subject: Please update my package devel/lua-alt-getopt
X-Send-Pr-Version: 3.95

>Number:         42195
>Category:       pkg
>Synopsis:       Please update my package devel/lua-alt-getopt
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    minskim
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 18 11:50:00 +0000 2009
>Closed-Date:    Sat Oct 31 04:04:59 +0000 2009
>Last-Modified:  Sun Nov 01 22:50:02 +0000 2009
>Originator:     Aleksey Cheusov
>Release:        NetBSD 5.0_STABLE
>Organization:
>Environment:
System: NetBSD chen.chizhovka.net 5.0_STABLE NetBSD 5.0_STABLE (GENERIC) #0: Sat Sep 12 14:12:09 EEST 2009 cheusov@chen.chizhovka.net:/srv/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
I'd like to update my package devel/lua-alt-getopt.
The patch is below.
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/lua-alt-getopt/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2 Aug 2009 19:49:16 -0000	1.1.1.1
+++ Makefile	18 Oct 2009 11:46:12 -0000
@@ -2,9 +2,9 @@
 #

 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
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/lua-alt-getopt/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	2 Aug 2009 19:49:16 -0000	1.1.1.1
+++ distinfo	18 Oct 2009 11:46:12 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2009/08/02 19:49:16 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

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->minskim
Responsible-Changed-By: minskim@NetBSD.org
Responsible-Changed-When: Sat, 31 Oct 2009 04:04:59 +0000
Responsible-Changed-Why:
I have updated the package.


State-Changed-From-To: open->closed
State-Changed-By: minskim@NetBSD.org
State-Changed-When: Sat, 31 Oct 2009 04:04:59 +0000
State-Changed-Why:
Updated.  Thanks for the PR!


From: Min Sik Kim <minskim@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42195 CVS commit: pkgsrc/devel/lua-alt-getopt
Date: Sat, 31 Oct 2009 04:03:52 +0000

 Module Name:	pkgsrc
 Committed By:	minskim
 Date:		Sat Oct 31 04:03:52 UTC 2009

 Modified Files:
 	pkgsrc/devel/lua-alt-getopt: Makefile distinfo

 Log Message:
 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.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lua-alt-getopt/Makefile \
     pkgsrc/devel/lua-alt-getopt/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Aleksey Cheusov <cheusov@tut.by>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: PR/42195 CVS commit: pkgsrc/devel/lua-alt-getopt
Date: Mon, 02 Nov 2009 00:45:30 +0200

 >  Log Message:
 >  Update lua-alt-getopt to 0.7.0.
 >  
 >  Patch provided by Aleksey Cheusov in PR 42195.

 Thanks.

 -- 
 Best regards, Aleksey Cheusov.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.