diff options
author | epg <epg@pkgsrc.org> | 2005-01-16 22:35:21 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-01-16 22:35:21 +0000 |
commit | 5dcfdfe8b082156293b0edf5b166d7c3cb5e33c0 (patch) | |
tree | e71d4a15dac8cf7b244ea7ef7dad4476457854bc /devel | |
parent | 8804a27191fada886062debfac81061f8001bbb8 (diff) | |
download | pkgsrc-5dcfdfe8b082156293b0edf5b166d7c3cb5e33c0.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Mirror/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-SVN-Mirror/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index 37c5441b37b..084c4abcf8f 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -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-subversion>=1.0.4:../../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 +DEPENDS+= p5-SVN-Simple>=0.26:../../devel/p5-SVN-Simple USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SVN/Mirror/.packlist diff --git a/devel/p5-SVN-Mirror/distinfo b/devel/p5-SVN-Mirror/distinfo index f95ba30e2ce..b72cb7fb6b0 100644 --- a/devel/p5-SVN-Mirror/distinfo +++ b/devel/p5-SVN-Mirror/distinfo @@ -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 |