summaryrefslogtreecommitdiff
path: root/mail/evolution-exchange/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-24 14:36:55 +0000
committerwiz <wiz>2008-04-24 14:36:55 +0000
commitcee14c10af56e1bc660d931bfd5ab0a7e8b367b3 (patch)
treed393809cb2c85b55b5f607af0287e1f38c527582 /mail/evolution-exchange/Makefile
parentfc6eea3aa0e18cfe0554391ce21f329c41ea8687 (diff)
downloadpkgsrc-cee14c10af56e1bc660d931bfd5ab0a7e8b367b3.tar.gz
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)
Diffstat (limited to 'mail/evolution-exchange/Makefile')
-rw-r--r--mail/evolution-exchange/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index 65c668e1646..3932f60d68f 100644
--- a/mail/evolution-exchange/Makefile
+++ b/mail/evolution-exchange/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2008/04/22 06:01:28 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2008/04/24 14:36:55 wiz Exp $
#
-DISTNAME= evolution-exchange-2.12.3
-PKGREVISION= 3
+DISTNAME= evolution-exchange-2.22.1
CATEGORIES= mail gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.22/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
@@ -15,7 +14,9 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-GCONF_SCHEMAS= apps_exchange_addressbook-2.12.schemas
+EE_VER= 2.22
+PLIST_SUBST= EE_VER=${EE_VER:Q}
+GCONF_SCHEMAS= apps_exchange_addressbook-${EE_VER}.schemas
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
@@ -26,7 +27,7 @@ GCONF_SCHEMAS= apps_exchange_addressbook-2.12.schemas
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
.include "../../mail/evolution/buildlink3.mk"
-.include "../../net/libsoup-devel/buildlink3.mk"
+.include "../../net/libsoup24/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"