head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.18.09.11.14; author pho; state Exp; branches; next ; commitid ZaHTZkoii5NmXb7G; desc @@ 1.1 log @misc/gkrellm-weather: Update to 2.0.8 pkgsrc changes: * Updated NOAA link to weather information [PR pkg/51463] * Removed HOMEPAGE and MASTER_SITES. The upstream has once moved to https://sites.google.com/site/makovick/gkrellm-plugins but it has disappeared again along with the original distfile. I took a backup tarball from Debian, audited it, and put it in LOCAL_PORTS. upstream changes: 2.0.8 * fixed sprintf buffer overflows @ text @$NetBSD$ Update NOAA link to weather information. --- GrabWeather.orig 2025-08-18 08:37:52.396300032 +0000 +++ GrabWeather @@@@ -12,7 +12,8 @@@@ $ReportDir = '.wmWeatherReports'; #$WeatherSrc = 'ftp://weather.noaa.gov/data/observations/metar/decoded'; -$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded'; +#$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded'; +$WeatherSrc = 'http://tgftp.nws.noaa.gov/data/observations/metar/decoded'; use strict; use vars qw( $ReportDir $WeatherSrc ); @