summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2016-12-04 15:28:36 +0000
committerrillig <rillig@pkgsrc.org>2016-12-04 15:28:36 +0000
commitca7b482c61f58bd7cef0e8e6f5bee301414300af (patch)
treeed09b2e8fb345da1d55de80b2035ebd46a96b722 /pkgtools/pkglint/Makefile
parentc2caec9fd1882a25821a73eba14a9d1553689250 (diff)
downloadpkgsrc-ca7b482c61f58bd7cef0e8e6f5bee301414300af.tar.gz
Updated pkglint to 5.4.12.
Changes since 5.4.11: * warn when PKGSRC_COMPILER is compared with "==", since it may be a chain of compilers * warn about listing Python .egg-info files directly in PLIST files, since lang/python/egg.mk takes care of this * code cleanup: unify Error{0,1,2,3} into Errorf to make understanding the code easier; use interface{} for MkLine data; use regular expression instead of handwritten matching code, since one line is easier to read than 50
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r--pkgtools/pkglint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 971120b84ad..5cef0a2e074 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.500 2016/11/14 01:08:23 rillig Exp $
+# $NetBSD: Makefile,v 1.501 2016/12/04 15:28:36 rillig Exp $
-PKGNAME= pkglint-5.4.11
+PKGNAME= pkglint-5.4.12
DISTFILES= # none
CATEGORIES= pkgtools
-OWNER= rillig@NetBSD.org
+MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/
COMMENT= Verifier for NetBSD packages
LICENSE= 2-clause-bsd