diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-15 07:02:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-15 07:02:11 +0000 |
commit | 6a81ee92629af6a16891fa6715e0fb7b70d845ab (patch) | |
tree | 43150a2fe20a130f312fad6a51307d98419d6a32 /pkgtools | |
parent | d62fb8a8962c9c0e941f8bd43b1d2b7639f0999c (diff) | |
download | pkgsrc-6a81ee92629af6a16891fa6715e0fb7b70d845ab.tar.gz |
Updated pkglint to 4.67.
Changes since 4.66:
- Fixed the stack overflow in Perl in long variable assignment lines.
- Improved the SUBST check.
- For all files in bin/ and sbin/, pkglint now complains if the package
does not have a manual page, too. (Only with -Wextra)
- Lists of pathnames may be used in .for loops, since they are _assumed_
to not contain any additional white-space.
- Some more small improvements.
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 a35140f7142..179191d8c76 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.346 2006/07/06 21:14:19 jlam Exp $ +# $NetBSD: Makefile,v 1.347 2006/07/15 07:02:11 rillig Exp $ # -DISTNAME= pkglint-4.66 +DISTNAME= pkglint-4.67 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |