From 1526b8d206ecd95a656fc83d94a0bb09521f2d47 Mon Sep 17 00:00:00 2001 From: bad Date: Wed, 10 Jan 2007 22:02:45 +0000 Subject: Update devel/p5-SVN-Mirror to 0.72. Changes since 0.67: [Changes for 0.72 - Nov 2, 2006] * Use a custom transaction to commit the mirror rev, and have the revision property set via txn for atomicy. * Requires Subversion 1.2.0. [Changes for 0.71 - Oct 3, 2006] * Fix url escape issues for replaced copied source. * Fix a bug in replace with history, where the copy source is related to the current node, but outside the mirror. [Changes for 0.70 - Aug 25, 2006] * More fixes for the new replace code. [Changes for 0.69_3 - Aug 14, 2006] * Fix bugs mirroring revisions containing replace with history, that is from different path. [Changes for 0.69_2 - Aug 14, 2006] * Fix bugs mirroring revisions containing replace with history. * When there is no change, only touch in root. [Changes for 0.69_1 - Jul 22, 2006] * Major overhaul of the mirror editor. [plasma] * When remote repository disallows property reading on '/', fallback to normal mirror. * Workaround different behaviour of ra backends in ra->get_logs start argument, which causes skipto to fail for some repositories. [Changes for 0.68 - Dec 12, 2005] * Escape the copyfrom_path, as that's what is expected by svn api. * Fix a memory leak when mirroring changes with lots of copies. * Fix a problem that there is a replaced item with history that is out of the mirror anchor. --- devel/p5-SVN-Mirror/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'devel/p5-SVN-Mirror') diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index 56c930bcb06..b9417c9903c 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:24 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/10 22:02:45 bad Exp $ -DISTNAME= SVN-Mirror-0.67 +DISTNAME= SVN-Mirror-0.72 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -11,13 +10,13 @@ COMMENT= Mirrors one Subversion repository to another PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= p5-subversion>=1.0.7:../../devel/p5-subversion +DEPENDS+= p5-subversion>=1.2.0:../../devel/p5-subversion DEPENDS+= p5-URI>=1.30:../../www/p5-URI -DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey +DEPENDS+= p5-Term-ReadKey>=2.30:../../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-SVN-Simple>=0.27:../../devel/p5-SVN-Simple DEPENDS+= p5-File-chdir>=0.06:../../devel/p5-File-chdir -DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor +DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor PERL5_PACKLIST= auto/SVN/Mirror/.packlist -- cgit v1.2.3