diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-22 07:53:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-22 07:53:09 +0000 |
commit | f7c3831609dc0b3411d875524aeb5de9df5e69ff (patch) | |
tree | 6a944bc94356ae6e166398e5232d52ff45817d28 /pkgtools | |
parent | a922d5bdbf377f0874fdbb80cb15fb0a6d0909c2 (diff) | |
download | pkgsrc-f7c3831609dc0b3411d875524aeb5de9df5e69ff.tar.gz |
Updated pkglint to 4.65.
Changes since 4.64:
- Many refinements of quoting checks and variable type definitions.
- Improved the wording of diagnostics and added some explanations.
- Adjusted pkglint to the many recent changes in the infrastructure part.
- Improved detection of absolute pathnames.
Updated during the freeze because the version number has not changed for
two weeks, but many features were added. Therefore the old version
number was not reliable for determining the real functionality of
pkglint exactly.
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 bfa0481dae8..7f1e1222fd4 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.343 2006/06/09 10:27:09 rillig Exp $ +# $NetBSD: Makefile,v 1.344 2006/06/22 07:53:09 rillig Exp $ # -DISTNAME= pkglint-4.64 +DISTNAME= pkglint-4.65 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |