diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-16 22:18:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-16 22:18:59 +0000 |
commit | 79494065d43a2ae9ecb92a8883ef3f6e4539e63c (patch) | |
tree | f03a92b99c0b18c3447f01de0d602b608216900a /pkgtools | |
parent | 37a0972f570e21387240636557d4b141535d5b23 (diff) | |
download | pkgsrc-79494065d43a2ae9ecb92a8883ef3f6e4539e63c.tar.gz |
Updated pkglint to 4.62.
Changes since 4.61:
- Bug fixes.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/TODO | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 96b917932eb..7ee2a406d21 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.339 2006/05/13 11:58:25 rillig Exp $ +# $NetBSD: Makefile,v 1.340 2006/05/16 22:18:59 rillig Exp $ # -DISTNAME= pkglint-4.61 +DISTNAME= pkglint-4.62 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index e875afea4ca..cbb469ffa14 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.45 2006/05/10 09:01:15 rillig Exp $ +$NetBSD: TODO,v 1.46 2006/05/16 22:18:59 rillig Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -29,4 +29,7 @@ include the name of an example package where a warning should occur. happened in the file before that line. * Add checks for binary packages. See Debian/lintian for ideas. * Check that USE_LIBTOOL=yes, when the PLIST contains *.la. -* In the vartypes.map, distinguish FOO and FOO.*. +* In the vartypes.map, distinguish FOO and FOO.*: + FOO Matches only FOO + FOO* Matches FOO and FOO.* + FOO.* Matches FOO with an extension. |