diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-14 12:44:29 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-14 12:44:29 +0000 |
commit | f9425893a65350c55dc9a6f786f52ebc503460d8 (patch) | |
tree | c4f12fc7836c99a20339ee54e2447a97f29661aa /misc | |
parent | 831be4de561a3fc161aefcd4f4ea8bb94102103a (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 3 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/distinfo | 6 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 130af82a4163..ff1f207b849d 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTVERSION= 0.8.10 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo index d22e0014d68a..9c81ba7bbaf3 100644 --- a/misc/xfce4-weather-plugin/distinfo +++ b/misc/xfce4-weather-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487322927 -SHA256 (xfce4/xfce4-weather-plugin-0.8.9.tar.bz2) = 0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5 -SIZE (xfce4/xfce4-weather-plugin-0.8.9.tar.bz2) = 2966504 +TIMESTAMP = 1507781106 +SHA256 (xfce4/xfce4-weather-plugin-0.8.10.tar.bz2) = ee6d43c444904631c240470e15e96215c2ce451158bfdbf234bce892bf60eab8 +SIZE (xfce4/xfce4-weather-plugin-0.8.10.tar.bz2) = 2991350 diff --git a/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c b/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c deleted file mode 100644 index 4a191a69f063..000000000000 --- a/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c +++ /dev/null @@ -1,11 +0,0 @@ ---- panel-plugin/weather.c.orig 2017-02-16 18:59:12 UTC -+++ panel-plugin/weather.c -@@ -1849,6 +1849,8 @@ xfceweather_create_control(XfcePanelPlugin *plugin) - - /* Setup session for HTTP connections */ - data->session = soup_session_async_new(); -+ g_object_set(data->session, SOUP_SESSION_USER_AGENT, -+ PACKAGE_NAME "-" PACKAGE_VERSION, NULL); - g_object_set(data->session, SOUP_SESSION_TIMEOUT, - CONN_TIMEOUT, NULL); - |