Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9CF6D63BA6F for ; Sun, 4 Jul 2010 22:18:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4806063B101; Sun, 4 Jul 2010 22:18:29 +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 7641363B100 for ; Sun, 4 Jul 2010 22:18:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 64C39175DD; Sun, 4 Jul 2010 22:18:28 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 4 Jul 2010 22:18:28 +0000 From: Steven Drake Subject: CVS commit: pkgsrc/pkgtools/pkgdiff/files To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20100704221828.64C39175DD@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:18:28 UTC 2010 Modified Files: pkgsrc/pkgtools/pkgdiff/files: patchdiff.pl Log Message: 1) Add a space to the second white-space block, when matching filenames as some diff version must uses spaces to separate the filename and timestamp (that or somepeople do cut-n-pasting of patches). 2) add the comma "," to the pattern used to match line numbers, to match POSIX. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 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.