diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-14 22:24:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-14 22:24:16 +0000 |
commit | 94717ac3db20436b13641314509d6538f253fd79 (patch) | |
tree | 87d327c4a4551e72f4ecfe59d9e734f6d452ef44 /devel/tkcvs | |
parent | bd671fcf197bbe3fda79a07b43ffb0e8f0214d2d (diff) | |
download | pkgsrc-94717ac3db20436b13641314509d6538f253fd79.tar.gz |
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.
Diffstat (limited to 'devel/tkcvs')
-rw-r--r-- | devel/tkcvs/Makefile | 4 | ||||
-rw-r--r-- | devel/tkcvs/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 18c0fcf8ffb..a2b01cdc38d 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -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/} diff --git a/devel/tkcvs/distinfo b/devel/tkcvs/distinfo index ff7112de703..2dd195f52e1 100644 --- a/devel/tkcvs/distinfo +++ b/devel/tkcvs/distinfo @@ -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 |