From owner-svn-ports-head@FreeBSD.ORG Thu Jan 15 16:49:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41256E7F; Thu, 15 Jan 2015 16:49:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B479CFB; Thu, 15 Jan 2015 16:49:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0FGnMns073416; Thu, 15 Jan 2015 16:49:22 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0FGnJ5x073399; Thu, 15 Jan 2015 16:49:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201501151649.t0FGnJ5x073399@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 15 Jan 2015 16:49:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377107 - in head: databases/evolution-data-server mail/evolution mail/evolution-ews mail/evolution-mapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 16:49:22 -0000 Author: kwm Date: Thu Jan 15 16:49:18 2015 New Revision: 377107 URL: https://svnweb.freebsd.org/changeset/ports/377107 QAT: https://qat.redports.org/buildarchive/r377107/ Log: 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 Modified: head/databases/evolution-data-server/Makefile head/databases/evolution-data-server/distinfo head/databases/evolution-data-server/pkg-plist head/mail/evolution-ews/Makefile head/mail/evolution-ews/distinfo head/mail/evolution-mapi/Makefile head/mail/evolution-mapi/distinfo head/mail/evolution/Makefile head/mail/evolution/distinfo Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Thu Jan 15 16:38:33 2015 (r377106) +++ head/databases/evolution-data-server/Makefile Thu Jan 15 16:49:18 2015 (r377107) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/databases/evolution-data-server/Makefile 20048 2014-11-10 09:19:46Z gusi $ PORTNAME= evolution-data-server -PORTVERSION= 3.12.9 +PORTVERSION= 3.12.10 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/databases/evolution-data-server/distinfo ============================================================================== --- head/databases/evolution-data-server/distinfo Thu Jan 15 16:38:33 2015 (r377106) +++ head/databases/evolution-data-server/distinfo Thu Jan 15 16:49:18 2015 (r377107) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-data-server-3.12.9.tar.xz) = 2f6cb7fe315cdc20938e08e2c724fe9364d9a72801a41b05f77367b6790aaee0 -SIZE (gnome3/evolution-data-server-3.12.9.tar.xz) = 5395276 +SHA256 (gnome3/evolution-data-server-3.12.10.tar.xz) = 52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d +SIZE (gnome3/evolution-data-server-3.12.10.tar.xz) = 5286312 Modified: head/databases/evolution-data-server/pkg-plist ============================================================================== --- head/databases/evolution-data-server/pkg-plist Thu Jan 15 16:38:33 2015 (r377106) +++ head/databases/evolution-data-server/pkg-plist Thu Jan 15 16:49:18 2015 (r377107) @@ -563,10 +563,13 @@ share/doc/camel/camel.devhelp2 share/doc/camel/home.png share/doc/camel/index.html share/doc/camel/index.sgml +share/doc/camel/left-insensitive.png share/doc/camel/left.png +share/doc/camel/right-insensitive.png share/doc/camel/right.png share/doc/camel/services.html share/doc/camel/style.css +share/doc/camel/up-insensitive.png share/doc/camel/up.png share/doc/eds/annotation-glossary.html share/doc/eds/api-index-1.12.html @@ -742,11 +745,14 @@ share/doc/eds/examples.html share/doc/eds/home.png share/doc/eds/index.html share/doc/eds/index.sgml +share/doc/eds/left-insensitive.png share/doc/eds/left.png share/doc/eds/misc.html +share/doc/eds/right-insensitive.png share/doc/eds/right.png share/doc/eds/style.css share/doc/eds/unit-testing.html +share/doc/eds/up-insensitive.png share/doc/eds/up.png share/gir-1.0/EBook-%%EVO_VERSION%%.gir share/gir-1.0/EBookContacts-%%EVO_VERSION%%.gir Modified: head/mail/evolution-ews/Makefile ============================================================================== --- head/mail/evolution-ews/Makefile Thu Jan 15 16:38:33 2015 (r377106) +++ head/mail/evolution-ews/Makefile Thu Jan 15 16:49:18 2015 (r377107) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/mail/evolution-ews/Makefile 20048 2014-11-10 09:19:46Z gusi $ PORTNAME= evolution-ews -PORTVERSION= 3.12.9 +PORTVERSION= 3.12.10 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/evolution-ews/distinfo ============================================================================== --- head/mail/evolution-ews/distinfo Thu Jan 15 16:38:33 2015 (r377106) +++ head/mail/evolution-ews/distinfo Thu Jan 15 16:49:18 2015 (r377107) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-ews-3.12.9.tar.xz) = f2b5325edb137a6384f05ac1e57e82044f55da380ada9843a42e6fb34855ba96 -SIZE (gnome3/evolution-ews-3.12.9.tar.xz) = 662752 +SHA256 (gnome3/evolution-ews-3.12.10.tar.xz) = 8840ff682803ab738a8bebde49bdc6dc9b91c1aa03ad4c3146f77f7701dd0206 +SIZE (gnome3/evolution-ews-3.12.10.tar.xz) = 663260 Modified: head/mail/evolution-mapi/Makefile ============================================================================== --- head/mail/evolution-mapi/Makefile Thu Jan 15 16:38:33 2015 (r377106) +++ head/mail/evolution-mapi/Makefile Thu Jan 15 16:49:18 2015 (r377107) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/mail/evolution-mapi/Makefile 20048 2014-11-10 09:19:46Z gusi $ PORTNAME= evolution-mapi -PORTVERSION= 3.12.9 +PORTVERSION= 3.12.10 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/evolution-mapi/distinfo ============================================================================== --- head/mail/evolution-mapi/distinfo Thu Jan 15 16:38:33 2015 (r377106) +++ head/mail/evolution-mapi/distinfo Thu Jan 15 16:49:18 2015 (r377107) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-mapi-3.12.9.tar.xz) = 801e6e05a2f892f201839c3dc1fff9697d5e2e9d83f37d5f480aef25f791d29f -SIZE (gnome3/evolution-mapi-3.12.9.tar.xz) = 595516 +SHA256 (gnome3/evolution-mapi-3.12.10.tar.xz) = e59e5b7760e01371871def5dda68b1183cc59bb532c085c0f3a545c8084eee65 +SIZE (gnome3/evolution-mapi-3.12.10.tar.xz) = 598304 Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Thu Jan 15 16:38:33 2015 (r377106) +++ head/mail/evolution/Makefile Thu Jan 15 16:49:18 2015 (r377107) @@ -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 + +# 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' \ Modified: head/mail/evolution/distinfo ============================================================================== --- head/mail/evolution/distinfo Thu Jan 15 16:38:33 2015 (r377106) +++ head/mail/evolution/distinfo Thu Jan 15 16:49:18 2015 (r377107) @@ -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