pkgsrc/mail/evolution-exchange/Makefile

35 lines
1.2 KiB
Makefile
Raw Normal View History

2018-12-09 19:51:58 +01:00
# $NetBSD: Makefile,v 1.109 2018/12/09 18:52:35 adam Exp $
#
DISTNAME= evolution-exchange-2.32.2
EE_VER= 2.32
2018-12-09 19:51:58 +01:00
PKGREVISION= 55
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.32/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.novell.com/products/desktop/features/evolution.html
COMMENT= Support for Microsoft Exchange 2000 and 2003 in Evolution
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
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)
2008-04-24 16:36:55 +02:00
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"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
BUILDLINK_API_DEPENDS.evolution+= evolution>=2.32.2
.include "../../mail/evolution/buildlink3.mk"
2015-06-07 16:05:57 +02:00
.include "../../net/libsoup/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"