diff options
author | tron <tron> | 2000-08-30 21:25:55 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-30 21:25:55 +0000 |
commit | 3d6aa73644f6dae221eaad79a50f38d4076faff2 (patch) | |
tree | 95e493bc683073cae476f3d0820fca072cc5b16c /graphics | |
parent | 7a8edc4bf4ef3570c6607ac6e61e674aa1dc4b90 (diff) | |
download | pkgsrc-3d6aa73644f6dae221eaad79a50f38d4076faff2.tar.gz |
Defuzz patch file.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tkpiechart/patches/patch-ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/tkpiechart/patches/patch-ac b/graphics/tkpiechart/patches/patch-ac index fad376d9f0d..8982cdeba63 100644 --- a/graphics/tkpiechart/patches/patch-ac +++ b/graphics/tkpiechart/patches/patch-ac @@ -1,8 +1,10 @@ ---- demo.orig Wed Aug 30 16:47:27 2000 -+++ demo Wed Aug 30 16:49:34 2000 +$NetBSD: patch-ac,v 1.2 2000/08/30 21:25:55 tron Exp $ + +--- demo.orig Wed Aug 30 23:15:05 2000 ++++ demo Wed Aug 30 23:15:19 2000 @@ -4,12 +4,12 @@ - set rcsId {$Id: patch-ac,v 1.1 2000/08/30 21:04:54 jwise Exp $} + set rcsId {$Id: patch-ac,v 1.2 2000/08/30 21:25:55 tron Exp $} -if {[catch {package require stooop 3.7}]} { +if {[catch {package require stooop}]} { |