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.
This commit is contained in:
parent
eadbcbe2f0
commit
7e873cd598
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ Changes to the packages collection and infrastructure in 2005:
|
|||
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]
|
||||
|
|
Loading…
Reference in a new issue