Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 61E8563BD2C for ; Thu, 21 Feb 2008 12:24:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id DB41763B3F7; Thu, 21 Feb 2008 12:24:44 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1068463B3F0 for ; Thu, 21 Feb 2008 12:24:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DA325175C1; Thu, 21 Feb 2008 12:24:43 +0000 (UTC) From: Roland Illig Subject: CVS commit: pkgsrc/pkgtools/pkglint To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org Message-Id: <20080221122443.DA325175C1@cvs.netbsd.org> Date: Thu, 21 Feb 2008 12:24:43 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: rillig Date: Thu Feb 21 12:24:43 UTC 2008 Modified Files: pkgsrc/pkgtools/pkglint: Makefile Log Message: Updated pkglint to 4.84. Changes since 4.82: - Whenever a Makefile.common is included by another file, that file should be mentioned in the Makefile.common. - Added spell checker for .if directives. - Added warnings for uncommented patches (only for -Wstyle). - Added spell checker for invalid macro names, like __NetBSD_Version. - Deprecated INSTALLATION_DIRS_FROM_PLIST in favor of AUTO_MKDIRS. - Many more small things. To generate a diff of this commit: cvs rdiff -r1.371 -r1.372 pkgsrc/pkgtools/pkglint/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.