diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-09 12:16:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-09 12:16:29 +0000 |
commit | eadbcbe2f0bd05ca3c168cb4893c5a2b405ef83d (patch) | |
tree | 1ea0a98694af606162c3d00d5efe591e3d71cf69 /pkgtools | |
parent | 128c3c24a3ea2f37cb40371d87d6dbe62651b1e9 (diff) | |
download | pkgsrc-eadbcbe2f0bd05ca3c168cb4893c5a2b405ef83d.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/Makefile | 4 |
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 |