From b7367027e8bd24985f36255f7e868d59c8e77fa8 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 11 Mar 2010 20:54:19 +0000 Subject: Updated pkglint to 4.93. Changes since 4.92: - Changes for the changing pkgsrc infrastructure - Added basic support for LICENSE expressions --- pkgtools/pkglint/Makefile | 7 +++++-- pkgtools/pkglint/TODO | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'pkgtools/pkglint') 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 % -- cgit v1.2.3