diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-24 08:23:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-24 08:23:24 +0800 |
commit | 7a9111e8897aa3e6f0b3c9b197784bfc799cc68c (patch) | |
tree | e1e500b537fcb72c4bb5d4b76c7230b82d83f074 | |
parent | 0c004ade5474ae265f9c0feb0b88d3d4b0636d08 (diff) | |
download | marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.tar marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.tar.gz marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.tar.bz2 marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.tar.lz marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.tar.xz marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.tar.zst marcuscom-ports-7a9111e8897aa3e6f0b3c9b197784bfc799cc68c.zip |
Update to 2.3.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4605 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 4 | ||||
-rw-r--r-- | mail/evolution-exchange/files/patch-storage_exchange-config-listener.c | 14 | ||||
-rw-r--r-- | mail/evolution-exchange/pkg-plist | 1 |
4 files changed, 19 insertions, 4 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 2207dc13e..b2ed383cf 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.35 2005/07/30 03:11:01 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.36 2005/08/09 02:11:38 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.8 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 0d9a59ec6..657e6e798 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-exchange-2.3.7.tar.bz2) = 778cd9ce1f2a2b2c8326465b66604467 -SIZE (gnome2/evolution-exchange-2.3.7.tar.bz2) = 1076949 +MD5 (gnome2/evolution-exchange-2.3.8.tar.bz2) = 209db86eb78118440b7db06721b0fe7a +SIZE (gnome2/evolution-exchange-2.3.8.tar.bz2) = 1090986 diff --git a/mail/evolution-exchange/files/patch-storage_exchange-config-listener.c b/mail/evolution-exchange/files/patch-storage_exchange-config-listener.c new file mode 100644 index 000000000..1660af686 --- /dev/null +++ b/mail/evolution-exchange/files/patch-storage_exchange-config-listener.c @@ -0,0 +1,14 @@ +--- storage/exchange-config-listener.c.orig Tue Aug 23 20:19:24 2005 ++++ storage/exchange-config-listener.c Tue Aug 23 20:19:37 2005 +@@ -253,9 +253,10 @@ migrate_account_esource (EAccount *accou + void + exchange_config_listener_migrate_esources (ExchangeConfigListener *config_listener) + { ++ EAccount *account; + g_return_if_fail (config_listener != NULL); + +- EAccount *account = config_listener->priv->configured_account; ++ account = config_listener->priv->configured_account; + + migrate_account_esource (account, EXCHANGE_CALENDAR_FOLDER); + migrate_account_esource (account, EXCHANGE_TASKS_FOLDER); diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 9b498e5b0..982cdc1fd 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -85,6 +85,7 @@ share/locale/el/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/en_CA/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo +share/locale/et/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo |