1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/wmweather/files/patch-ab
Kris Kennaway 9ab530f761 Upgrade to 1.30.1
PR:		10897, 11175
Submitted by:	Jim Mock <jim@phrantic.phear.net>
		Chris Piazza <cpiazza@home.net>
1999-04-19 13:25:14 +00:00

10 lines
449 B
Plaintext

--- GrabWeather.orig Fri Apr 16 14:43:10 1999
+++ GrabWeather Fri Apr 16 14:43:28 1999
@@ -49,7 +49,7 @@
# for some people? Dont know why... (Perhaps they have a ~/.wgetrc file
# that overrides command line options?).
#
- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
+ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
system "$GrabCmd";