diff options
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 3 | ||||
-rw-r--r-- | mail/evolution-exchange/files/patch-eplugin_exchange-operations.c | 12 |
2 files changed, 11 insertions, 4 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 2aa0ac3d0..46ca40e55 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.154 2010/02/23 10:13:25 avl Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.155 2010/03/13 08:57:09 marcus Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.29.92 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c index 49adfb514..41cab1859 100644 --- a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c +++ b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c @@ -1,6 +1,6 @@ ---- eplugin/exchange-operations.c.orig 2010-03-13 03:42:59.000000000 -0500 -+++ eplugin/exchange-operations.c 2010-03-13 03:43:52.000000000 -0500 -@@ -304,3 +304,15 @@ is_exchange_personal_folder (ExchangeAcc +--- eplugin/exchange-operations.c.orig 2010-03-07 20:00:49.000000000 -0500 ++++ eplugin/exchange-operations.c 2010-03-13 17:47:23.000000000 -0500 +@@ -304,3 +304,21 @@ is_exchange_personal_folder (ExchangeAcc } return FALSE; } @@ -16,3 +16,9 @@ +g_module_unload (gpointer module) { + return; +} ++ ++GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); ++GtkWidget * ++e_plugin_lib_get_configure_widget (Eplugin *plugin) { ++ return NULL; ++} |