diff options
author | tron <tron> | 2000-08-30 21:32:16 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-30 21:32:16 +0000 |
commit | 3bea1d7063d5fb50aca504e14f7c095c3009fe11 (patch) | |
tree | 0f78f00a5c1424130bb89937e6067b2c486d68da /graphics | |
parent | 4e951085daa7274bdc4de6eab48d1984f90681df (diff) | |
download | pkgsrc-3bea1d7063d5fb50aca504e14f7c095c3009fe11.tar.gz |
Remove line with RCS Id so that patch applies cleanly after it was
committed to the repository.
Diffstat (limited to 'graphics')
-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] |