summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2010-03-11 20:54:19 +0000
committerrillig <rillig>2010-03-11 20:54:19 +0000
commitb0bb2fd5346a16d5c484b4a64282bdfdbaaf041e (patch)
tree30610c8873f6681b9afc4cc8da94ad1b121fe1e4 /pkgtools
parentceade2852413e8a3d8e7d2fbb9f8e1942c3012d1 (diff)
downloadpkgsrc-b0bb2fd5346a16d5c484b4a64282bdfdbaaf041e.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/Makefile7
-rw-r--r--pkgtools/pkglint/TODO3
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
%