Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1654F63CBA4 for ; Tue, 16 Aug 2011 23:06:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EA7D814A3B6; Tue, 16 Aug 2011 23:06:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 020D814A3B2 for ; Tue, 16 Aug 2011 23:06:32 +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 qDJWVHJyw69K for ; Tue, 16 Aug 2011 23:06:31 +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 70ABF14A3AE for ; Tue, 16 Aug 2011 23:06:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5ECE5175DD; Tue, 16 Aug 2011 23:06:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 16 Aug 2011 23:06:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-SVN-Dump To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110816230631.5ECE5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Aug 16 23:06:31 UTC 2011 Modified Files: pkgsrc/devel/p5-SVN-Dump: Makefile distinfo Log Message: Update to 0.05: 0.05 Sat Feb 19 03:51:57 CET 2011 [ENHANCEMENTS] - Add support for Text-content-sha1 node property - Don't create text or property blocks if they don't exist in a dump. (Rocco Caputo) - Add a digest() method to SVN::Dump::Text (Inspired by a patch by Scott MacPhee, RT #56868) - Add support for Text-content-sha1 / Text-copy-source-sha1 (RT #60207) - New option check_digest that will, when reading a non-delta dump, ensure that the content digest are valid - Properly ignore blank lines between records (RT #25467, #28645) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-SVN-Dump/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/p5-SVN-Dump/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.