pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tkdiff Update to tkdiff-4.1.3. Closes PR pkg/34440



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4135b22871f6
branches:  trunk
changeset: 542582:4135b22871f6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed May 21 22:21:23 2008 +0000

description:
Update to tkdiff-4.1.3. Closes PR pkg/34440

4.1.3
 * Fixed incompatibility with older versions of Tcl/Tk ("-state disabled").
 * Applied Warren Jones' subversion patch, which prevents the svn error that
   occurs when you omit a revision number.
4.1.2
 * Can now do "tkdiff OLD-URL[@OLDREV] NEW-URL[@NEWREV]" in Subversion
4.1.1
 * Security patch for temp files (CVE-2005-4434)
4.1
 * Clearcase support
 * Better Subversion support
 * -L command line option allows you to control the labels above the diff
   file panes.
 * tkdiff --help or -h print a usage message for command line without
   invoking the GUI.
 * The New Diff Dialog is expanded so you can specify all the options.
 * The two panes can be resized relative to each other using a sash widget.

diffstat:

 devel/tkdiff/Makefile |  5 ++---
 devel/tkdiff/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9a576422e89a -r 4135b22871f6 devel/tkdiff/Makefile
--- a/devel/tkdiff/Makefile     Wed May 21 21:51:02 2008 +0000
+++ b/devel/tkdiff/Makefile     Wed May 21 22:21:23 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2008/03/03 17:45:37 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2008/05/21 22:21:23 tnn Exp $
 #
 
 DISTNAME=      tkdiff
-PKGNAME=       ${DISTNAME}-4.0.2
-PKGREVISION=   2
+PKGNAME=       ${DISTNAME}-4.1.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tkdiff/}
 EXTRACT_SUFX=  .zip
diff -r 9a576422e89a -r 4135b22871f6 devel/tkdiff/distinfo
--- a/devel/tkdiff/distinfo     Wed May 21 21:51:02 2008 +0000
+++ b/devel/tkdiff/distinfo     Wed May 21 22:21:23 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/03/05 14:59:28 minskim Exp $
+$NetBSD: distinfo,v 1.8 2008/05/21 22:21:23 tnn Exp $
 
-SHA1 (tkdiff-4.0.2/tkdiff.zip) = eb29d8a0b3dc6630d8323c3f55159a0678567dbf
-RMD160 (tkdiff-4.0.2/tkdiff.zip) = 0cd1652e0245a96f8f772a941765601556754927
-Size (tkdiff-4.0.2/tkdiff.zip) = 76369 bytes
+SHA1 (tkdiff-4.1.3/tkdiff.zip) = eb29d8a0b3dc6630d8323c3f55159a0678567dbf
+RMD160 (tkdiff-4.1.3/tkdiff.zip) = 0cd1652e0245a96f8f772a941765601556754927
+Size (tkdiff-4.1.3/tkdiff.zip) = 76369 bytes



Home | Main Index | Thread Index | Old Index