diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 10:11:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 10:11:38 +0800 |
commit | 5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9 (patch) | |
tree | 30f0d8fca0a685a64c11eddf1c19ba86ba4210b6 /mail/evolution-exchange | |
parent | 9b085db7799cd6bb8747e12d6f50dc854aa3ba0a (diff) | |
download | marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.gz marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.bz2 marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.lz marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.xz marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.tar.zst marcuscom-ports-5a88e3a37e1d7ac46cb98066cd8c96340a76e1b9.zip |
Update to 2.3.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4430 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 4 | ||||
-rw-r--r-- | mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index dde0f50f0..2207dc13e 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.34 2005/07/13 22:49:44 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.35 2005/07/30 03:11:01 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.7 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 fa6694c68..0d9a59ec6 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-exchange-2.3.6.tar.bz2) = cde17d070e396351044df77ec01513f5 -SIZE (gnome2/evolution-exchange-2.3.6.tar.bz2) = 1060789 +MD5 (gnome2/evolution-exchange-2.3.7.tar.bz2) = 778cd9ce1f2a2b2c8326465b66604467 +SIZE (gnome2/evolution-exchange-2.3.7.tar.bz2) = 1076949 diff --git a/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c b/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c index 2ffc75d7a..feec4bf8c 100644 --- a/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c +++ b/mail/evolution-exchange/files/patch-mail_mail-stub-exchange.c @@ -1,6 +1,6 @@ ---- mail/mail-stub-exchange.c.orig Wed Jul 13 17:45:44 2005 -+++ mail/mail-stub-exchange.c Wed Jul 13 17:46:22 2005 -@@ -2508,12 +2508,12 @@ subscribe_folder (MailStub *stub, const +--- mail/mail-stub-exchange.c.orig Mon Aug 8 22:00:52 2005 ++++ mail/mail-stub-exchange.c Mon Aug 8 22:01:11 2005 +@@ -2587,11 +2587,11 @@ subscribe_folder (MailStub *stub, const static void unsubscribe_folder (MailStub *stub, const char *folder_name) { @@ -8,8 +8,7 @@ MailStubExchange *mse = MAIL_STUB_EXCHANGE (stub); ExchangeAccountFolderResult result; EFolder *folder; - char *path; - const char *folder_type, *physical_uri; + char *path, *pub_name; + d(printf ("unsubscribe folder : %s\n", folder_name)); path = g_build_filename ("/", folder_name, NULL); |