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

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

Log Message:
Updated pkglint to 4.45.1.

- Added a new type ShellWord that is used for MAKE_ENV and the like to
  check for invalid FOO="${VALUE}" additions. They really should be
  FOO=${VALUE:Q}, as they may already contain embedded quotes. This is
  especially important for CPPFLAGS and CFLAGS.


To generate a diff of this commit:
cvs rdiff -r1.305 -r1.306 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.36 -r1.37 pkgsrc/pkgtools/pkglint/files/makevars.map
cvs rdiff -r1.376 -r1.377 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.