diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-21 22:21:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-21 22:21:23 +0000 |
commit | 189119cff6273cc91293f75590712886758f1fd6 (patch) | |
tree | 06440a3dffa7af6acf84b2362e7321c3f2828d8b /devel | |
parent | efa393b4f3ea9a162bee5b3fe7991f9f9549a86d (diff) | |
download | pkgsrc-189119cff6273cc91293f75590712886758f1fd6.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/tkdiff/Makefile | 5 | ||||
-rw-r--r-- | devel/tkdiff/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/tkdiff/Makefile b/devel/tkdiff/Makefile index 255dc8878c1..8de017dedfb 100644 --- a/devel/tkdiff/Makefile +++ b/devel/tkdiff/Makefile @@ -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 --git a/devel/tkdiff/distinfo b/devel/tkdiff/distinfo index d8b58abf308..7096e94b461 100644 --- a/devel/tkdiff/distinfo +++ b/devel/tkdiff/distinfo @@ -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 |