diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-07 17:56:12 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-07 17:56:12 +0800 |
commit | 9cc52c9513f9040e6897871040e8e8925909da53 (patch) | |
tree | fb9a10e32976a8cf52d40477f96ba303e5c7da41 /x11/gnome3 | |
parent | e460bbdb9b943c7c9bb8041cb4ca6f22a5682833 (diff) | |
download | marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.tar marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.tar.gz marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.tar.bz2 marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.tar.lz marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.tar.xz marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.tar.zst marcuscom-ports-9cc52c9513f9040e6897871040e8e8925909da53.zip |
Update evolution-mapi to 3.12.1. Bring in and adapt the patch from evolution-mapi
to track the OpenChanges 2.1 API changes [1]. That revision patches the not
autotooled version, because of that we miss HAVE_FAST_TRANSFER_TAGS_2_1
so I disabled some defines that did depend on that HAVE_TRANSFER_TAGS_2_1 in
src/libexchangemapi/e-mapi-fast-transfer.c
Also bring pull in evo-mapi into the gnome3 build again. Bump gnome3 to
reflect this.
[1] commit 588b4ec9367a2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19608 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome3')
-rw-r--r-- | x11/gnome3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index cab1b660e..c22fe1d26 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome3 PORTVERSION= 3.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -80,7 +80,7 @@ RUN_DEPENDS+= empathy>=3.0.0:${PORTSDIR}/net-im/empathy \ alacarte>=3.0.0:${PORTSDIR}/deskutils/alacarte .if ${PORT_OPTIONS:MMAPI} -#RUN_DEPENDS+= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi +RUN_DEPENDS+= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi .endif .endif # !gnome3-lite section |