Subject: pkg/22969: misc/udfclient not version number compliant (lintpkgsrc barfs)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <tv@duh.org>
List: netbsd-bugs
Date: 09/26/2003 15:26:30
>Number: 22969
>Category: pkg
>Synopsis: misc/udfclient not version number compliant (lintpkgsrc barfs)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Sep 26 19:29:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Todd Vierling
>Release: NetBSD 1.6.1_STABLE
>Organization:
DUH.ORG: Pointing out the obvious since 1994.
>Environment:
System: NetBSD server.duh.org 1.6.1_STABLE NetBSD 1.6.1_STABLE (SERVER) #1: Fri Sep 12 11:28:14 EDT 2003 tv@server.duh.org:/export/SRC/duh/netbsd-kernels/SERVER i386
Architecture: i386
Machine: i386
>Description:
misc/udfclient does not have a version, as it does not match the regex
"-[0-9]". This makes lintpkgsrc complain, and will likely do the same to
other pkgsrc tools.
>How-To-Repeat:
$ lintpkgsrc -r
Scanning pkgsrc Makefiles: .........................Cannot extract udfclient-ro1 version (/usr/pkgsrc/misc/udfclient/Makefile)
>Fix:
One suggested form. Conversation with the author may yield a more "sane"
value to put in PKGNAME.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/misc/udfclient/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 2003/09/23 19:02:25 1.1.1.1
+++ Makefile 2003/09/26 19:23:28
@@ -2,7 +2,7 @@
#
DISTNAME= UDFclient.ro1
-PKGNAME= udfclient-ro1
+PKGNAME= udfclient-0.1
WRKSRC= ${WRKDIR}/UDFclient
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
>Release-Note:
>Audit-Trail:
>Unformatted: