diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-21 12:24:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-21 12:24:43 +0000 |
commit | b78949d0e2371c0b0faa2a7531523c5f8f2d063b (patch) | |
tree | e5c2aa359de3f7598fc2b13b0c277c3973f4681d /pkgtools | |
parent | 17dcbe24866cfd2a930fa3a47d22cc119c2fb556 (diff) | |
download | pkgsrc-b78949d0e2371c0b0faa2a7531523c5f8f2d063b.tar.gz |
Updated pkglint to 4.84.
Changes since 4.82:
- Whenever a Makefile.common is included by another file, that file should
be mentioned in the Makefile.common.
- Added spell checker for .if directives.
- Added warnings for uncommented patches (only for -Wstyle).
- Added spell checker for invalid macro names, like __NetBSD_Version.
- Deprecated INSTALLATION_DIRS_FROM_PLIST in favor of AUTO_MKDIRS.
- Many more small things.
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 83cfc1b803a..1df3918701a 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.371 2008/02/21 12:17:16 rillig Exp $ +# $NetBSD: Makefile,v 1.372 2008/02/21 12:24:43 rillig Exp $ # # Please don't increase the version number if you are not rillig. -DISTNAME= pkglint-4.83 +DISTNAME= pkglint-4.84 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none |