pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/svk Update to 0.29.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dff3af21d18d
branches:  trunk
changeset: 488482:dff3af21d18d
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Feb 02 03:05:16 2005 +0000

description:
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:

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

diffs (32 lines):

diff -r dab4d1e4c717 -r dff3af21d18d devel/svk/Makefile
--- a/devel/svk/Makefile        Wed Feb 02 03:03:10 2005 +0000
+++ b/devel/svk/Makefile        Wed Feb 02 03:05:16 2005 +0000
@@ -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-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 -r dab4d1e4c717 -r dff3af21d18d devel/svk/distinfo
--- a/devel/svk/distinfo        Wed Feb 02 03:03:10 2005 +0000
+++ b/devel/svk/distinfo        Wed Feb 02 03:05:16 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index