diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-31 14:09:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-31 14:09:51 +0000 |
commit | 068c3c65d531334d8ee517c8a46a0cff2f1cf5e2 (patch) | |
tree | 15a80b46bc6ca6ff6c6876b5248d4a989243a904 | |
parent | 816ce589969acd85334a8ec428b2c57fe6415e72 (diff) | |
download | pkgsrc-068c3c65d531334d8ee517c8a46a0cff2f1cf5e2.tar.gz |
Updated pkglint to 4.50.
Changes since 4.49:
- Added checks for shell commands whose exitcodes are ignored.
- Added checks for CFLAGS, CPPFLAGS and CXXFLAGS.
- Improved diagnostics.
- Various bugfixes.
Changes to lintpkgsrc:
- Avoided double occurrence of pkg_install.
-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 01111f1a7f7..bcf5b6ecc94 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.317 2005/12/18 15:20:21 rillig Exp $ +# $NetBSD: Makefile,v 1.318 2005/12/31 14:09:51 rillig Exp $ # -DISTNAME= pkglint-4.49 +DISTNAME= pkglint-4.50 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |