pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-SVN-Mirror Update devel/p5-SVN-Mirror to 0.72.
details: https://anonhg.NetBSD.org/pkgsrc/rev/78020f94ae51
branches: trunk
changeset: 523642:78020f94ae51
user: bad <bad%pkgsrc.org@localhost>
date: Wed Jan 10 22:02:45 2007 +0000
description:
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.
diffstat:
devel/p5-SVN-Mirror/Makefile | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r aca3e1e120f6 -r 78020f94ae51 devel/p5-SVN-Mirror/Makefile
--- a/devel/p5-SVN-Mirror/Makefile Wed Jan 10 22:00:52 2007 +0000
+++ b/devel/p5-SVN-Mirror/Makefile Wed Jan 10 22:02:45 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index