diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-24 10:16:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-24 10:16:54 +0000 |
commit | e30bef70dda808e037db8d32ee319b25693bb35a (patch) | |
tree | d72e97e7f62a767591fe5d7c102e739fea65f672 /doc | |
parent | cb985383c01374148b785e2d5f174d3c8d2d90c9 (diff) | |
download | pkgsrc-e30bef70dda808e037db8d32ee319b25693bb35a.tar.gz |
Updated pkglint to 4.46.
Changes since 4.45:
- Added the type ShellWord.
- Added quoting checks for variables that are appended to a
List of ShellWord.
- Multiple -v increase the verbosity.
- The --autofix option is no longer undocumented, but still experimental,
as this is the only part of pkglint that can modify external files.
- Added an --explain option that provides additional help for the
diagnostics.
- Added checks for unportable CPP macro names in patches.
- Updated the documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index cefa8a31e3c..5ad6e4052ed 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12029 2005/11/24 04:27:48 rh Exp $ +$NetBSD: CHANGES,v 1.12030 2005/11/24 10:17:25 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5383,3 +5383,4 @@ Changes to the packages collection and infrastructure in 2005: Updated audio/snd to 7.15 [wiz 2005-11-23] Updated security/p5-Digest-SHA to 5.31 [wiz 2005-11-23] Updated devel/Gorm to 1.0.1 [rh 2005-11-24] + Updated pkgtools/pkglint to 4.46 [rillig 2005-11-24] |