summaryrefslogtreecommitdiff
path: root/finance/wmstock/files/patch-getquote
diff options
context:
space:
mode:
Diffstat (limited to 'finance/wmstock/files/patch-getquote')
-rw-r--r--finance/wmstock/files/patch-getquote28
1 files changed, 0 insertions, 28 deletions
diff --git a/finance/wmstock/files/patch-getquote b/finance/wmstock/files/patch-getquote
deleted file mode 100644
index 1fd17392c77e..000000000000
--- a/finance/wmstock/files/patch-getquote
+++ /dev/null
@@ -1,28 +0,0 @@
---- getquote.orig 2000-05-14 17:28:49 UTC
-+++ getquote
-@@ -1,6 +1,6 @@
- #!/usr/bin/perl
-
-- $wget_loc = "wget";
-+ $wget_loc = "fetch";
-
- # used to have some "which" here, replaced it..
-
-@@ -77,7 +77,7 @@ sub get_quote_data
- #
-
- $tempfile = "stock.tmp.$$";
-- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$tempfile \"$URL\"";
-+ $wget_args = " -p -o $home/.wmstock/$tempfile \"$URL\"";
- $command = $wget_loc.$wget_args;
- $result = system ("$wget_loc$wget_args");
- if ($result != 0) {
-@@ -118,7 +118,7 @@ sub look_for_new_version
- $version = $_[0];
- $vtempfile = "newest";
- $vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile";
-- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$vtempfile \"$vers_url\"";
-+ $wget_args = " -p -o $home/.wmstock/$vtempfile \"$vers_url\"";
-
- $command = $wget_loc.$wget_args;
-