Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D507063BA6F for ; Sun, 4 Jul 2010 22:20:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7E95B63B101; Sun, 4 Jul 2010 22:20:05 +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 B146563B100 for ; Sun, 4 Jul 2010 22:20:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A0BDB175DD; Sun, 4 Jul 2010 22:20:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 4 Jul 2010 22:20:04 +0000 From: Steven Drake Subject: CVS commit: pkgsrc/pkgtools/pkgdiff To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20100704222004.A0BDB175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sbd Date: Sun Jul 4 22:20:04 UTC 2010 Modified Files: pkgsrc/pkgtools/pkgdiff: Makefile pkgsrc/pkgtools/pkgdiff/files: patchdiff.pl Log Message: Use a single pattern to match changes in the diff header so that a change to the input timestamp/name _and_/or output timestamp _and_/or line numbers changes handled. update version number to 0.123 To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/pkgtools/pkgdiff/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/pkgtools/pkgdiff/files/patchdiff.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.