From 35ca9728fc77d0d670c2b0d0da9d594bc5c34297 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Sat, 22 Oct 2005 16:56:09 +0000 Subject: Update from 0.60 to 0.66; prerequisite for newer versions of svk [Changes for 0.66 - Aug 18, 2005] * Fix a regression when the mirrored revision has copies from revision numbers outside the path we are mirroring. * Fix a regression since 0.61 for the case that mirror anchor parent was copied from somewhere else. [Changes for 0.65 - Aug 2, 2005] * Fix a bug when mirroring only HEAD with dav/svn-1.2.0 on server. * Performance imporvements on large repositories for revision lookup and meta data lookup. [Sponsored by Fotango] [Changes for 0.64 - Jul 11, 2005] * Make git support load later to avoid circular dependency with svk. [Changes for 0.63 - Jun 28, 2005] * Fix missing dependency - Class::Accessor. [Changes for 0.62 - Jun 22, 2005] * Support HEAD and HEAD-n for --torev [Jody Belka] * Resolve the fromrev from headrev with the relayed source, so for relayed skip-to mirror it won't explode. * When there's replaced directory, properly _enter_copied_path when it's not a copy. * Git support. [Changes for 0.61 - May 8, 2005] * Perform reanchor only on paths involving copies. This fixes kde svn repository problem. * Fix two minor pool usage that causes error on nfs-mounted fsfs (and possibly win32). --- devel/p5-SVN-Mirror/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'devel/p5-SVN-Mirror/Makefile') diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index e9d19645c96..945041a5a65 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:13 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/10/22 16:56:09 sommerfeld Exp $ -DISTNAME= SVN-Mirror-0.60 +DISTNAME= SVN-Mirror-0.66 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -16,6 +15,8 @@ DEPENDS+= p5-URI>=1.30:../../www/p5-URI DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey DEPENDS+= p5-Data-UUID>=0.11:../../devel/p5-Data-UUID DEPENDS+= p5-SVN-Simple>=0.26:../../devel/p5-SVN-Simple +DEPENDS+= p5-File-chdir>=0.06:../../devel/p5-File-chdir +DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor PERL5_PACKLIST= auto/SVN/Mirror/.packlist -- cgit v1.2.3