Subject: pkg/34440: [update] devel/tkdiff
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/31/2006 09:25:01
>Number:         34440
>Category:       pkg
>Synopsis:       [update] devel/tkdiff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 31 09:25:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 4.1.3                                                                                                                                                
                                                                                                                                                                 
- Changelog                                                                                                                                                      
       * 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. Tk8.4
                                                                                                                                                
                 
                                                                                                                                                                 
                                                                         


>How-To-Repeat:





>Fix:


--- tkdiff.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/tkdiff/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	22 Apr 2006 09:22:08 -0000	1.19
+++ Makefile	30 Aug 2006 18:37:02 -0000
@@ -2,8 +2,7 @@
 #
 
 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
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/tkdiff/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	5 Mar 2005 14:59:28 -0000	1.7
+++ distinfo	30 Aug 2006 18:35:07 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.7 2005/03/05 14:59:28 minskim 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
--- tkdiff.diff ends here ---