Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2004 15:17:02
Module Name:	pkgsrc
Committed By:	minskim
Date:		Thu Apr 29 15:17:02 UTC 2004

Modified Files:
	pkgsrc/devel/tkcvs: Makefile PLIST distinfo
	pkgsrc/devel/tkcvs/patches: patch-aa
	pkgsrc/doc: CHANGES TODO

Log Message:
Update tkcvs to 7.2.1.

Changes:
- Vendor Merge is back, rehabilitated by Eugene Lee, its author.
- Bug fixes:
  892051 apply the tag ignores user input
  892050 merge changes to current doesn't do that
  (No report) Clear entry containing tag instead of appending, so tag
     doesn't grow if dialog is re-opened.
  Fixed a few problems with defaults in tkcvs_def.tcl.
- The installer no longer hardcodes the library path in tkcvs.  The program
  now figures out where it is at runtime.
- You can now configure how many lines to keep in the trace window with
  $cvscfg(trace_savelines)
- Import dialog has better defaults.  Version default is the same as
  you get if you don't supply the -b option on the command line.
- Don't show stderr in CVS Commit dialog, since if there are many directories
  they may make too much output and make you miss what you were interested in.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/devel/tkcvs/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/tkcvs/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/tkcvs/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/tkcvs/patches/patch-aa
cvs rdiff -r1.5770 -r1.5771 pkgsrc/doc/CHANGES
cvs rdiff -r1.1682 -r1.1683 pkgsrc/doc/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.