From 1ba76a98100807d4b7484e84c0d899b41589c3a5 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 25 Jan 2005 19:27:03 +0000 Subject: Update to 2.1.4, hopefully without problems. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3515 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/Makefile | 2 +- mail/evolution-exchange/distinfo | 4 ++-- .../patch-calendar_e-cal-backend-exchange-calendar.c | 18 ------------------ mail/evolution-exchange/pkg-plist | 3 --- 4 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 mail/evolution-exchange/files/patch-calendar_e-cal-backend-exchange-calendar.c (limited to 'mail/evolution-exchange') diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 4291b2d4d..f9882d553 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ximian -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.1 diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index 33922d2f5..ad5692fc6 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,2 +1,2 @@ -MD5 (ximian-connector-2.1.3.tar.bz2) = accdfe088d0f9e1f7858608e6a627438 -SIZE (ximian-connector-2.1.3.tar.bz2) = 1228480 +MD5 (ximian-connector-2.1.4.tar.bz2) = 94725b04ea4817d078c5c99c21602d82 +SIZE (ximian-connector-2.1.4.tar.bz2) = 1237839 diff --git a/mail/evolution-exchange/files/patch-calendar_e-cal-backend-exchange-calendar.c b/mail/evolution-exchange/files/patch-calendar_e-cal-backend-exchange-calendar.c deleted file mode 100644 index 98ce4f78d..000000000 --- a/mail/evolution-exchange/files/patch-calendar_e-cal-backend-exchange-calendar.c +++ /dev/null @@ -1,18 +0,0 @@ ---- calendar/e-cal-backend-exchange-calendar.c.orig Tue Jan 11 14:41:18 2005 -+++ calendar/e-cal-backend-exchange-calendar.c Tue Jan 11 14:41:51 2005 -@@ -595,6 +595,7 @@ - E2kHTTPStatus http_status; - struct _cb_data *cbdata; - GSList *categories; -+ char *attach_body, *attach_boundary; - - cbexc = E_CAL_BACKEND_EXCHANGE_CALENDAR (backend); - -@@ -741,7 +742,6 @@ - from ? from : "Evolution", - body_crlf); - -- char *attach_body, *attach_boundary; - build_attachment (summary, g_strdup ("This is some text\n"), NULL, &attach_body, &attach_boundary); - #if 0 - msg = g_strdup_printf ("Subject: %s\r\n" diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 4177d7985..4e796b186 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -1,8 +1,5 @@ bin/ximian-connector-setup-%%VERSION%% -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server -libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage %%DOCSDIR%%/E2kContext.html %%DOCSDIR%%/E2kGlobalCatalog.html %%DOCSDIR%%/E2kSecurityDescriptor.html -- cgit