diff options
author | kim <kim@pkgsrc.org> | 2000-05-01 03:35:01 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-05-01 03:35:01 +0000 |
commit | fb44c3a23587ce77814dfbde1f9397271e14abd9 (patch) | |
tree | d910428e470ccae3e0af946ad03a967ffed780e4 /misc | |
parent | 024d08139bfa867d147d8641a6600be80c57b65a (diff) | |
download | pkgsrc-fb44c3a23587ce77814dfbde1f9397271e14abd9.tar.gz |
I had managed to get an RCS string into patch-ad ...
Diffstat (limited to 'misc')
-rw-r--r-- | misc/remind/files/patch-sum | 4 | ||||
-rw-r--r-- | misc/remind/patches/patch-ad | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/remind/files/patch-sum b/misc/remind/files/patch-sum index a72bfe80019..df7cfd3754d 100644 --- a/misc/remind/files/patch-sum +++ b/misc/remind/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.5 2000/03/17 20:55:04 kim Exp $ +$NetBSD: patch-sum,v 1.6 2000/05/01 03:35:01 kim Exp $ MD5 (patch-ab) = d8077f40b413b94299bc6fcc1e52d8d8 MD5 (patch-ac) = 5e27d2f4831041bea2886f8dfac8a60a -MD5 (patch-ad) = bb03aa2341a43db8dac91b65c9ec3939 +MD5 (patch-ad) = 86304a2116ce8a8d3903151638566b6c MD5 (patch-ae) = c07a1cace7f1cf070bb6064823c0fe7b diff --git a/misc/remind/patches/patch-ad b/misc/remind/patches/patch-ad index 03d90bc7620..feb025fdac7 100644 --- a/misc/remind/patches/patch-ad +++ b/misc/remind/patches/patch-ad @@ -1,13 +1,11 @@ -$NetBSD: patch-ad,v 1.1 2000/03/17 20:48:56 kim Exp $ +$NetBSD: patch-ad,v 1.2 2000/05/01 03:35:02 kim Exp $ --- scripts/cm2rem.tcl.orig Thu Feb 17 22:45:38 2000 -+++ scripts/cm2rem.tcl Fri Mar 17 15:09:08 2000 -@@ -16,7 +16,7 @@ - # $Id: patch-ad,v 1.1 2000/03/17 20:48:56 kim Exp $ ++++ scripts/cm2rem.tcl Sun Apr 30 23:32:07 2000 +@@ -17,5 +17,5 @@ # the next line restarts using tclsh \ -exec tclsh "$0" "$@" +exec @TCLSH@ "$0" "$@" set i 0 - foreach month {January February March April May June |