Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 06/26/2004 18:53:18
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Sat Jun 26 18:53:18 UTC 2004

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

Log Message:
Update to pkglint 3.79

== functional changes ==
- prints the various "OK: ..." messages only when called with "-v".
- prints a summary after pkgsrc category checks
- fixed a bug for commented category entries (in line 1718)
- removed the option "-q". It has become unnecessary

== refactoring ==
- more consistent naming scheme for variables and functions
- replaced some "local" with "my" when possible
- clustered the variables that are processed by the ${SED} commands
- provided function prototypes for argument checking
- replaced the old perror by log_{error,warning,info}.
- Avoided the (implicit or explicit) use of $_ in many places

Patch contributed by Roland Illig via private mail.


To generate a diff of this commit:
cvs rdiff -r1.6332 -r1.6333 pkgsrc/doc/CHANGES
cvs rdiff -r1.191 -r1.192 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.107 -r1.108 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.