Update to 7.0.1, per pkg/13864 from Ingolf Steinbach.
Changes since 7.0: By popular demand, made file selection in the main canvas conform more to the Shift-click-adds-range and Ctrl-click-adds-single model. Made the CDE parameter thing more bullet-proof. It shouldn't fail if something is missing now. After a module import, it renames the original directory and checks out into a fresh one. Otherwise, the checkout isn't recursive and you get a lot of "independently added by a second party" messages. Commented out the tkwaits that were causing the commit and merge dialogs to disappear in some window managers. Unfortunately they may have to be un-commented back on some systems, especially Mandrake, which seems to exhibit timing problems sometimes. If a file's log message had a line containing only "=" characters, the logcanvas browser would drop all the revisions that came after it. It will still do it if there are exactly 77 equal signs, but not otherwise.
This commit is contained in:
parent
bd671fcf19
commit
94717ac3db
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.20 2001/07/03 20:59:40 zuntum Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2001/09/14 22:24:16 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tkcvs-7.0
|
||||
DISTNAME= tkcvs-7.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.twobarleycorns.net/ \
|
||||
${MASTER_SITE_SOURCEFORGE:=tkcvs/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/07/03 20:59:40 zuntum Exp $
|
||||
$NetBSD: distinfo,v 1.4 2001/09/14 22:24:16 wiz Exp $
|
||||
|
||||
SHA1 (tkcvs-7.0.tar.gz) = 6fd35b9308c67f1287443c472dbfc9cf2f4b3777
|
||||
Size (tkcvs-7.0.tar.gz) = 222395 bytes
|
||||
SHA1 (tkcvs-7.0.1.tar.gz) = ff96d95c6bdbd2b6b70ac7394da60457dbd909c6
|
||||
Size (tkcvs-7.0.1.tar.gz) = 225320 bytes
|
||||
SHA1 (patch-aa) = 21daa6567d1c36ce0adf3a50ab9b4b231fee92cb
|
||||
|
|
Loading…
Reference in a new issue