diff options
author | epg <epg> | 2004-11-11 18:01:41 +0000 |
---|---|---|
committer | epg <epg> | 2004-11-11 18:01:41 +0000 |
commit | d0380289515135fb5d587cdd90f74aa7ec16f32b (patch) | |
tree | 1e24f3c3f9ac01b12dd4ac1f51353ecdf5738da2 /devel | |
parent | d9550e2f4f2224a5b6b2951df7f27557d81f7c78 (diff) | |
download | pkgsrc-d0380289515135fb5d587cdd90f74aa7ec16f32b.tar.gz |
[Changes for 0.50 - Nov 10, 2004]
* Workaround fsfs/win32 txn_commit bug in close_edit of mirror editor.
[Autrijus]
* Use iter pool for node_history tracing.
* Add trailing /... for vcp source if not exist.
* Use the same auth baton for all ra sessions.
* Hold another reference to merge back editor in addition to
cached_ra, because the callback in merge_back_editor might create
another ra session.
* Ignore signals before calling close_edit, instead of in commit callback.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Mirror/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Mirror/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index 30cc617fd37..1351c348cea 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/11/10 18:09:07 epg Exp $ +# $NetBSD: Makefile,v 1.4 2004/11/11 18:01:41 epg Exp $ -DISTNAME= SVN-Mirror-0.49 +DISTNAME= SVN-Mirror-0.50 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} diff --git a/devel/p5-SVN-Mirror/distinfo b/devel/p5-SVN-Mirror/distinfo index 701c276a5d6..f95ba30e2ce 100644 --- a/devel/p5-SVN-Mirror/distinfo +++ b/devel/p5-SVN-Mirror/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/11/06 23:01:06 epg Exp $ +$NetBSD: distinfo,v 1.3 2004/11/11 18:01:41 epg Exp $ -SHA1 (SVN-Mirror-0.49.tar.gz) = ceee156b0f01feacad6273e560fac50490d86385 -Size (SVN-Mirror-0.49.tar.gz) = 107962 bytes +SHA1 (SVN-Mirror-0.50.tar.gz) = d2883f521acf08cf96a3019d9a46b08c9aeec19d +Size (SVN-Mirror-0.50.tar.gz) = 107904 bytes |