Index: branches/2020Q3/misc/xfce4-weather-plugin/Makefile =================================================================== --- branches/2020Q3/misc/xfce4-weather-plugin/Makefile (revision 541178) +++ branches/2020Q3/misc/xfce4-weather-plugin/Makefile (revision 541179) @@ -1,39 +1,40 @@ # Created by: Filippo Natali # $FreeBSD$ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Weather plugin for the Xfce panel LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo glib20 gtk30 intltool libxml2 USE_XFCE= panel USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS UPOWER OPTIONS_SUB= yes UPOWER_DESC= Power management tasks NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower UPOWER_CONFIGURE_ENABLE=upower .include Index: branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c =================================================================== --- branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c (nonexistent) +++ branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c (revision 541179) @@ -0,0 +1,11 @@ +--- panel-plugin/weather.c.orig 2020-02-23 00:39:53 UTC ++++ panel-plugin/weather.c +@@ -656,7 +656,7 @@ update_handler(plugin_data *data) + /* build url */ + url = g_strdup_printf("https://api.met.no" + "/weatherapi/locationforecast/%s/" +- "?lat=%s&lon=%s&msl=%d", ++ "classic?lat=%s&lon=%s&altitude=%d", + api_version, + data->lat, data->lon, data->msl); + Property changes on: branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.h =================================================================== --- branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.h (nonexistent) +++ branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.h (revision 541179) @@ -0,0 +1,11 @@ +--- panel-plugin/weather.h.orig 2020-02-23 00:39:53 UTC ++++ panel-plugin/weather.h +@@ -31,7 +31,7 @@ + #define MAX_FORECAST_DAYS 10 + #define DEFAULT_FORECAST_DAYS 5 + #define MAX_SCROLLBOX_LINES 10 +-#define FORECAST_API "1.9" ++#define FORECAST_API "2.0" + + G_BEGIN_DECLS + Property changes on: branches/2020Q3/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 541178) +++ branches/2020Q3 (revision 541179) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r541151