Subject: CVS commit: pkgsrc/pkgtools/pkglint
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/07/2005 00:45:01
Module Name:	pkgsrc
Committed By:	rillig
Date:		Mon Nov  7 00:45:01 UTC 2005

Modified Files:
	pkgsrc/pkgtools/pkglint: Makefile
	pkgsrc/pkgtools/pkglint/files: makevars.map pkglint.pl

Log Message:
Updated pkglint to 4.38.

- PKGNAME is checked for being a valid package name.
- PLIST files should not contain filenames that match */CVS/*.
- Completely rewrote the check for variable ordering. The new code
  operates on a data structure that's easily understandable and
  extendable (see the source for an example). It also generates greatly
  improved diagnostics. As the old code had been enabled only when
  checking with -Wvague or -Wall, it has been seldom used anyway.


To generate a diff of this commit:
cvs rdiff -r1.285 -r1.286 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.28 -r1.29 pkgsrc/pkgtools/pkglint/files/makevars.map
cvs rdiff -r1.336 -r1.337 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.