summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authortnn <tnn>2015-03-07 15:33:21 +0000
committertnn <tnn>2015-03-07 15:33:21 +0000
commit4eba5843d9ac5cd34f063412ad6a1888ca23e590 (patch)
treef75cb6fc19e879716eaba2c579db40dc84d4b985 /pkgtools/pkglint
parent41c66e85b5842376025e1346f4954eb0c72b82a0 (diff)
downloadpkgsrc-4eba5843d9ac5cd34f063412ad6a1888ca23e590.tar.gz
add TODO item for warning about MASTER_SITES containing github.com.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index cc640b971db..242ef175e2d 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.79 2014/10/08 19:19:43 rillig Exp $
+$NetBSD: TODO,v 1.80 2015/03/07 15:33:21 tnn 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.
@@ -37,3 +37,5 @@ include the name of an example package where a warning should occur.
example, devel/p5-Net-LDAP and devel/p5-Net-ldap should be considered
different paths.
* Warn about using REPLACE_PYTHON without including application.mk.
+* Warn about MASTER_SITES containing "github.com", point user to
+ make help topic=github. Also don't complain about GH_* variables.