summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-16 22:18:59 +0000
committerrillig <rillig>2006-05-16 22:18:59 +0000
commit3a2dc7a0843413f625c02a3ded9fb4f8c045947d (patch)
treef03a92b99c0b18c3447f01de0d602b608216900a /pkgtools
parente1046ab35f4325f0c42f9084e36672394a8e4d7f (diff)
downloadpkgsrc-3a2dc7a0843413f625c02a3ded9fb4f8c045947d.tar.gz
Updated pkglint to 4.62.
Changes since 4.61: - Bug fixes.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/TODO7
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.