summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbad <bad>2007-08-21 09:49:06 +0000
committerbad <bad>2007-08-21 09:49:06 +0000
commit46ba5d696d66d4df4902b478d0f7df87aae2c8a4 (patch)
treeb5177f4976f516e127ea7f594aac0f7526f7d49c
parentc380e490443ac6652b03049e5e371428bbe403b8 (diff)
downloadpkgsrc-46ba5d696d66d4df4902b478d0f7df87aae2c8a4.tar.gz
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.
-rw-r--r--devel/svk/Makefile8
-rw-r--r--devel/svk/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile
index f235a6d4a6a..e52b1019465 100644
--- a/devel/svk/Makefile
+++ b/devel/svk/Makefile
@@ -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-URI>=1.30:../../www/p5-URI
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 --git a/devel/svk/distinfo b/devel/svk/distinfo
index f49b523bd28..831bcf9708e 100644
--- a/devel/svk/distinfo
+++ b/devel/svk/distinfo
@@ -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