diff options
author | epg <epg> | 2004-11-06 23:01:06 +0000 |
---|---|---|
committer | epg <epg> | 2004-11-06 23:01:06 +0000 |
commit | 41bef08da795ab86068e78bc468c753066233954 (patch) | |
tree | 8df42522781ee65de5ce5e023622f094231a573e /devel | |
parent | e4c249d7f16d1768dd2529bc17d082d03210ba1a (diff) | |
download | pkgsrc-41bef08da795ab86068e78bc468c753066233954.tar.gz |
Update to 0.49.
[Changes for 0.49 - Oct 17, 2004]
* Copy-following-delete was not marked as is_copy properly. [Autrijus]
* Win32API::GUID support on win32. [Autrijus]
* Florian Weimer reported that repeated sync of an empty mirror
source will result in redundant local revisions. Fix it by
always "touching" the add_directory() call, regardless of
whether anything was actually updated locally. [Autrijus]
[Changes for 0.48 - Oct 4, 2004]
* New: relocate. [Autrijus]
* Use fsfs as SVNFSTYPE when using svn 1.1.
* Fix delete and upgrade on win32. [Autrijus]
* Support arch vcp source driver.
* Fix find_local_rev cache that assumes uses the same cache for
different target repositories.
* Fix an incorret pool used in _new_auth with wrong life time.
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 3d5c83a33c5..66911ca0b80 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:15 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/06 23:01:06 epg Exp $ -DISTNAME= SVN-Mirror-0.47 +DISTNAME= SVN-Mirror-0.49 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 9fcf031cb1d..701c276a5d6 100644 --- a/devel/p5-SVN-Mirror/distinfo +++ b/devel/p5-SVN-Mirror/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:15 epg Exp $ +$NetBSD: distinfo,v 1.2 2004/11/06 23:01:06 epg Exp $ -SHA1 (SVN-Mirror-0.47.tar.gz) = c2d7ee022eced9df332b66cb5c0878d59977e8b5 -Size (SVN-Mirror-0.47.tar.gz) = 105918 bytes +SHA1 (SVN-Mirror-0.49.tar.gz) = ceee156b0f01feacad6273e560fac50490d86385 +Size (SVN-Mirror-0.49.tar.gz) = 107962 bytes |