Subject: CVS commit: pkgsrc/pkgtools/pkglint/files
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 11/11/2001 07:04:29
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Sun Nov 11 05:04:29 UTC 2001

Modified Files:
	pkgsrc/pkgtools/pkglint/files: pkglint.pl

Log Message:
Recognize "nb1" (etc.) on DISTNAMEs that should really be on PKGNAMEs:

	miyu% grep nb Makefile
	DISTNAME=       xfsprogs-1.2.8.srcnb1
	miyu% /tmp/pkglint
	OK: checking Makefile.
====>	WARN: is 'nb1' really ok on DISTNAME, or is it intended for PKGNAME?
	OK: checking pkg/PLIST.
	OK: checking pkg/DESCR.
	OK: checking distinfo.
	0 fatal errors and 1 warnings found.

Suggested by Tomasz Luchowski.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 pkgsrc/pkgtools/pkglint/files/pkglint.pl

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