Bug 212243 - net/libmateweather: fix METAR functionality
Summary: net/libmateweather: fix METAR functionality
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-gnome (Nobody)
URL: https://bugzilla.gnome.org/show_bug.c...
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-08-29 16:23 UTC by Carlos J. Puga Medina
Modified: 2016-09-29 12:09 UTC (History)
5 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)
cpm: merge-quarterly?


Attachments
patch-fix-metar-functionality (3.09 KB, patch)
2016-08-29 16:23 UTC, Carlos J. Puga Medina
cpm: maintainer-approval? (gnome)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-08-29 16:23:20 UTC
Created attachment 174195 [details]
patch-fix-metar-functionality

According to 

http://weather.noaa.gov/mgetmetar.php

This Service is no longer available

In Accordance with NWS Service Change Notice 16-16 this service has been discontinued. Please see Weather.gov and tgftp.nws.noaa.gov (raw data)

Attached patch restores METAR functionality using the replacement www.aviationweather.org text data server.

While I'm here:

Add LICENSE block and record missing dependencies.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-29 12:08:58 UTC
A commit references this bug:

Author: kwm
Date: Thu Sep 29 12:08:49 UTC 2016
New revision: 422914
URL: https://svnweb.freebsd.org/changeset/ports/422914

Log:
  Fix weather data fetching [1].

  * Add license block
  * record missing dependencies
  * replace CPPFLAGS/LDFLAGS with USES=localbase

  PR:		212243
  Submitted by:	cpm@
  Obtained from:	libmateweather upstream [1]

Changes:
  head/net/libmateweather/Makefile
  head/net/libmateweather/files/
  head/net/libmateweather/files/patch-libmateweather_weather-iwin.c
  head/net/libmateweather/files/patch-libmateweather_weather-metar.c
Comment 2 Koop Mast freebsd_committer freebsd_triage 2016-09-29 12:09:17 UTC
Committed thanks!