From 91df845178d97a232abdf021e126f56db4a85977 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 30 Mar 2004 01:51:18 +0000 Subject: Regen patches to make GNU patch happy. --- graphics/tkpiechart/distinfo | 6 +++--- graphics/tkpiechart/patches/patch-ac | 13 +++++-------- graphics/tkpiechart/patches/patch-ad | 11 +++++++---- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'graphics') diff --git a/graphics/tkpiechart/distinfo b/graphics/tkpiechart/distinfo index 57082805b0b..3a1e7441475 100644 --- a/graphics/tkpiechart/distinfo +++ b/graphics/tkpiechart/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:27 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/03/30 01:51:18 minskim Exp $ SHA1 (tkpiechart-5.4.tar.gz) = 20f0b07f7421311c58b845e3ee4842411b3de87a Size (tkpiechart-5.4.tar.gz) = 45341 bytes -SHA1 (patch-ac) = 7f4dbb5afe5e8173de644a9c895ddab4163a630e -SHA1 (patch-ad) = 4947e8062164262b4028442d54fd2712766aa243 +SHA1 (patch-ac) = 0176a50b0324654c1b3396bca57e9337e48e0533 +SHA1 (patch-ad) = 4b1349e0c652ae5ee324d3bcd318077187ef4ec0 SHA1 (patch-ae) = b9ea234844b67c038c5e131880e6afe535453790 SHA1 (patch-af) = b5b7d00f4d18e93b90bc4408218bc19412ec7d41 diff --git a/graphics/tkpiechart/patches/patch-ac b/graphics/tkpiechart/patches/patch-ac index 836d0853d3b..9fe33719aa5 100644 --- a/graphics/tkpiechart/patches/patch-ac +++ b/graphics/tkpiechart/patches/patch-ac @@ -1,17 +1,14 @@ -$NetBSD: patch-ac,v 1.5 2000/08/30 21:38:44 tron Exp $ +$NetBSD: patch-ac,v 1.6 2004/03/30 01:51:18 minskim Exp $ ---- demo.orig Wed Aug 30 16:47:27 2000 -+++ demo Wed Aug 30 16:49:34 2000 -@@ -6,10 +6,10 @@ +--- demo.orig 2000-03-26 04:21:54.000000000 -0600 ++++ demo +@@ -6,3 +6,3 @@ set rcsId {$Id: demo,v 1.42.1.1 2000/03/ -if {[catch {package require stooop 3.7}]} { +if {[catch {package require stooop}]} { # in case stooop package is not installed - source stooop.tcl - } +@@ -11,3 +11,3 @@ if {[catch {package require stooop 3.7}] namespace import stooop::* -if {[catch {package require switched 1.4}]} { +if {[catch {package require switched}]} { # in case switched package is not installed - source switched.tcl - } diff --git a/graphics/tkpiechart/patches/patch-ad b/graphics/tkpiechart/patches/patch-ad index dd2375faed3..6d02d2606f3 100644 --- a/graphics/tkpiechart/patches/patch-ad +++ b/graphics/tkpiechart/patches/patch-ad @@ -1,10 +1,13 @@ -$NetBSD: patch-ad,v 1.2 2000/08/30 21:32:16 tron Exp $ +$NetBSD: patch-ad,v 1.3 2004/03/30 01:51:18 minskim Exp $ ---- demo.tcl.orig Wed Aug 30 16:47:32 2000 -+++ demo.tcl Wed Aug 30 16:50:00 2000 -@@ -619,4 +619,4 @@ +--- demo.tcl.orig 2000-03-26 04:21:55.000000000 -0600 ++++ demo.tcl 2004-03-29 19:40:26.000000000 -0600 +@@ -619,7 +619,7 @@ } } namespace import stooop::* -if {[catch {package require switched 1.4}]} { +if {[catch {package require switched}]} { + set rcsId {$Id: patch-ad,v 1.3 2004/03/30 01:51:18 minskim Exp $} + + package provide switched [lindex {$Revision: 1.3 $} 1] -- cgit v1.2.3