Date: Mon, 7 Jun 2004 16:39:34 +0200 From: "Filippo Natali" <filippo@widestore.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/67675: [MAINTAINER UPDATE] misc/xfce4-weather-plugin to 0.3.9 Message-ID: <1086619174.0@cagnina.hq.widestore.net> Resent-Message-ID: <200406071440.i57EeJZs067744@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67675 >Category: ports >Synopsis: [MAINTAINER UPDATE] misc/xfce4-weather-plugin to 0.3.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 07 14:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 4.10-STABLE i386 >Organization: Widestore srl >Environment: System: FreeBSD 4.10-STABLE #0: Thu May 27 10:14:54 CEST 2004 filippo@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA >Description: Update misc/xfce4-weather-plugin to 0.3.9 >How-To-Repeat: >Fix: --- xfce4-weather-plugin-20040607.diff begins here --- diff -Nru /usr/ports/misc/xfce4-weather-plugin/Makefile xfce4-weather-plugin/Makefile --- /usr/ports/misc/xfce4-weather-plugin/Makefile Tue Apr 6 01:34:35 2004 +++ xfce4-weather-plugin/Makefile Mon Jun 7 15:38:29 2004 @@ -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 -Nru /usr/ports/misc/xfce4-weather-plugin/distinfo xfce4-weather-plugin/distinfo --- /usr/ports/misc/xfce4-weather-plugin/distinfo Tue Apr 6 01:34:35 2004 +++ xfce4-weather-plugin/distinfo Mon Jun 7 15:39:03 2004 @@ -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 -Nru /usr/ports/misc/xfce4-weather-plugin/files/patch-http_client.h xfce4-weather-plugin/files/patch-http_client.h --- /usr/ports/misc/xfce4-weather-plugin/files/patch-http_client.h Thu Jan 1 01:00:00 1970 +++ xfce4-weather-plugin/files/patch-http_client.h Mon Jun 7 15:56:31 2004 @@ -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 -Nru /usr/ports/misc/xfce4-weather-plugin/files/patch-weather.c xfce4-weather-plugin/files/patch-weather.c --- /usr/ports/misc/xfce4-weather-plugin/files/patch-weather.c Tue Apr 6 01:34:35 2004 +++ xfce4-weather-plugin/files/patch-weather.c Thu Jan 1 01:00:00 1970 @@ -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 ---- --- xfce4-weather-plugin-20040607.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1086619174.0>