aboutsummaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-14 12:44:29 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-14 12:44:29 +0000
commitf9425893a65350c55dc9a6f786f52ebc503460d8 (patch)
treec4f12fc7836c99a20339ee54e2447a97f29661aa /misc/xfce4-weather-plugin
parent831be4de561a3fc161aefcd4f4ea8bb94102103a (diff)
downloadports-f9425893a65350c55dc9a6f786f52ebc503460d8.tar.gz
ports-f9425893a65350c55dc9a6f786f52ebc503460d8.zip
Update xfce4-weather-plugin to 0.8.10
PR: 222942 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=452062
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r--misc/xfce4-weather-plugin/Makefile3
-rw-r--r--misc/xfce4-weather-plugin/distinfo6
-rw-r--r--misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c11
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);
-