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 | 74b3463f7f88cdb416678d69302755ab246fd812 (patch) | |
tree | 43150a2fe20a130f312fad6a51307d98419d6a32 /pkgtools | |
parent | d1d426a297da3df107dec985998c6cec596725de (diff) | |
download | pkgsrc-74b3463f7f88cdb416678d69302755ab246fd812.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 |