Index: branches/2017Q4/misc/xfce4-weather-plugin/Makefile =================================================================== --- branches/2017Q4/misc/xfce4-weather-plugin/Makefile (revision 452707) +++ branches/2017Q4/misc/xfce4-weather-plugin/Makefile (revision 452708) @@ -1,33 +1,35 @@ # Created by: Filippo Natali # $FreeBSD$ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.8.9 +PORTREVISION= 1 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} 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 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig xfce tar:bzip2 +GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool intlhack libxml2 cairo USE_XFCE= panel +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= UPOWER UPOWER_DESC= Power management tasks UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower UPOWER_CONFIGURE_ENABLE= upower .include Index: branches/2017Q4/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c =================================================================== --- branches/2017Q4/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c (nonexistent) +++ branches/2017Q4/misc/xfce4-weather-plugin/files/patch-panel-plugin_weather.c (revision 452708) @@ -0,0 +1,11 @@ +--- 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); + Property changes on: branches/2017Q4/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/2017Q4 =================================================================== --- branches/2017Q4 (revision 452707) +++ branches/2017Q4 (revision 452708) Property changes on: branches/2017Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r451735