diff options
author | rillig <rillig> | 2008-02-21 12:24:43 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-21 12:24:43 +0000 |
commit | 6b80bbf78a88f72bad31d16f6ab923156eec2ec7 (patch) | |
tree | e5c2aa359de3f7598fc2b13b0c277c3973f4681d /pkgtools/pkglint/Makefile | |
parent | 76e0119df27ad39538cdde998593c30182f6c759 (diff) | |
download | pkgsrc-6b80bbf78a88f72bad31d16f6ab923156eec2ec7.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/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 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 |