Subject: CVS commit: pkgsrc/pkgtools/pkglint/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2006 07:41:03
Module Name: pkgsrc
Committed By: rillig
Date: Mon May 22 07:41:03 UTC 2006
Modified Files:
pkgsrc/pkgtools/pkglint/files: makevars.map pkglint.pl
Log Message:
- Pkglint distinguishes between variables FOO and FOO.* now when checking
data types and permissions.
- Changed the way that permissions are determined a bit, so that
unspecified permissions can be detected.
- Renamed -Wacl to -Wperm.
- When no applicable permissions are found, "?" is returned.
- When checking for unused variables, parameterized variables don't have to
be matched exactly but only by basename.
- Added an explanation for the permissions warning.
To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 pkgsrc/pkgtools/pkglint/files/makevars.map
cvs rdiff -r1.586 -r1.587 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.