Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2004 18:49:37
Module Name: pkgsrc
Committed By: hubertf
Date: Wed Jun 30 18:49:37 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES
pkgsrc/pkgtools/pkglint: Makefile
pkgsrc/pkgtools/pkglint/files: pkglint.pl
Log Message:
Update pkglint to 3.83. Changes:
- made the program compile with "use strict"
- completely rewrote some subs to make the code more readable
- converted the global ("local") variables into local ("my") ones ;-)
- limited the scope of variables where possible
- added file and line number to the error messages where possible
Patch contributed by Roland Illig in private mail.
To generate a diff of this commit:
cvs rdiff -r1.6406 -r1.6407 pkgsrc/doc/CHANGES
cvs rdiff -r1.195 -r1.196 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.109 -r1.110 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.