pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint This is pkglint-4.21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15b2718c6ca8
branches:  trunk
changeset: 499102:15b2718c6ca8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Sep 09 12:16:29 2005 +0000

description:
This is 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:

 pkgtools/pkglint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 1811f1f9368f -r 15b2718c6ca8 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Sep 09 12:07:23 2005 +0000
+++ b/pkgtools/pkglint/Makefile Fri Sep 09 12:16:29 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.248 2005/08/21 10:31:43 rillig Exp $
+# $NetBSD: Makefile,v 1.249 2005/09/09 12:16:29 rillig Exp $
 #
 
-DISTNAME=      pkglint-4.20
+DISTNAME=      pkglint-4.21
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index