Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id C129763B8E6 for ; Tue, 28 Aug 2012 12:12:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E95614A36F; Tue, 28 Aug 2012 12:12:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0550A14A36D for ; Tue, 28 Aug 2012 12:12:28 +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 SmuJeRb1sT5p for ; Tue, 28 Aug 2012 12:12:26 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6410314A36C for ; Tue, 28 Aug 2012 12:12:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4F985175DD; Tue, 28 Aug 2012 12:12:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 28 Aug 2012 12:12:26 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/pkgtools/pkg_chk To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20120828121226.4F985175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: abs Date: Tue Aug 28 12:12:26 UTC 2012 Modified Files: pkgsrc/pkgtools/pkg_chk: Makefile pkgsrc/pkgtools/pkg_chk/files: pkg_chk.sh Log Message: Updated pkgtools/pkg_chk to 2.0.5 - PR/41321 - handle packages which generate multiple pkgnames from the same pkgdir - e.g. "py{25,26,27}-sqlite3-0nb2.tgz" - Add support for pkg_summary.bz2 and pkg_summary.txt. Preferred order is now pkg_summary.bz2, pkg_summary.gz then pkg_summary.txt - Drop support for old pkg_chk-summary file To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/pkgtools/pkg_chk/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/pkgtools/pkg_chk/files/pkg_chk.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.