Subject: CVS commit: pkgsrc/pkgtools/pkglint
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/14/2005 04:05:22
Module Name:	pkgsrc
Committed By:	rillig
Date:		Mon Nov 14 04:05:22 UTC 2005

Modified Files:
	pkgsrc/pkgtools/pkglint: Makefile
	pkgsrc/pkgtools/pkglint/files: pkglint.0 pkglint.1 pkglint.pl

Log Message:
Updated pkglint to 4.41.

- Documented the --recursive option.
- Added an option -Cmk for checking .mk files besides buildlink3.mk.
- pkglint can handle individual files on the command line, not only
  packages. (experimental)
- Replaced checkfile_buildlink3_mk() with checkfile_mk().
- Factored out the checkfile() subroutine from checkdir_package().


To generate a diff of this commit:
cvs rdiff -r1.293 -r1.294 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/pkgtools/pkglint/files/pkglint.0
cvs rdiff -r1.25 -r1.26 pkgsrc/pkgtools/pkglint/files/pkglint.1
cvs rdiff -r1.347 -r1.348 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.