diff options
author | tron <tron> | 2000-08-30 21:31:23 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-30 21:31:23 +0000 |
commit | 76d1645f8d9bc1e1e0b336c8dd4cd9013fd15259 (patch) | |
tree | beffa13ccb0b69e20d339c50b652287ad880aaa9 | |
parent | 3d6aa73644f6dae221eaad79a50f38d4076faff2 (diff) | |
download | pkgsrc-76d1645f8d9bc1e1e0b336c8dd4cd9013fd15259.tar.gz |
Defuzz patch file.
-rw-r--r-- | graphics/tkpiechart/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tkpiechart/patches/patch-ac b/graphics/tkpiechart/patches/patch-ac index 8982cdeba63..ed659f68047 100644 --- a/graphics/tkpiechart/patches/patch-ac +++ b/graphics/tkpiechart/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.2 2000/08/30 21:25:55 tron Exp $ +$NetBSD: patch-ac,v 1.3 2000/08/30 21:31:23 tron Exp $ ---- demo.orig Wed Aug 30 23:15:05 2000 -+++ demo Wed Aug 30 23:15:19 2000 +--- demo.orig Wed Aug 30 23:29:59 2000 ++++ demo Wed Aug 30 23:30:23 2000 @@ -4,12 +4,12 @@ - set rcsId {$Id: patch-ac,v 1.2 2000/08/30 21:25:55 tron Exp $} + set rcsId {$Id: patch-ac,v 1.3 2000/08/30 21:31:23 tron Exp $} -if {[catch {package require stooop 3.7}]} { +if {[catch {package require stooop}]} { |