diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-01 01:09:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-01 01:09:45 +0000 |
commit | a07de59c42094780065ccae9b02ce310668bb4ef (patch) | |
tree | 9ccc37b9a5b1ab83a0ef72ec1e930ce12473a7e6 | |
parent | 438ad41261601b890ee204c6c56d4dda925c4860 (diff) | |
download | pkgsrc-a07de59c42094780065ccae9b02ce310668bb4ef.tar.gz |
Updated pkglint to 4.32.
Improved --autofix support.
Automatic fixes are currently restricted to the sort order of SUBDIR
entries in category Makefiles. It had been the complete category
Makefile before. Added a new diagnostic, prefixed with "NOTE:", that is
used for important informational diagnostics, for example autofixed
files.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c925b1b2968..23974c09cc0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11731 2005/11/01 00:23:01 reed Exp $ +$NetBSD: CHANGES,v 1.11732 2005/11/01 01:09:45 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4926,3 +4926,4 @@ Changes to the packages collection and infrastructure in 2005: Added mail/gotmail version 0.8.6 [minskim 2005-10-31] Updated chat/naim to 0.11.8 [reed 2005-10-31] Updated devel/bmake to 20051002 [reed 2005-10-31] + Updated pkgtools/pkglint to 4.32 [rillig 2005-11-01] |