diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 23:06:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 23:06:31 +0000 |
commit | 525b5cce8ae14bf70ceb2570525a75c8c1ee3ced (patch) | |
tree | 8e8f2c5026cc7254789c2ce8b1665c923fa2defd /devel | |
parent | 2b6c35332e76ae6e5e163b9ea9bdc382ec67946b (diff) | |
download | pkgsrc-525b5cce8ae14bf70ceb2570525a75c8c1ee3ced.tar.gz |
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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Dump/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-SVN-Dump/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-SVN-Dump/Makefile b/devel/p5-SVN-Dump/Makefile index 952a079acc6..8cf0f539612 100644 --- a/devel/p5-SVN-Dump/Makefile +++ b/devel/p5-SVN-Dump/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/08/14 12:26:34 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/16 23:06:31 wiz Exp $ -DISTNAME= SVN-Dump-0.04 +DISTNAME= SVN-Dump-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 scm MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/} diff --git a/devel/p5-SVN-Dump/distinfo b/devel/p5-SVN-Dump/distinfo index c303351686e..73e304a94f0 100644 --- a/devel/p5-SVN-Dump/distinfo +++ b/devel/p5-SVN-Dump/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/09/04 11:15:43 sno Exp $ +$NetBSD: distinfo,v 1.2 2011/08/16 23:06:31 wiz Exp $ -SHA1 (SVN-Dump-0.04.tar.gz) = 20ba53a5cb7db1f01c67a529a83b50bd8ede84b7 -RMD160 (SVN-Dump-0.04.tar.gz) = ce892a300ffd404ec9892657e5af0b40a18b94ef -Size (SVN-Dump-0.04.tar.gz) = 18637 bytes +SHA1 (SVN-Dump-0.05.tar.gz) = d2e92a47fb67267e3f83dc87e2f37ead5f5c10cc +RMD160 (SVN-Dump-0.05.tar.gz) = 2e9ac1689e17f344e8506d35d39e61a97429ab7a +Size (SVN-Dump-0.05.tar.gz) = 28976 bytes |