diff options
author | tron <tron@pkgsrc.org> | 2000-08-30 21:32:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-30 21:32:16 +0000 |
commit | c065b0673eea55031988f20cf3520d5512c59bcf (patch) | |
tree | 0f78f00a5c1424130bb89937e6067b2c486d68da /graphics/tkpiechart | |
parent | ed8edc2aa5459c089b48296220cebd8da92ae3df (diff) | |
download | pkgsrc-c065b0673eea55031988f20cf3520d5512c59bcf.tar.gz |
Remove line with RCS Id so that patch applies cleanly after it was
committed to the repository.
Diffstat (limited to 'graphics/tkpiechart')
-rw-r--r-- | graphics/tkpiechart/patches/patch-ad | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/tkpiechart/patches/patch-ad b/graphics/tkpiechart/patches/patch-ad index e24084d84d8..dd2375faed3 100644 --- a/graphics/tkpiechart/patches/patch-ad +++ b/graphics/tkpiechart/patches/patch-ad @@ -1,11 +1,10 @@ +$NetBSD: patch-ad,v 1.2 2000/08/30 21:32:16 tron Exp $ + --- demo.tcl.orig Wed Aug 30 16:47:32 2000 +++ demo.tcl Wed Aug 30 16:50:00 2000 -@@ -619,7 +619,7 @@ +@@ -619,4 +619,4 @@ } } namespace import stooop::* -if {[catch {package require switched 1.4}]} { +if {[catch {package require switched}]} { - set rcsId {$Id: patch-ad,v 1.1 2000/08/30 21:04:54 jwise Exp $} - - package provide switched [lindex {$Revision: 1.1 $} 1] |