From e243be52657a1b7970ed20b74d4dcf7a72fb89de Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 3 Jul 2005 23:04:56 +0000 Subject: Update to 2.3.4. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4165 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/Makefile | 4 ++-- mail/evolution-exchange/distinfo | 4 ++-- .../evolution-exchange/files/patch-lib::e2k-autoconfig.c | 13 ------------- .../files/patch-storage_e-folder-exchange.c | 16 ---------------- 4 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c delete mode 100644 mail/evolution-exchange/files/patch-storage_e-folder-exchange.c (limited to 'mail') diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 9f7adffd2..eb49e3133 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.31 2005/06/28 05:40:07 adamw Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.32 2005/07/02 04:53:04 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.3 diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index b5d519b96..a152540f9 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-exchange-2.3.3.tar.bz2) = 335a5d38ac25212e291e7cac1407ff03 -SIZE (gnome2/evolution-exchange-2.3.3.tar.bz2) = 1120524 +MD5 (gnome2/evolution-exchange-2.3.4.tar.bz2) = 120c4facdaf6a057715943e589c7f50d +SIZE (gnome2/evolution-exchange-2.3.4.tar.bz2) = 960517 diff --git a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c deleted file mode 100644 index 7576f7123..000000000 --- a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/e2k-autoconfig.c.orig Tue May 11 11:15:58 2004 -+++ lib/e2k-autoconfig.c Thu Jun 17 14:02:58 2004 -@@ -31,6 +31,10 @@ - #include - #include - -+#include -+#include -+#include -+#include - #include - #include - #include diff --git a/mail/evolution-exchange/files/patch-storage_e-folder-exchange.c b/mail/evolution-exchange/files/patch-storage_e-folder-exchange.c deleted file mode 100644 index 7436ca9fe..000000000 --- a/mail/evolution-exchange/files/patch-storage_e-folder-exchange.c +++ /dev/null @@ -1,16 +0,0 @@ ---- storage/e-folder-exchange.c.orig Tue Jan 25 21:31:32 2005 -+++ storage/e-folder-exchange.c Tue Jan 25 21:31:52 2005 -@@ -689,11 +689,12 @@ - void - e_folder_exchange_unsubscribe (EFolder *folder) - { -+ E2kContext *ctx; - g_return_if_fail (E_IS_FOLDER_EXCHANGE (folder)); - - /* FIXME : This is a hack as of now. The free_folder in mail-stub - gets called when we are in offline and the context is NULL then. */ -- E2kContext *ctx = E_FOLDER_EXCHANGE_CONTEXT (folder); -+ ctx = E_FOLDER_EXCHANGE_CONTEXT (folder); - if (ctx) { - e2k_context_unsubscribe (E_FOLDER_EXCHANGE_CONTEXT (folder), - E_FOLDER_EXCHANGE_URI (folder)); -- cgit v1.2.3