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 to 0.54.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e782fd6d4df
branches:  trunk
changeset: 487566:7e782fd6d4df
user:      epg <epg%pkgsrc.org@localhost>
date:      Sun Jan 16 22:35:21 2005 +0000

description:
Update to 0.54.
Add missing p5-SVN-Simple>=0.26 dependency.

Upstream changes:

[Changes for 0.54 - Jan 10, 2005]

* Don't requires BSD::Resources.

[Changes for 0.53 - Jan 9, 2005]

* Fix the case that a mirror anchor is intially created on remote
  by a copy of its parent directory.

* Use simple editor for 'R'-only changes too.

* Fix a regression that simple copies are invoking full tree delta with
  reporter.

[Changes for 0.52 - Dec 29, 2004]

* Workaround ra_dav memory leaks.

* Fix an annoying bug that prevents most of the cases mirroring a
  branch only.

[Changes for 0.51 - Dec 20, 2004]

* Get the real last-modified revision.  This fixes skip-to mirroring.

* mod_dav_svn doesn't like ra connection anchored at root to do
  check_path.  Use check_path on the first ra session instead.

* regex cleanups; in particular, regex metacharacters in paths
  are now properly mirrored. [Autrijus]

diffstat:

 devel/p5-SVN-Mirror/Makefile |  6 +++---
 devel/p5-SVN-Mirror/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r b63c864cdbdc -r 7e782fd6d4df devel/p5-SVN-Mirror/Makefile
--- a/devel/p5-SVN-Mirror/Makefile      Sun Jan 16 22:28:40 2005 +0000
+++ b/devel/p5-SVN-Mirror/Makefile      Sun Jan 16 22:35:21 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:02 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/16 22:35:21 epg Exp $
 
-DISTNAME=      SVN-Mirror-0.50
+DISTNAME=      SVN-Mirror-0.54
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
 
@@ -15,6 +14,7 @@
 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
 
 USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/SVN/Mirror/.packlist
diff -r b63c864cdbdc -r 7e782fd6d4df devel/p5-SVN-Mirror/distinfo
--- a/devel/p5-SVN-Mirror/distinfo      Sun Jan 16 22:28:40 2005 +0000
+++ b/devel/p5-SVN-Mirror/distinfo      Sun Jan 16 22:35:21 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/11/11 18:01:41 epg Exp $
+$NetBSD: distinfo,v 1.4 2005/01/16 22:35:21 epg Exp $
 
-SHA1 (SVN-Mirror-0.50.tar.gz) = d2883f521acf08cf96a3019d9a46b08c9aeec19d
-Size (SVN-Mirror-0.50.tar.gz) = 107904 bytes
+SHA1 (SVN-Mirror-0.54.tar.gz) = 56df7685c5a22d122743ce693692eecd8056fcf6
+Size (SVN-Mirror-0.54.tar.gz) = 108747 bytes



Home | Main Index | Thread Index | Old Index