Subject: CVS commit: pkgsrc/pkgtools/pkglint
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/19/2005 17:22:21
Module Name: pkgsrc
Committed By: rillig
Date: Sat Nov 19 17:22:21 UTC 2005
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
pkgsrc/pkgtools/pkglint/files: makevars.map pkglint.0 pkglint.1
pkglint.pl
Log Message:
Updated pkglint to 4.43.
Changes since 4.42:
- Reduced the number of duplicate diagnostics when checking multiple files.
Only diagnostics concerning the current package are printed.
- Added checks for EXTRACT_SUFX and PKG_INSTALLATION_TYPES.
- Added a work-around for the PHP patches warnings.
- PERL5_PACKLIST should not contain references to other variables.
- Added the -s|--source command line option to show the code along with the
diagnostics.
- Fixed a bug in get_logical_line(); logical lines have not had their
physical lines attached.
- Deprecated variables are not only checked when they are defined but also
when they are used.
To generate a diff of this commit:
cvs rdiff -r1.299 -r1.300 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.34 -r1.35 pkgsrc/pkgtools/pkglint/files/makevars.map
cvs rdiff -r1.17 -r1.18 pkgsrc/pkgtools/pkglint/files/pkglint.0
cvs rdiff -r1.27 -r1.28 pkgsrc/pkgtools/pkglint/files/pkglint.1
cvs rdiff -r1.362 -r1.363 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.