Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 06/28/2004 14:33:47
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Mon Jun 28 14:33:47 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/pkgtools/pkglint: Makefile
	pkgsrc/pkgtools/pkglint/files: pkglint.pl

Log Message:
Update to 3.82, committing yesterday's changes from Roland Illig.

Changes:
- Handle a rarely used patch format correctly
- Do not output superflouus linebreaks anymore
- Check the contents of the COMMENT field only if it exists
- Handle invalid dependency specifications correctly
- Correctly handle Makefile variables ordering
- Output complete filename of absolute filenames
- Added a new scheme for loading text files into memory so that the
  location of an error or warning can be given exactly (file + line) to
  the user.
- Refactored the checkfile_patches_patch subprogram to use the new text
  file processing and to make clearer what is checked.


To generate a diff of this commit:
cvs rdiff -r1.6372 -r1.6373 pkgsrc/doc/CHANGES
cvs rdiff -r1.194 -r1.195 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.108 -r1.109 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.