Thu Apr 24 14:36:55 2008 UTC ()
Update to 2.22.1:

Evolution Exchange 2.22.1 2008-04-07
------------------------------------

Bug fixes:
	#268259: (Novell Bugzilla) Don't require restart of Evolution to create appointment on switching from offline to online mode (Suman Manjunath)
	#303067: Random crash looking up addresses in new email (Milan Crha)

Evolution Exchange 2.22.0 2008-03-10
-------------------------------------

Bug fixes:
	#432885: Rescan the hierarchy (Veerapuram Varadhan)
	#518569: Properly format name and address with "<>" characters (Milan Crha)

Evolution Exchange 2.21.92 2008-02-25
-------------------------------------

Bug fixes:
	#432885: Fix to subscribe to other user's folders (Bharath)
	#514836: Fix importing contact lists into a attendee lists for a meeting (Milan Crha)
	#515744: Free our message info members properly (Milan Crha)
	#516248: Hierarchy wont be available if we are offline (Srinivasa Ragavan)
	#516250: Allow it to reauth if we are connecting after a offline (Srinivasa Ragavan)
	#516252: Determine that we are in offline if we cant get info from the server (Srinivasa Ragavan)
	#516408: Free memory returned by libical (Chenthill)

Evolution Exchange 2.21.91 2008-02-11
-------------------------------------

Bug fixes:
	#420503 - Crash while filtering (Milan Crha)
	#436628 - Fix alarms for Exchange calendar
	#501295 - Crash while caching in addressbook.

Other Contributors:
	Patch for crash in process_flags (Srinivasa Ragavan and Bharath Acharya)
	Fix two junk folder (Sankar P)

Evolution Exchange 2.21.90 2008-01-28
-------------------------------------

Other Contributors:
	libsoup updates (Dan Winship)

Evolution Exchange 2.21.5 2008-01-14
------------------------------------

Bug Fixes:
	#404002: Set the default priority of tasks as 'Normal' for Outlook/OWA compatibility. (Suman Manjunath)
	#501567: If unsupported queries, don't crash (Srinivasa Ragavan)
	#503356: String change: "Ximian Connector" -> "Evolution Connector for Microsoft Exchange" (Martin Meyer)

Evolution Exchange 2.21.4 2007-12-17
------------------------------------

Bug Fixes:
	#336074: Check for mail only in active folders (Milan Crha)

Evolution Exchange 2.21.3 2007-12-03
------------------------------------

Bug Fixes:
	#444503: Check and store the folder filter and junk filter flags before performing the check for folder summary being available (Bharath Acharya)

Other Contributors:
	Removing redundancy in code, demangle meeting related messages in subscribed inboxes (Suman Manjunath)

Evolution Exchange 2.21.2 2007-11-12
------------------------------------

Bug Fixes:
	#478680: Remove dead files from source control (Matthew Barnes)

Evolution Exchange 2.21.1 2007-10-29
------------------------------------

Bug Fixes:
	#474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes)


(wiz)
diff -r1.26 -r1.27 pkgsrc/mail/evolution-exchange/Makefile
diff -r1.7 -r1.8 pkgsrc/mail/evolution-exchange/PLIST
diff -r1.7 -r1.8 pkgsrc/mail/evolution-exchange/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/mail/evolution-exchange/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/evolution-exchange/Attic/Makefile 2008/04/22 06:01:28 1.26
+++ pkgsrc/mail/evolution-exchange/Attic/Makefile 2008/04/24 14:36:55 1.27
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1# $NetBSD: Makefile,v 1.26 2008/04/22 06:01:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2008/04/24 14:36:55 wiz Exp $
2# 2#
3 3
4DISTNAME= evolution-exchange-2.12.3 4DISTNAME= evolution-exchange-2.22.1
5PKGREVISION= 3 
6CATEGORIES= mail gnome 5CATEGORIES= mail gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.12/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.22/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
11HOMEPAGE= http://www.novell.com/products/desktop/features/evolution.html 10HOMEPAGE= http://www.novell.com/products/desktop/features/evolution.html
12COMMENT= Support for Microsoft Exchange 2000 and 2003 in Evolution 11COMMENT= Support for Microsoft Exchange 2000 and 2003 in Evolution
13 12
14GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
15USE_TOOLS+= gmake intltool msgfmt pkg-config 14USE_TOOLS+= gmake intltool msgfmt pkg-config
16USE_LIBTOOL= YES 15USE_LIBTOOL= YES
17USE_PKGLOCALEDIR= YES 16USE_PKGLOCALEDIR= YES
18GCONF_SCHEMAS= apps_exchange_addressbook-2.12.schemas 17EE_VER= 2.22
 18PLIST_SUBST= EE_VER=${EE_VER:Q}
 19GCONF_SCHEMAS= apps_exchange_addressbook-${EE_VER}.schemas
