diff options
author | ale <ale@FreeBSD.org> | 2004-06-08 05:53:48 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-08 05:53:48 +0800 |
commit | 428ef354a9f81c0366c9be6498f1fc33b6f6691f (patch) | |
tree | 325189cd277d70e9628506df597f3b2239d7c793 /misc | |
parent | 6959bf6fc3c911e8b6760d6c6b810d97848f4d40 (diff) | |
download | freebsd-ports-gnome-428ef354a9f81c0366c9be6498f1fc33b6f6691f.tar.gz freebsd-ports-gnome-428ef354a9f81c0366c9be6498f1fc33b6f6691f.tar.zst freebsd-ports-gnome-428ef354a9f81c0366c9be6498f1fc33b6f6691f.zip |
Update to 0.3.9 release.
PR: ports/67675
Submitted by: Filippo Natali <filippo@widestore.net> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 2 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/distinfo | 4 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/files/patch-http_client.h | 7 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/files/patch-weather.c | 25 |
4 files changed, 10 insertions, 28 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index fb0629783e35..5f5a25e4c2fb 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.9 CATEGORIES= misc xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo index 31a2083c50b5..b46bb2e12773 100644 --- a/misc/xfce4-weather-plugin/distinfo +++ b/misc/xfce4-weather-plugin/distinfo @@ -1,2 +1,2 @@ -MD5 (xfce4-weather-plugin-0.3.0.tar.gz) = 8796652a1bb75270dc70583739577cd5 -SIZE (xfce4-weather-plugin-0.3.0.tar.gz) = 574143 +MD5 (xfce4-weather-plugin-0.3.9.tar.gz) = a89866fc4f383b8313853ae1ace844f4 +SIZE (xfce4-weather-plugin-0.3.9.tar.gz) = 581155 diff --git a/misc/xfce4-weather-plugin/files/patch-http_client.h b/misc/xfce4-weather-plugin/files/patch-http_client.h new file mode 100644 index 000000000000..ff1d483fa79d --- /dev/null +++ b/misc/xfce4-weather-plugin/files/patch-http_client.h @@ -0,0 +1,7 @@ +--- panel-plugin/http_client.h.orig Mon Apr 19 16:15:44 2004 ++++ panel-plugin/http_client.h Mon Jun 7 15:52:19 2004 +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #include <netinet/in.h> diff --git a/misc/xfce4-weather-plugin/files/patch-weather.c b/misc/xfce4-weather-plugin/files/patch-weather.c deleted file mode 100644 index 430a5875df14..000000000000 --- a/misc/xfce4-weather-plugin/files/patch-weather.c +++ /dev/null @@ -1,25 +0,0 @@ -*** panel-plugin/weather.c Sun Feb 29 22:10:53 2004 ---- weather.c Fri Apr 2 16:00:39 2004 -*************** -*** 375,380 **** ---- 375,382 ---- - - void start_draw_up(xfceweather_data *data) { - gint width, height; -+ GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width, -+ data->drawable_label->allocation.height}; - - /* if only one pixmap don't start the callback */ - if (!data->xmldata_pixmaps || data->xmldata_pixmaps->len == 0) -*************** -*** 383,391 **** - if (data->xmldata_pixmaps->len == 1) { - data->drawable_pixmap = (GdkPixmap *)g_ptr_array_index(data->xmldata_pixmaps, 0); - data->drawable_offset = 0; -- -- GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width, -- data->drawable_label->allocation.height}; - - gtk_widget_draw(data->drawable_label, &update_rect); - return; ---- 385,390 ---- |