summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-09 12:16:29 +0000
committerrillig <rillig>2005-09-09 12:16:29 +0000
commitd7672923a66ad677e8f12ea849f62ca28cb0c704 (patch)
tree1ea0a98694af606162c3d00d5efe591e3d71cf69 /pkgtools
parentc1e8e28b98306309910508664999075c57cb503a (diff)
downloadpkgsrc-d7672923a66ad677e8f12ea849f62ca28cb0c704.tar.gz
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 (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index ab8454efeac..137adccff05 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -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