diff options
author | epg <epg@pkgsrc.org> | 2005-02-02 03:05:16 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-02-02 03:05:16 +0000 |
commit | f64bd160a3f864bed5f58c8829e046da347503ad (patch) | |
tree | 4cd6a68629b42790a7aeb50a7cd717bde3a9b66c /devel | |
parent | ed501b5cb242e04e34d54d61b98ef2a61d4e634e (diff) | |
download | pkgsrc-f64bd160a3f864bed5f58c8829e046da347503ad.tar.gz |
Update to 0.29.
Update p5-SVN-Mirror dependency to 0.55.
Upstream changes:
[Changes for 0.29 - 1 Feb, 2005]
* New copy_ancestors implementation for speeding up merge base lookup
and svk info.
* Publish node signature in SVK::Editor::XD update mode. This makes
svk st fast the first time after checkout.
* Partially support remote copies that cross mirror anchors.
* Implement svk ci -F (and in other commands that do commit), to read
log message from a file.
* "at / ay" in svk resolve are now "safe": they will accept the
non-conflicting chunks from the other side, instead of overwriting
them with theirs/yours version. [Autrijus]
* get_prompt() now uses Term::ReadKey to always read from the
interactive terminal; this solves the problem of eg. "svk patch -P
- < foo.patch" clobbering the interaction. [Autrijus]
* Autovivification for mirrors now take sane defaults. [Autrijus]
* Add -C|--check-only to svk update. [Jody Belka]
* Dangling Conflict items are now reported.
* Fix a problem that 'g'-merged properties are still scheduled on
checkout.
* Fix a problem that an already deleted directory from checkout is
usable to be rm'ed.
* Many other minor fixes regarding error message and usability.
* General code cleanups.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/svk/Makefile | 6 | ||||
-rw-r--r-- | devel/svk/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile index 1047ee3f7cf..3cbbeeb605d 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2005/01/16 22:39:50 epg Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/02 03:05:16 epg Exp $ -DISTNAME= SVK-0.28 +DISTNAME= SVK-0.29 PKGNAME= ${DISTNAME:S/SVK/svk/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -34,7 +34,7 @@ DEPENDS+= p5-PerlIO-via-symlink>=0.02:../../devel/p5-PerlIO-via-symlink DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple DEPENDS+= p5-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish -DEPENDS+= p5-SVN-Mirror>=0.53:../../devel/p5-SVN-Mirror +DEPENDS+= p5-SVN-Mirror>=0.55:../../devel/p5-SVN-Mirror DEPENDS+= p5-SVN-Simple>=0.26:../../devel/p5-SVN-Simple DEPENDS+= p5-TimeDate>=1.14:../../time/p5-TimeDate DEPENDS+= p5-URI>=1.30:../../www/p5-URI diff --git a/devel/svk/distinfo b/devel/svk/distinfo index 8d912999215..7048d2f21c0 100644 --- a/devel/svk/distinfo +++ b/devel/svk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/01/16 22:39:50 epg Exp $ +$NetBSD: distinfo,v 1.5 2005/02/02 03:05:16 epg Exp $ -SHA1 (SVK-0.28.tar.gz) = 0d8ceceed682678fa52ae416d5eb2319e50f4ba5 -Size (SVK-0.28.tar.gz) = 199751 bytes +SHA1 (SVK-0.29.tar.gz) = 67f5610c71616cf4df5cab08e57ceb980e0e63bc +Size (SVK-0.29.tar.gz) = 206378 bytes |