diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 20:43:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 20:43:14 +0000 |
commit | 75fba3d9e3a93e8d779bef2a8be23f82460791a6 (patch) | |
tree | 65e3df8ed9e32c15a67b6046bcce26294d730a6b | |
parent | 26fbd1036bf15dc00f4b148883be26161e63b9f4 (diff) | |
download | pkgsrc-75fba3d9e3a93e8d779bef2a8be23f82460791a6.tar.gz |
Updated pkglint to 4.37.
Changes since 4.36:
- Stricter type checking.
- Added checks for TOOL_* variables.
- Added {pre,do,post}-extract to the list of valid stages.
- Fixed the regular expression for detecting tool names.
- Added a check for invalid syntax in tool names.
- Improved some diagnostics.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ae25bf45595..16d4aa84b25 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11828 2005/11/04 19:37:18 rillig Exp $ +$NetBSD: CHANGES,v 1.11829 2005/11/04 20:43:14 rillig Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5079,3 +5079,4 @@ Changes to the packages collection and infrastructure in 2005: Added graphics/exiftool version 5.72 [gdt 2005-11-04] Updated graphics/exiftool to 5.67 [gdt 2005-11-04] Updated net/bind8 to 8.4.6nb1 [rillig 2005-11-04] + Updated pkgtools/pkglint to 4.37 [rillig 2005-11-04] |