pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tkpiechart Regen patches to make GNU patch ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fba6cb668f1a
branches:  trunk
changeset: 471693:fba6cb668f1a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 30 01:51:18 2004 +0000

description:
Regen patches to make GNU patch happy.

diffstat:

 graphics/tkpiechart/distinfo         |   6 +++---
 graphics/tkpiechart/patches/patch-ac |  13 +++++--------
 graphics/tkpiechart/patches/patch-ad |  11 +++++++----
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (62 lines):

diff -r c90cebf5663e -r fba6cb668f1a graphics/tkpiechart/distinfo
--- a/graphics/tkpiechart/distinfo      Tue Mar 30 01:43:55 2004 +0000
+++ b/graphics/tkpiechart/distinfo      Tue Mar 30 01:51:18 2004 +0000
@@ -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 -r c90cebf5663e -r fba6cb668f1a graphics/tkpiechart/patches/patch-ac
--- a/graphics/tkpiechart/patches/patch-ac      Tue Mar 30 01:43:55 2004 +0000
+++ b/graphics/tkpiechart/patches/patch-ac      Tue Mar 30 01:51:18 2004 +0000
@@ -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 -r c90cebf5663e -r fba6cb668f1a graphics/tkpiechart/patches/patch-ad
--- a/graphics/tkpiechart/patches/patch-ad      Tue Mar 30 01:43:55 2004 +0000
+++ b/graphics/tkpiechart/patches/patch-ad      Tue Mar 30 01:51:18 2004 +0000
@@ -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]



Home | Main Index | Thread Index | Old Index