pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Updated pkglint to pkglint-4.21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5071c8a9cf87
branches:  trunk
changeset: 499103:5071c8a9cf87
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Sep 09 12:17:56 2005 +0000

description:
Updated pkglint to pkglint-4.21.

Changes since 4.20 include:
 - In the diagnostics, FATAL is replaced with ERROR.
 - The command line option -g changes the format of the diagnostics to be
   similar to the one of gcc.
 - Removed false warnings when checking if PLISTS are ordered.
 - Removed the check for contiguous blank lines.
 - Added a check to PLISTs that man pages are not installed in share/man.
 - pkglint -r allows to recursively check directories.
 - The pkgsrc root directory can be checked.
 - Removed false warnings for patches that contain "---" lines.
 - Switched to checking logical lines instead of physical lines.
   Diagnostics for logical lines contain the range of physical lines
   instead of a single line number.
 - Some ../.. path components are stripped from the diagnostics.
 - When checking for the direct use of tool names, only the context of the
   use, not the whole shell command is output.
 - Patches that contain RCS Ids should not have the -ko CVS mode anymore.
 - Variables that are modified using the "+=" operator are considered to be
   lists, so they should have a name indicating a plural.

diffstat:

 doc/CHANGES |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 15b2718c6ca8 -r 5071c8a9cf87 doc/CHANGES
--- a/doc/CHANGES       Fri Sep 09 12:16:29 2005 +0000
+++ b/doc/CHANGES       Fri Sep 09 12:17:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11089 2005/09/09 10:56:26 cube Exp $
+$NetBSD: CHANGES,v 1.11090 2005/09/09 12:17:56 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -3992,3 +3992,4 @@
        Update www/liferea to 0.9.7b [drochner 2005-09-08]
        mk/bsd.pkg.mk: started freeze for pkgsrc-2005Q3 branch [agc 2005-09-08]
        Updated devel/rt3 to 3.2.3nb1 [cube 2005-09-09]
+       Updated pkgtools/pkglint to 4.21 [rillig 2005-09-09]



Home | Main Index | Thread Index | Old Index