diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-24 10:16:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-24 10:16:54 +0000 |
commit | 556eb8885aa7293f8d15c53cfe8ac4d118a5d26f (patch) | |
tree | d72e97e7f62a767591fe5d7c102e739fea65f672 /pkgtools/pkglint/Makefile | |
parent | 1f6b1c5e5ffbd5619710d44813be0ad90a93541c (diff) | |
download | pkgsrc-556eb8885aa7293f8d15c53cfe8ac4d118a5d26f.tar.gz |
Updated pkglint to 4.46.
Changes since 4.45:
- Added the type ShellWord.
- Added quoting checks for variables that are appended to a
List of ShellWord.
- Multiple -v increase the verbosity.
- The --autofix option is no longer undocumented, but still experimental,
as this is the only part of pkglint that can modify external files.
- Added an --explain option that provides additional help for the
diagnostics.
- Added checks for unportable CPP macro names in patches.
- Updated the documentation.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-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 9c920ee6559..aba1756f3a4 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.308 2005/11/24 08:05:01 rillig Exp $ +# $NetBSD: Makefile,v 1.309 2005/11/24 10:16:54 rillig Exp $ # -DISTNAME= pkglint-4.45.3 +DISTNAME= pkglint-4.46 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |