Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B0D3C7ACA4 for ; Tue, 26 Jan 2016 21:10:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2257F85F4A; Tue, 26 Jan 2016 21:10:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4D3C85E1E for ; Tue, 26 Jan 2016 21:10:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bBc8Y52lQC2U for ; Tue, 26 Jan 2016 21:10:42 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 439EB85E81 for ; Tue, 26 Jan 2016 21:10:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42118FBB7; Tue, 26 Jan 2016 21:10:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 26 Jan 2016 21:10:42 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/pkgtools/pkglint To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160126211042.42118FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rillig Date: Tue Jan 26 21:10:42 UTC 2016 Modified Files: pkgsrc/pkgtools/pkglint: Makefile pkgsrc/pkgtools/pkglint/files: main.go mklines.go package.go package_test.go Log Message: Updated pkglint to 5.3.3 Changes since 5.3.2: * The -e, -fs, -F options are advertised even when no warnings and errors occurred. In such a case, there were only notes, and some of these can also be autofixed. * Special handling for autoconf{,213} tools, since mentioning these in USE_TOOLS makes available more than just one tool command. * Downgrades from 1.0nb17 to 1.0 are no longer flagged as warnings. * Files in /wip/mk/ are scanned like all other files, to prevent warnings about undefined or unused variables. To generate a diff of this commit: cvs rdiff -u -r1.478 -r1.479 pkgsrc/pkgtools/pkglint/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/pkglint/files/main.go cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkglint/files/mklines.go cvs rdiff -u -r1.3 -r1.4 pkgsrc/pkgtools/pkglint/files/package.go \ pkgsrc/pkgtools/pkglint/files/package_test.go Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.