diff options
author | kwm <kwm@FreeBSD.org> | 2015-01-16 00:49:18 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-01-16 00:49:18 +0800 |
commit | ef20d0d6115f62fa3567cfbb671b8c557821e39a (patch) | |
tree | f9374b9be9e628f8d21f8f95725273eb13a645be /mail/evolution | |
parent | 5faf7df5d9979db1f008b941350491c8bb06fc63 (diff) | |
download | freebsd-ports-gnome-ef20d0d6115f62fa3567cfbb671b8c557821e39a.tar.gz freebsd-ports-gnome-ef20d0d6115f62fa3567cfbb671b8c557821e39a.tar.zst freebsd-ports-gnome-ef20d0d6115f62fa3567cfbb671b8c557821e39a.zip |
Update evolution suite to 3.12.10.
Fix build of mail/evolution on 9.x and 8.x after webkit updates [1]
PR: 196079 [1]
196706 [1]
Submitted by: truckman@, lawrence chen <beastie@tardisi.com>
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 9 | ||||
-rw-r--r-- | mail/evolution/distinfo | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 6e0c390009f7..739fe6c747e7 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/mail/evolution/Makefile 20048 2014-11-10 09:19:46Z gusi $ PORTNAME= evolution -PORTVERSION= 3.12.9 +PORTVERSION= 3.12.10 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -103,6 +103,13 @@ CONFIGURE_ARGS+=--disable-contact-maps # libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 #MAPS_BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue +.include <bsd.port.options.mk> + +# webkit-gtk3 needs this +.if ${OSVERSION} < 1000000 +USES+= compiler:c++11-lib +.endif + post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index a7b0211785a8..b534b4c526b1 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-3.12.9.tar.xz) = 923e6a1e1732ddbb3bd9fe60d5fcfc3b9c1d6ee38b20885f1d243096e6275bf6 -SIZE (gnome3/evolution-3.12.9.tar.xz) = 11355484 +SHA256 (gnome3/evolution-3.12.10.tar.xz) = 12d2cd7af1f8a21fd9f701e6908e7b539cdec9ec68b0ebd92e746d7580937f75 +SIZE (gnome3/evolution-3.12.10.tar.xz) = 11362028 |