summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-04 07:04:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-04 07:04:56 +0800
commite243be52657a1b7970ed20b74d4dcf7a72fb89de (patch)
treedd4bbca9d335ea77310bd10e7c22dce5e35ab0eb
parent117ef4e8d7e4250878e01d62dac4f33e5dbfa820 (diff)
downloadmarcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.tar
marcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.tar.gz
marcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.tar.bz2
marcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.tar.lz
marcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.tar.xz
marcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.tar.zst
marcuscom-ports-e243be52657a1b7970ed20b74d4dcf7a72fb89de.zip
Update to 2.3.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4165 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--mail/evolution-exchange/Makefile4
-rw-r--r--mail/evolution-exchange/distinfo4
-rw-r--r--mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c13
-rw-r--r--mail/evolution-exchange/files/patch-storage_e-folder-exchange.c16
4 files changed, 4 insertions, 33 deletions
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 <sys/stat.h>
- #include <unistd.h>
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <arpa/inet.h>
- #include <netinet/in.h>
- #include <arpa/nameser.h>
- #include <resolv.h>
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));