diff options
author | epg <epg@pkgsrc.org> | 2005-05-09 22:33:25 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-05-09 22:33:25 +0000 |
commit | 81d6ab799bf4a9759641862e8d6531465e2dcaec (patch) | |
tree | 750b26aa298352c9eb6293f64dd49a4d90f054bc /devel/p5-SVN-Mirror/Makefile | |
parent | 32fe212052071400b10228e2d1a005c6db5bd391 (diff) | |
download | pkgsrc-81d6ab799bf4a9759641862e8d6531465e2dcaec.tar.gz |
Update to 0.60.
Upstream changes:
[Changes for 0.60 - Apr 29, 2005]
* When doing get_latest_rev with 1.1.x, reset offset if it went below 0.
[Marcus Rueckert <darix@irssi.org>]
* Fix uuid checking in --relocate. [Marcus Rueckert <darix@irssi.org>]
[Changes for 0.59 - Apr 25, 2005]
* Doc fixes. [Mathias Hennersdorf <henner@tty.ch>]
* Fix a bad path translation in has_local.
[Changes for 0.58 - Apr 18, 2005]
* Fix edge case in local copy_source resolution and unresolvable source.
* Remove bogus path translation in delete_entry that might result in segfaults.
[Changes for 0.57 - Mar 29, 2005]
* API catchup for latest svn-trunk.
* Fix a bug that non-interesting changed paths are not properly
filtered.
* Proper locking for concurrent mirror object load and sync.
Diffstat (limited to 'devel/p5-SVN-Mirror/Makefile')
-rw-r--r-- | devel/p5-SVN-Mirror/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index 93dfa90640c..d2b006857f8 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:34 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/09 22:33:25 epg Exp $ -DISTNAME= SVN-Mirror-0.56 +DISTNAME= SVN-Mirror-0.60 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -10,7 +10,7 @@ COMMENT= Mirrors one Subversion repository to another PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= p5-subversion>=1.0.4:../../devel/p5-subversion +DEPENDS+= p5-subversion>=1.0.7:../../devel/p5-subversion 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 |