diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-01 04:11:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-01 04:11:56 +0000 |
commit | 8f38ceeec1c0076aaf837fdde7a8f75e35915c6f (patch) | |
tree | 2a659cedbce1d92bad9577cad241086a4c278e25 /pkgtools/pkglint/Makefile | |
parent | b8dbe27051b401eb4e8a575f03f249d418e23cf0 (diff) | |
download | pkgsrc-8f38ceeec1c0076aaf837fdde7a8f75e35915c6f.tar.gz |
Updated pkglint to 4.47.
Changes since 4.46:
- Made the --explain command line option work.
- Added many explanations for existing diagnostics.
- Improved the diagnostics.
- In --autofix mode, no backup files are created anymore.
- Temporarily disabled the check for direct use of tool names.
- Fixed some false positive warnings.
- Added a check for the use of absolute pathnames in shell commands.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-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 38873876090..8409c78f0c2 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.312 2005/11/27 23:48:01 rillig Exp $ +# $NetBSD: Makefile,v 1.313 2005/12/01 04:11:56 rillig Exp $ # -DISTNAME= pkglint-4.46.3 +DISTNAME= pkglint-4.47 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |