diff options
author | rillig <rillig> | 2005-11-04 20:43:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 20:43:14 +0000 |
commit | 9ac898ddcc264a47643515dd356295159728b84d (patch) | |
tree | 65e3df8ed9e32c15a67b6046bcce26294d730a6b | |
parent | 968746a0bcd1a9971a282b215e7d597e465d3068 (diff) | |
download | pkgsrc-9ac898ddcc264a47643515dd356295159728b84d.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] |