summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgdt <gdt>2007-01-11 19:09:50 +0000
committergdt <gdt>2007-01-11 19:09:50 +0000
commit2d436776e058b8cd95e3cad4629d4b34da25d52e (patch)
treee0383fee22b39529939726a9cfbb1d35eda476bd /pkgtools
parentc1c6f8beb5ffe6736d57be2fc4f8b47c2d72801e (diff)
downloadpkgsrc-2d436776e058b8cd95e3cad4629d4b34da25d52e.tar.gz
* Warn if LICENSE/RESTRICTED/NO_*_ON_* are misordered.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index c5c66b29fc0..267a4e19957 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.54 2007/01/11 18:39:34 joerg Exp $
+$NetBSD: TODO,v 1.55 2007/01/11 19:09:50 gdt 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.
@@ -38,3 +38,5 @@ include the name of an example package where a warning should occur.
problem ==> use of ${APPEND_ELF}
* Packages including lang/python/extension.mk must follow the Python version
scheme. Enforcing PYPKGPREFIX for those is most likely a good idea.
+* Warn if LICENSE/RESTRICTED/NO_*_ON_* are misordered.
+