19 20
20.include "../../databases/openldap-client/buildlink3.mk" 21.include "../../databases/openldap-client/buildlink3.mk"
21.include "../../devel/GConf/schemas.mk" 22.include "../../devel/GConf/schemas.mk"
22.include "../../devel/glib2/buildlink3.mk" 23.include "../../devel/glib2/buildlink3.mk"
23.include "../../devel/gettext-lib/buildlink3.mk" 24.include "../../devel/gettext-lib/buildlink3.mk"
24.include "../../devel/libbonobo/buildlink3.mk" 25.include "../../devel/libbonobo/buildlink3.mk"
25.include "../../devel/libglade/buildlink3.mk" 26.include "../../devel/libglade/buildlink3.mk"
26.include "../../devel/libgnomeui/buildlink3.mk" 27.include "../../devel/libgnomeui/buildlink3.mk"
27.include "../../mail/evolution-data-server/buildlink3.mk" 28.include "../../mail/evolution-data-server/buildlink3.mk"
28.include "../../mail/evolution/buildlink3.mk" 29.include "../../mail/evolution/buildlink3.mk"
29.include "../../net/libsoup-devel/buildlink3.mk" 30.include "../../net/libsoup24/buildlink3.mk"
30.include "../../net/ORBit2/buildlink3.mk" 31.include "../../net/ORBit2/buildlink3.mk"
31.include "../../print/libgnomeprint/buildlink3.mk" 32.include "../../print/libgnomeprint/buildlink3.mk"
32.include "../../textproc/libxml2/buildlink3.mk" 33.include "../../textproc/libxml2/buildlink3.mk"
33.include "../../mk/krb5.buildlink3.mk" 34.include "../../mk/krb5.buildlink3.mk"
34.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/mail/evolution-exchange/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/evolution-exchange/Attic/PLIST 2007/11/13 11:13:45 1.7
+++ pkgsrc/mail/evolution-exchange/Attic/PLIST 2008/04/24 14:36:55 1.8
@@ -1,150 +1,155 @@ @@ -1,150 +1,155 @@
1@comment $NetBSD: PLIST,v 1.7 2007/11/13 11:13:45 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.8 2008/04/24 14:36:55 wiz Exp $
2bin/exchange-connector-setup-2.12 2bin/exchange-connector-setup-${EE_VER}
3lib/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.12.server 3lib/bonobo/servers/GNOME_Evolution_Exchange_Storage_${EE_VER}.server
4lib/evolution-data-server-1.2/camel-providers/libcamelexchange.la 4lib/evolution-data-server-1.2/camel-providers/libcamelexchange.la
5lib/evolution-data-server-1.2/camel-providers/libcamelexchange.urls 5lib/evolution-data-server-1.2/camel-providers/libcamelexchange.urls
6libexec/evolution/2.12/evolution-exchange-storage 6libexec/evolution/${EE_VER}/evolution-exchange-storage
7share/evolution-exchange/2.12/glade/exchange-autoconfig-wizard.glade 7share/evolution-exchange/${EE_VER}/glade/exchange-autoconfig-wizard.glade
8share/evolution-exchange/2.12/glade/exchange-change-password.glade 8share/evolution-exchange/${EE_VER}/glade/exchange-change-password.glade
9share/evolution-exchange/2.12/glade/exchange-delegates.glade 9share/evolution-exchange/${EE_VER}/glade/exchange-delegates.glade
10share/evolution-exchange/2.12/glade/exchange-folder-tree.glade 10share/evolution-exchange/${EE_VER}/glade/exchange-folder-tree.glade
11share/evolution-exchange/2.12/glade/exchange-oof.glade 11share/evolution-exchange/${EE_VER}/glade/exchange-oof.glade
12share/evolution-exchange/2.12/glade/exchange-passwd-expiry.glade 12share/evolution-exchange/${EE_VER}/glade/exchange-passwd-expiry.glade
13share/evolution-exchange/2.12/glade/exchange-permissions-dialog.glade 13share/evolution-exchange/${EE_VER}/glade/exchange-permissions-dialog.glade
14share/evolution-exchange/2.12/images/connector-mini.png 14share/evolution-exchange/${EE_VER}/images/connector-mini.png
15share/evolution-exchange/2.12/images/connector.png 15share/evolution-exchange/${EE_VER}/images/connector.png
16share/evolution-exchange/2.12/images/exchange-delegates-48.png 16share/evolution-exchange/${EE_VER}/images/exchange-delegates-48.png
17share/evolution-exchange/2.12/images/exchange-oof-48.png 17share/evolution-exchange/${EE_VER}/images/exchange-oof-48.png
18share/evolution-exchange/2.12/ui/ximian-connector.xml 18share/evolution-exchange/${EE_VER}/ui/ximian-connector.xml
19share/gconf/schemas/apps_exchange_addressbook-2.12.schemas 19share/gconf/schemas/apps_exchange_addressbook-${EE_VER}.schemas
20share/gtk-doc/html/ximian-connector/E2kContext.html 20share/gtk-doc/html/evolution-exchange/E2kContext.html
21share/gtk-doc/html/ximian-connector/E2kGlobalCatalog.html 21share/gtk-doc/html/evolution-exchange/E2kGlobalCatalog.html
22share/gtk-doc/html/ximian-connector/E2kSecurityDescriptor.html 22share/gtk-doc/html/evolution-exchange/E2kSecurityDescriptor.html
23share/gtk-doc/html/ximian-connector/ch01.html 23share/gtk-doc/html/evolution-exchange/ch01.html
24share/gtk-doc/html/ximian-connector/ch02.html 24share/gtk-doc/html/evolution-exchange/ch02.html
25share/gtk-doc/html/ximian-connector/ch03.html 25share/gtk-doc/html/evolution-exchange/ch03.html
26share/gtk-doc/html/ximian-connector/ch04.html 26share/gtk-doc/html/evolution-exchange/ch04.html
27share/gtk-doc/html/ximian-connector/ch05.html 27share/gtk-doc/html/evolution-exchange/ch05.html
28share/gtk-doc/html/ximian-connector/ch06.html 28share/gtk-doc/html/evolution-exchange/ch06.html
29share/gtk-doc/html/ximian-connector/home.png 29share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kAutoconfig.html
30share/gtk-doc/html/ximian-connector/index.html 30share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kContext-(private).html
31share/gtk-doc/html/ximian-connector/index.sgml 31share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kOperation-(private).html
32share/gtk-doc/html/ximian-connector/left.png 32share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kOperation.html
33share/gtk-doc/html/ximian-connector/right.png 33share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kProperties.html
34share/gtk-doc/html/ximian-connector/style.css 34share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kRestriction-(vaporware).html
35share/gtk-doc/html/ximian-connector/up.png 35share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kResult-(private).html
36share/gtk-doc/html/ximian-connector/ximian-connector-E2kAutoconfig.html 36share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kSid.html
37share/gtk-doc/html/ximian-connector/ximian-connector-E2kContext-(private).html 37share/gtk-doc/html/evolution-exchange/evolution-exchange-E2kUserDialog.html
38share/gtk-doc/html/ximian-connector/ximian-connector-E2kOperation-(private).html 38share/gtk-doc/html/evolution-exchange/evolution-exchange-MAPI.html
39share/gtk-doc/html/ximian-connector/ximian-connector-E2kOperation.html 39share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-action.html
40share/gtk-doc/html/ximian-connector/ximian-connector-E2kProperties.html 40share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-freebusy.html
41share/gtk-doc/html/ximian-connector/ximian-connector-E2kRestriction-(vaporware).html 41share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-http-utils.html
42share/gtk-doc/html/ximian-connector/ximian-connector-E2kResult-(private).html 42share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-kerberos.html
43share/gtk-doc/html/ximian-connector/ximian-connector-E2kSid.html 43share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-restriction.html
44share/gtk-doc/html/ximian-connector/ximian-connector-E2kUserDialog.html 44share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-result.html
45share/gtk-doc/html/ximian-connector/ximian-connector-MAPI.html 45share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-rule.html
46share/gtk-doc/html/ximian-connector/ximian-connector-autoconfig.html 46share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-uri.html
47share/gtk-doc/html/ximian-connector/ximian-connector-bug-private.html 47share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-utils.html
48share/gtk-doc/html/ximian-connector/ximian-connector-bug-xml.html 48share/gtk-doc/html/evolution-exchange/evolution-exchange-e2k-xml-utils.html
49share/gtk-doc/html/ximian-connector/ximian-connector-calendar.html 49share/gtk-doc/html/evolution-exchange/evolution-exchange-test-utils.html
50share/gtk-doc/html/ximian-connector/ximian-connector-delegation.html 50share/gtk-doc/html/evolution-exchange/evolution-exchange-xntlm-des.html
51share/gtk-doc/html/ximian-connector/ximian-connector-e2k-action.html 51share/gtk-doc/html/evolution-exchange/evolution-exchange-xntlm-md4.html
52share/gtk-doc/html/ximian-connector/ximian-connector-e2k-encoding-utils.html 52share/gtk-doc/html/evolution-exchange/evolution-exchange-xntlm.html
53share/gtk-doc/html/ximian-connector/ximian-connector-e2k-freebusy.html 53share/gtk-doc/html/evolution-exchange/evolution-exchange.devhelp
54share/gtk-doc/html/ximian-connector/ximian-connector-e2k-http-utils.html 54share/gtk-doc/html/evolution-exchange/evolution-exchange.devhelp2
55share/gtk-doc/html/ximian-connector/ximian-connector-e2k-kerberos.html 55share/gtk-doc/html/evolution-exchange/home.png
56share/gtk-doc/html/ximian-connector/ximian-connector-e2k-restriction.html 56share/gtk-doc/html/evolution-exchange/index.html
57share/gtk-doc/html/ximian-connector/ximian-connector-e2k-result.html 57share/gtk-doc/html/evolution-exchange/index.sgml
58share/gtk-doc/html/ximian-connector/ximian-connector-e2k-rule.html 58share/gtk-doc/html/evolution-exchange/left.png
59share/gtk-doc/html/ximian-connector/ximian-connector-e2k-uri.html 59share/gtk-doc/html/evolution-exchange/right.png
60share/gtk-doc/html/ximian-connector/ximian-connector-e2k-utils.html 60share/gtk-doc/html/evolution-exchange/style.css
61share/gtk-doc/html/ximian-connector/ximian-connector-e2k-xml-utils.html 61share/gtk-doc/html/evolution-exchange/up.png
62share/gtk-doc/html/ximian-connector/ximian-connector-favorites.html 62share/gtk-doc/html/evolution-exchange/ximian-connector-autoconfig.html
63share/gtk-doc/html/ximian-connector/ximian-connector-fba.html 63share/gtk-doc/html/evolution-exchange/ximian-connector-bug-private.html
64share/gtk-doc/html/ximian-connector/ximian-connector-freebusy.html 64share/gtk-doc/html/evolution-exchange/ximian-connector-bug-xml.html
65share/gtk-doc/html/ximian-connector/ximian-connector-mail-threading.html 65share/gtk-doc/html/evolution-exchange/ximian-connector-calendar.html
66share/gtk-doc/html/ximian-connector/ximian-connector-mail.html 66share/gtk-doc/html/evolution-exchange/ximian-connector-delegation.html
67share/gtk-doc/html/ximian-connector/ximian-connector-ntlm.html 67share/gtk-doc/html/evolution-exchange/ximian-connector-favorites.html
68share/gtk-doc/html/ximian-connector/ximian-connector-oof.html 68share/gtk-doc/html/evolution-exchange/ximian-connector-fba.html
69share/gtk-doc/html/ximian-connector/ximian-connector-other-users.html 69share/gtk-doc/html/evolution-exchange/ximian-connector-freebusy.html
70share/gtk-doc/html/ximian-connector/ximian-connector-permissions.html 70share/gtk-doc/html/evolution-exchange/ximian-connector-mail-threading.html
71share/gtk-doc/html/ximian-connector/ximian-connector-test-utils.html 71share/gtk-doc/html/evolution-exchange/ximian-connector-mail.html
72share/gtk-doc/html/ximian-connector/ximian-connector-xntlm-des.html 72share/gtk-doc/html/evolution-exchange/ximian-connector-ntlm.html
73share/gtk-doc/html/ximian-connector/ximian-connector-xntlm-md4.html 73share/gtk-doc/html/evolution-exchange/ximian-connector-oof.html
74share/gtk-doc/html/ximian-connector/ximian-connector-xntlm.html 74share/gtk-doc/html/evolution-exchange/ximian-connector-other-users.html
75share/gtk-doc/html/ximian-connector/ximian-connector.devhelp 75share/gtk-doc/html/evolution-exchange/ximian-connector-permissions.html
76share/gtk-doc/html/ximian-connector/ximian-connector.devhelp2 76share/gtk-doc/html/evolution-exchange/ximian-connnector-booking.html
77share/gtk-doc/html/ximian-connector/ximian-connnector-booking.html 77share/locale/ar/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
78share/locale/ar/LC_MESSAGES/evolution-exchange-2.12.mo 78share/locale/as/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
79share/locale/az/LC_MESSAGES/evolution-exchange-2.12.mo 79share/locale/az/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
80share/locale/bg/LC_MESSAGES/evolution-exchange-2.12.mo 80share/locale/bg/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
81share/locale/bn/LC_MESSAGES/evolution-exchange-2.12.mo 81share/locale/bn/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
82share/locale/bn_IN/LC_MESSAGES/evolution-exchange-2.12.mo 82share/locale/bn_IN/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
83share/locale/ca/LC_MESSAGES/evolution-exchange-2.12.mo 83share/locale/ca/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
84share/locale/cs/LC_MESSAGES/evolution-exchange-2.12.mo 84share/locale/cs/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
85share/locale/cy/LC_MESSAGES/evolution-exchange-2.12.mo 85share/locale/cy/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
86share/locale/da/LC_MESSAGES/evolution-exchange-2.12.mo 86share/locale/da/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
87share/locale/de/LC_MESSAGES/evolution-exchange-2.12.mo 87share/locale/de/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
88share/locale/dz/LC_MESSAGES/evolution-exchange-2.12.mo 88share/locale/dz/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
89share/locale/el/LC_MESSAGES/evolution-exchange-2.12.mo 89share/locale/el/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
90share/locale/en_CA/LC_MESSAGES/evolution-exchange-2.12.mo 90share/locale/en_CA/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
91share/locale/en_GB/LC_MESSAGES/evolution-exchange-2.12.mo 91share/locale/en_GB/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
92share/locale/es/LC_MESSAGES/evolution-exchange-2.12.mo 92share/locale/es/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
93share/locale/et/LC_MESSAGES/evolution-exchange-2.12.mo 93share/locale/et/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
94share/locale/eu/LC_MESSAGES/evolution-exchange-2.12.mo 94share/locale/eu/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
95share/locale/fa/LC_MESSAGES/evolution-exchange-2.12.mo 95share/locale/fa/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
96share/locale/fi/LC_MESSAGES/evolution-exchange-2.12.mo 96share/locale/fi/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
97share/locale/fr/LC_MESSAGES/evolution-exchange-2.12.mo 97share/locale/fr/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
98share/locale/gl/LC_MESSAGES/evolution-exchange-2.12.mo 98share/locale/gl/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
99share/locale/gu/LC_MESSAGES/evolution-exchange-2.12.mo 99share/locale/gu/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
100share/locale/hi/LC_MESSAGES/evolution-exchange-2.12.mo 100share/locale/he/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
101share/locale/hu/LC_MESSAGES/evolution-exchange-2.12.mo 101share/locale/hi/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
102share/locale/id/LC_MESSAGES/evolution-exchange-2.12.mo 102share/locale/hu/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
103share/locale/it/LC_MESSAGES/evolution-exchange-2.12.mo 103share/locale/id/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
104share/locale/ja/LC_MESSAGES/evolution-exchange-2.12.mo 104share/locale/it/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
105share/locale/ka/LC_MESSAGES/evolution-exchange-2.12.mo 105share/locale/ja/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
106share/locale/ko/LC_MESSAGES/evolution-exchange-2.12.mo 106share/locale/ka/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
107share/locale/ku/LC_MESSAGES/evolution-exchange-2.12.mo 107share/locale/ko/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
108share/locale/lt/LC_MESSAGES/evolution-exchange-2.12.mo 108share/locale/ku/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
109share/locale/lv/LC_MESSAGES/evolution-exchange-2.12.mo 109share/locale/lt/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
110share/locale/mk/LC_MESSAGES/evolution-exchange-2.12.mo 110share/locale/lv/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
111share/locale/ml/LC_MESSAGES/evolution-exchange-2.12.mo 111share/locale/mk/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
112share/locale/mn/LC_MESSAGES/evolution-exchange-2.12.mo 112share/locale/ml/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
113share/locale/ms/LC_MESSAGES/evolution-exchange-2.12.mo 113share/locale/mn/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
114share/locale/nb/LC_MESSAGES/evolution-exchange-2.12.mo 114share/locale/mr/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
115share/locale/ne/LC_MESSAGES/evolution-exchange-2.12.mo 115share/locale/ms/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
116share/locale/nl/LC_MESSAGES/evolution-exchange-2.12.mo 116share/locale/nb/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
117share/locale/nn/LC_MESSAGES/evolution-exchange-2.12.mo 117share/locale/ne/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
118share/locale/oc/LC_MESSAGES/evolution-exchange-2.12.mo 118share/locale/nl/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
119share/locale/or/LC_MESSAGES/evolution-exchange-2.12.mo 119share/locale/nn/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
120share/locale/pa/LC_MESSAGES/evolution-exchange-2.12.mo 120share/locale/oc/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
121share/locale/pl/LC_MESSAGES/evolution-exchange-2.12.mo 121share/locale/or/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
122share/locale/pt/LC_MESSAGES/evolution-exchange-2.12.mo 122share/locale/pa/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
123share/locale/pt_BR/LC_MESSAGES/evolution-exchange-2.12.mo 123share/locale/pl/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
124share/locale/ro/LC_MESSAGES/evolution-exchange-2.12.mo 124share/locale/pt/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
125share/locale/ru/LC_MESSAGES/evolution-exchange-2.12.mo 125share/locale/pt_BR/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
126share/locale/rw/LC_MESSAGES/evolution-exchange-2.12.mo 126share/locale/ro/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
127share/locale/sk/LC_MESSAGES/evolution-exchange-2.12.mo 127share/locale/ru/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
128share/locale/sl/LC_MESSAGES/evolution-exchange-2.12.mo 128share/locale/rw/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
129share/locale/sq/LC_MESSAGES/evolution-exchange-2.12.mo 129share/locale/si/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
130share/locale/sr/LC_MESSAGES/evolution-exchange-2.12.mo 130share/locale/sk/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
131share/locale/sr@Latn/LC_MESSAGES/evolution-exchange-2.12.mo 131share/locale/sl/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
132share/locale/sv/LC_MESSAGES/evolution-exchange-2.12.mo 132share/locale/sq/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
133share/locale/ta/LC_MESSAGES/evolution-exchange-2.12.mo 133share/locale/sr/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
134share/locale/th/LC_MESSAGES/evolution-exchange-2.12.mo 134share/locale/sr@Latn/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
135share/locale/tr/LC_MESSAGES/evolution-exchange-2.12.mo 135share/locale/sv/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
136share/locale/uk/LC_MESSAGES/evolution-exchange-2.12.mo 136share/locale/ta/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
137share/locale/vi/LC_MESSAGES/evolution-exchange-2.12.mo 137share/locale/te/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
138share/locale/xh/LC_MESSAGES/evolution-exchange-2.12.mo 138share/locale/th/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
139share/locale/zh_CN/LC_MESSAGES/evolution-exchange-2.12.mo 139share/locale/tr/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
140share/locale/zh_HK/LC_MESSAGES/evolution-exchange-2.12.mo 140share/locale/uk/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
141share/locale/zh_TW/LC_MESSAGES/evolution-exchange-2.12.mo 141share/locale/vi/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
142@dirrm share/gtk-doc/html/ximian-connector 142share/locale/xh/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
 143share/locale/zh_CN/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
 144share/locale/zh_HK/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
 145share/locale/zh_TW/LC_MESSAGES/evolution-exchange-${EE_VER}.mo
 146@dirrm share/gtk-doc/html/evolution-exchange
