Subject: CVS commit: pkgsrc/pkgtools/pkglint
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/03/2005 18:49:34
Module Name:	pkgsrc
Committed By:	rillig
Date:		Thu Nov  3 18:49:33 UTC 2005

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

Log Message:
Updated pkglint to 4.33.1.

Fixed undefined behavior when reading a file that ends in a continuation
line. Any use of ${WRKSRC}/.. is considered an error, as ${WRKSRC} is
meant to point to the top of the build directories. A proper combination
of WRKSRC, CONFIGURE_DIRS and BUILD_DIRS should be used instead. Sorted
the makevars.map file and added SUBST_CLASSES.


To generate a diff of this commit:
cvs rdiff -r1.276 -r1.277 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/pkgtools/pkglint/files/makevars.map
cvs rdiff -r1.323 -r1.324 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.