diff options
author | rillig <rillig@pkgsrc.org> | 2010-03-11 20:54:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2010-03-11 20:54:19 +0000 |
commit | b7367027e8bd24985f36255f7e868d59c8e77fa8 (patch) | |
tree | 30610c8873f6681b9afc4cc8da94ad1b121fe1e4 /pkgtools/pkglint/TODO | |
parent | d6cb8d3a3318ecbddb94d91f4d25cacbf62044a9 (diff) | |
download | pkgsrc-b7367027e8bd24985f36255f7e868d59c8e77fa8.tar.gz |
Updated pkglint to 4.93.
Changes since 4.92:
- Changes for the changing pkgsrc infrastructure
- Added basic support for LICENSE expressions
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 95157aadb6f..e2ff75403fa 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.72 2010/02/16 10:06:55 wiz Exp $ +$NetBSD: TODO,v 1.73 2010/03/11 20:54:19 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. @@ -33,7 +33,6 @@ include the name of an example package where a warning should occur. * If USE_TOOLS has autoconf213, and the package does stuff like cd ${WRKSRC} && autoconf, then an incorrect warning is issued. * LOCALBASE should not be used in normal Makefiles -* parse LICENSE expressions (make help topic=license) * complain if LICENSE definition is missing % |