diff options
author | rillig <rillig> | 2009-03-22 05:47:25 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-03-22 05:47:25 +0000 |
commit | 131d895da1aaed2f41bf366eefbca7515d7331a6 (patch) | |
tree | 6bda3f3026b303b2ebdb8f043ed35ab14db9e5b5 | |
parent | 477456d9ed7f92d9f8aac2b7555a913f2045b313 (diff) | |
download | pkgsrc-131d895da1aaed2f41bf366eefbca7515d7331a6.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.
-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 |