Index: head/net/liferea/Makefile =================================================================== --- head/net/liferea/Makefile (revision 288059) +++ head/net/liferea/Makefile (revision 288060) @@ -1,37 +1,38 @@ # Ports collection Makefile for: liferea # Date created: 28 August 2003 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= liferea PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION} MAINTAINER= pav@FreeBSD.org COMMENT= Simple RSS/RDF feed reader LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ json-glib-1.0.0:${PORTSDIR}/devel/json-glib USE_GNOME= gnomeprefix gnomehack gconf2 USE_GMAKE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-libnotify MAKE_JOBS_SAFE= yes MAN1= liferea.1 MANLANG= "" pl GCONF_SCHEMAS= liferea.schemas INSTALLS_ICONS= yes LICENSE= GPLv2 .include Property changes on: head/net/liferea/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.155 \ No newline at end of property +1.156 \ No newline at end of property Index: head/net/liferea/files/patch-proxy-fix-1376046 =================================================================== --- head/net/liferea/files/patch-proxy-fix-1376046 (nonexistent) +++ head/net/liferea/files/patch-proxy-fix-1376046 (revision 288060) @@ -0,0 +1,45 @@ +From 137604683770cae900d5835befefd95c65866cd7 Mon Sep 17 00:00:00 2001 +From: Lars Lindner +Date: Wed, 14 Dec 2011 18:18:02 +0100 +Subject: [PATCH] Fixes proxy preference not affecting the HTML widget. + +--- + ChangeLog | 8 ++++++++ + src/ui/liferea_htmlview.c | 5 +++++ + 2 files changed, 13 insertions(+), 0 deletions(-) + +diff --git ChangeLog ChangeLog +index 251bdb9..12724e5 100644 +--- ChangeLog ++++ ChangeLog +@@ -1,3 +1,11 @@ ++2011-12-?? ??? ++ ++ Version 1.8.1 ++ ++ * Fixes proxy preference not affecting the HTML widget. ++ (reported by Chris Siebenmann) ++ ++ + 2011-12-10 Lars Lindner + + Version 1.8.0 +diff --git src/ui/liferea_htmlview.c src/ui/liferea_htmlview.c +index 7642c3a..afb20f8 100644 +--- src/ui/liferea_htmlview.c ++++ src/ui/liferea_htmlview.c +@@ -181,6 +181,11 @@ liferea_htmlview_new (gboolean forceInternalBrowsing) + g_signal_connect (network_monitor_get (), "proxy-changed", + G_CALLBACK (liferea_htmlview_proxy_changed), + htmlview); ++ ++ if (NULL != network_get_proxy_host ()) { ++ debug0 (DEBUG_NET, "Setting initial HTML widget proxy..."); ++ liferea_htmlview_proxy_changed (network_monitor_get (), htmlview); ++ } + + return htmlview; + } +-- +1.7.8 + Property changes on: head/net/liferea/files/patch-proxy-fix-1376046 ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property