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 | fc702b4503a9cb24e6b023ac6711195b791af2a2 (patch) | |
tree | 2a659cedbce1d92bad9577cad241086a4c278e25 /pkgtools | |
parent | d676409a1bdb48291a6983e69febb3d543277bfc (diff) | |
download | pkgsrc-fc702b4503a9cb24e6b023ac6711195b791af2a2.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')
-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 |