143@comment in GConf: @dirrm share/gconf/schemas 147@comment in GConf: @dirrm share/gconf/schemas
144@dirrm share/evolution-exchange/2.12/ui 148@dirrm share/evolution-exchange/${EE_VER}/ui
145@dirrm share/evolution-exchange/2.12/images 149@dirrm share/evolution-exchange/${EE_VER}/images
146@dirrm share/evolution-exchange/2.12/glade 150@dirrm share/evolution-exchange/${EE_VER}/glade
147@dirrm share/evolution-exchange/2.12 151@dirrm share/evolution-exchange/${EE_VER}
148@dirrm share/evolution-exchange 152@dirrm share/evolution-exchange
 153@comment in evolution: @dirrm libexec/evolution/${EE_VER}
149@comment in evolution-data-server: @dirrm lib/evolution-data-server-1.2/camel-providers 154@comment in evolution-data-server: @dirrm lib/evolution-data-server-1.2/camel-providers
150@comment in libbonobo: @dirrm lib/bonobo/servers 155@comment in libbonobo: @dirrm lib/bonobo/servers

cvs diff -r1.7 -r1.8 pkgsrc/mail/evolution-exchange/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/evolution-exchange/Attic/distinfo 2008/01/11 13:47:15 1.7
+++ pkgsrc/mail/evolution-exchange/Attic/distinfo 2008/04/24 14:36:55 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2008/01/11 13:47:15 drochner Exp $ 1$NetBSD: distinfo,v 1.8 2008/04/24 14:36:55 wiz Exp $
2 2
3SHA1 (evolution-exchange-2.12.3.tar.bz2) = 099f61a31528b7cb6f14f382eb39e7e2e110dcd5 3SHA1 (evolution-exchange-2.22.1.tar.bz2) = 2a2486beb50e8b8426291ee412536d8357028a9a
4RMD160 (evolution-exchange-2.12.3.tar.bz2) = 751c386011846d630228ba976e203b39e373f782 4RMD160 (evolution-exchange-2.22.1.tar.bz2) = 3071a018b6f1978e7739ef9cc5ff7238b22dc585
5Size (evolution-exchange-2.12.3.tar.bz2) = 1064907 bytes 5Size (evolution-exchange-2.22.1.tar.bz2) = 1085409 bytes