diff options
author | rillig <rillig@pkgsrc.org> | 2009-03-22 05:47:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-03-22 05:47:25 +0000 |
commit | 744e7354f2b8bd8ce8cf08075cd1531b25a7fb92 (patch) | |
tree | 6bda3f3026b303b2ebdb8f043ed35ab14db9e5b5 /pkgtools/pkglint | |
parent | 102e800816b70f6ea0ce40b09db0a26b0b0983d7 (diff) | |
download | pkgsrc-744e7354f2b8bd8ce8cf08075cd1531b25a7fb92.tar.gz |
Updated pkglint to 4.91.
Important changes since 4.90:
- Fixed some issues with "package has been downgraded" warnings.
- The doc/CHANGES-* files can be checked individually now.
- Emit a warning if a package does not define PKG_DESTDIR_SUPPORT.
- In patch files, warnings about absolute pathnames, CPP macros and the
like are only emitted if the line starts with a "+". If the -Wextra
option is given, the context lines (starting with a " ") are also
checked.
- Added support for the new buildlink3.mk format.
Diffstat (limited to 'pkgtools/pkglint')
-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 95ad065efa3..fa8d9635043 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.379 2008/11/18 19:43:32 rillig Exp $ +# $NetBSD: Makefile,v 1.380 2009/03/22 05:47:25 rillig Exp $ # # Please don't increase the version number if you are not rillig. -DISTNAME= pkglint-4.90 +DISTNAME= pkglint-4.91 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none |