Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id EBE5B63B101 for ; Sat, 16 Feb 2008 22:21:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id A698063B145; Sat, 16 Feb 2008 22:21:36 +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 DA0DF63B121 for ; Sat, 16 Feb 2008 22:21:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CBD8B175BD; Sat, 16 Feb 2008 22:21:35 +0000 (UTC) From: Alan Barrett Subject: CVS commit: pkgsrc/pkgtools/pkgdiff To: pkgsrc-changes@NetBSD.org Reply-To: apb@netbsd.org Message-Id: <20080216222135.CBD8B175BD@cvs.netbsd.org> Date: Sat, 16 Feb 2008 22:21:35 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: apb Date: Sat Feb 16 22:21:35 UTC 2008 Modified Files: pkgsrc/pkgtools/pkgdiff: Makefile pkgsrc/pkgtools/pkgdiff/files: mkpatches.pl patchdiff.pl Log Message: In both mkpatches.pl and patchdiff.pl, ignore a leading "./" when parsing a file name from the "+++" line in an old patch file. (New patch files created by mkpatches do not have "./" in the file name in the "+++" line, but some old patches currently in pkgsrc do have "./" there.) Bump version to 0.120. To generate a diff of this commit: cvs rdiff -r1.64 -r1.65 pkgsrc/pkgtools/pkgdiff/Makefile cvs rdiff -r1.12 -r1.13 pkgsrc/pkgtools/pkgdiff/files/mkpatches.pl cvs rdiff -r1.8 -r1.9 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.