pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/svk Update SVK to 2.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b262273bb25b
branches:  trunk
changeset: 532495:b262273bb25b
user:      bad <bad%pkgsrc.org@localhost>
date:      Tue Aug 21 09:49:06 2007 +0000

description:
Update SVK to 2.0.2.

The changee since 2.0.1 are:
  Mirror subsystem
    * be more friendly when trying to relocating incorrect mirror path.
  Merge subsystem
    * Fix a problem when repeatedly merging renames tracked with
      --track-renames, and when merging back such files.
    * Fix the "file not found at revision 0" bug when smerge to a
      mirror where copy source is not normalized.
    * Fix a bug that deletes inside copies aren't properly merged
      across branches even the status output says so.
    * Fix a bug when merging copies across branches we be using
      incorrect dst revision causing "file not found at revision 0".
    * Fix a bug where copies outside the mirror source across merge
      are not expanded as non-copies.
    * Fix an inconsistency for smerge -IC behaviour when the base is
      a txn path.
  Pullyu
    * properly translate to local path when mirroring remote root.
    * Fix pullyu for translating "included" records, which are
      replaced entries.
  Others
    * Improve error reporting when failed to save config.
    * Perl 5.9.5 compatibility fixes.
    * Work around a problem that push -P might be using outdated
      memory pool.
    * svk diff -r:123 should report invalid -r rather than blow up.
    * Add -i as shorthand for --interactive in svk ci.
    * Various win32 fixes.
    * Various i18n fixes.

diffstat:

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

diffs (36 lines):

diff -r 36bb4f41e54d -r b262273bb25b devel/svk/Makefile
--- a/devel/svk/Makefile        Tue Aug 21 07:11:42 2007 +0000
+++ b/devel/svk/Makefile        Tue Aug 21 09:49:06 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2007/06/02 11:36:50 bad Exp $
+# $NetBSD: Makefile,v 1.26 2007/08/21 09:49:06 bad Exp $
 
-DISTNAME=      SVK-v2.0.1
-PKGNAME=       svk-2.0.1
-PKGREVISION=   1
+DISTNAME=      SVK-v2.0.2
+PKGNAME=       svk-2.0.2
 CATEGORIES=    devel perl5 scm
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
 
@@ -47,6 +46,7 @@
 DEPENDS+=      p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
 DEPENDS+=      p5-YAML-Syck>=0.60:../../textproc/p5-YAML-Syck
 DEPENDS+=      p5-version>=0.68:../../devel/p5-version
+BUILDDEPNDS+=  p5-Test-More>=0.42:../../devel/p5-Test-More
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 36bb4f41e54d -r b262273bb25b devel/svk/distinfo
--- a/devel/svk/distinfo        Tue Aug 21 07:11:42 2007 +0000
+++ b/devel/svk/distinfo        Tue Aug 21 09:49:06 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2007/06/02 11:36:50 bad Exp $
+$NetBSD: distinfo,v 1.12 2007/08/21 09:49:07 bad Exp $
 
-SHA1 (SVK-v2.0.1.tar.gz) = 5d2d4b21f24c9fb36a241ac1dec91ac0a85f2acf
-RMD160 (SVK-v2.0.1.tar.gz) = c6d530595f14e13177ca40d0215c092846474f29
-Size (SVK-v2.0.1.tar.gz) = 436832 bytes
+SHA1 (SVK-v2.0.2.tar.gz) = 8d691c6e6b914e5b8e71ba75dee60b61fe90e54f
+RMD160 (SVK-v2.0.2.tar.gz) = 5eeaa465355cd3026f7230b120d83051705fc86d
+Size (SVK-v2.0.2.tar.gz) = 445041 bytes



Home | Main Index | Thread Index | Old Index