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 | |
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')
-rw-r--r-- | pkgtools/pkglint/Makefile | 7 | ||||
-rw-r--r-- | pkgtools/pkglint/TODO | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 7d0195b936d..934b665c550 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,10 @@ -# $NetBSD: Makefile,v 1.383 2010/01/16 23:42:32 jnemeth Exp $ +# $NetBSD: Makefile,v 1.384 2010/03/11 20:54:19 rillig Exp $ # -DISTNAME= pkglint-4.92 +# Note: if you update the version number, please have a look at the +# changes between the CVS tag "pkglint_current" and HEAD. +# After updating, please re-set the CVS tag to HEAD. +DISTNAME= pkglint-4.93 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none 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 % |