diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 21:12:03 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 21:12:03 +0000 |
commit | a335a55aced5e6933285fecfc7eb78fea2e08726 (patch) | |
tree | bddc13a8f41829718b913b1f937128ba8c08ed8a /misc/wmstock/files/patch-aa | |
parent | Update to 0.7.1. (diff) |
move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote
PR: 59357
Submitted by: linimon
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=98827
Diffstat (limited to 'misc/wmstock/files/patch-aa')
-rw-r--r-- | misc/wmstock/files/patch-aa | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/wmstock/files/patch-aa b/misc/wmstock/files/patch-aa deleted file mode 100644 index 2cd644f1a901..000000000000 --- a/misc/wmstock/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- getquote Sun May 14 13:28:49 2000 -+++ getquote.new Sat May 20 01:37:30 2000 -@@ -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 @@ - # - - $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 @@ - $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; - |