diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-06 05:36:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-06 05:36:40 +0000 |
commit | fcf3444e986cca92a33dc72f0fc66efc823104b6 (patch) | |
tree | 6e6974c3c7fffd2bb87d48f360ca5c2e523c44a0 | |
parent | 7e1a20676bd4a6aa74509d3acd9bda24d1d6df46 (diff) | |
download | pkgsrc-fcf3444e986cca92a33dc72f0fc66efc823104b6.tar.gz |
Updated pkglint to 4.64.
Changes since 4.63:
- Many diagnostics for the :Q operator have been wrong. They are currently
left out, but will be re-added later. In the mean time, no diagnostics
are better than wrong ones.
- Made defining the permissions for variables easier by providing a way to
define "permission constants".
-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 f5343608931..bdf857901a1 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.341 2006/06/03 06:09:40 rillig Exp $ +# $NetBSD: Makefile,v 1.342 2006/06/06 05:36:40 rillig Exp $ # -DISTNAME= pkglint-4.63 +DISTNAME= pkglint-4.64 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |