summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-13 16:57:09 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-13 16:57:09 +0800
commit35f34ada149c137e5af7fd9c1fedc5a433e6cbd4 (patch)
treedd37774f44400b90174ce126a589fc09a6df28cc /mail
parent9cbda9d58c40f84ed684aa16b58f47b21060808f (diff)
downloadmarcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.tar
marcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.tar.gz
marcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.tar.bz2
marcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.tar.lz
marcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.tar.xz
marcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.tar.zst
marcuscom-ports-35f34ada149c137e5af7fd9c1fedc5a433e6cbd4.zip
Update to 2.29.92, and add stub functions to plugin.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-exchange/Makefile4
-rw-r--r--mail/evolution-exchange/distinfo6
-rw-r--r--mail/evolution-exchange/files/patch-eplugin_exchange-operations.c18
3 files changed, 23 insertions, 5 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index e8a887719..2aa0ac3d0 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.153 2010/02/08 18:02:56 kwm Exp $
+# $MCom: ports/mail/evolution-exchange/Makefile,v 1.154 2010/02/23 10:13:25 avl Exp $
#
PORTNAME= evolution-exchange
-PORTVERSION= 2.29.91
+PORTVERSION= 2.29.92
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo
index 9e4b67c6e..d372e26aa 100644
--- a/mail/evolution-exchange/distinfo
+++ b/mail/evolution-exchange/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/evolution-exchange-2.29.91.tar.bz2) = 122b8ad9c3db2599978c65fbf2ca1ea0
-SHA256 (gnome2/evolution-exchange-2.29.91.tar.bz2) = 199821a6bbac367a62903d0192192edc6a7814cf873d4878b51c800ca5ae5bb3
-SIZE (gnome2/evolution-exchange-2.29.91.tar.bz2) = 1255343
+MD5 (gnome2/evolution-exchange-2.29.92.tar.bz2) = aee7906b67e80a79e1b11e7b2aa42a7e
+SHA256 (gnome2/evolution-exchange-2.29.92.tar.bz2) = 309a07211985a6a2ccb83f5e4a4d6b1275f3faa0db4f9621dc8516b737dd24d9
+SIZE (gnome2/evolution-exchange-2.29.92.tar.bz2) = 1309536
diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c
new file mode 100644
index 000000000..0b8e3e23d
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c
@@ -0,0 +1,18 @@
+--- 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
+ }
+ return FALSE;
+ }
++
++const char * g_module_check_init (gpointer module);
++const char *
++g_module_check_init (gpointer module) {
++ return NULL;
++}
++
++void g_module_unload (gpointer module);
++void
++g_module_unload (gpointer module) {
++ return NULL;
++}