From owner-svn-ports-all@FreeBSD.ORG Wed Jul 10 09:48:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5F8F5A9; Wed, 10 Jul 2013 09:48:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A813C1F87; Wed, 10 Jul 2013 09:48:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6A9mb5o077060; Wed, 10 Jul 2013 09:48:37 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6A9mbJ4077057; Wed, 10 Jul 2013 09:48:37 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201307100948.r6A9mbJ4077057@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 10 Jul 2013 09:48:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322634 - head/databases/akonadi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 09:48:37 -0000 Author: rakuco Date: Wed Jul 10 09:48:36 2013 New Revision: 322634 URL: http://svnweb.freebsd.org/changeset/ports/322634 Log: Update to 1.10.0. Changelog (since 1.9.2): - Memory optimizations. - Fix a runtime error on Windows. - Update item access time less often. - Don't try to start akonadiserver if mysqld is not installed. - Allow to fetch available items even if there are errors in some of the items. - Properly restrict the external part removal to the deleted collection. - Support checking the cache for payloads in the FETCH command. - Add infrastructure to track client capabilities. - Allow to disable the cache verification on retrieval. - fsck: move orphaned pim items to lost+found, delete orphaned pim item flags. - Introduce NotificationMessageV2 that supports batch operations on set of entities. - Fix build with Boost >= 1.53. - Fix a runtime issue with MySQL >= 5.6 (MySQL >= 5.1.3 is now the minimum version). Modified: head/databases/akonadi/Makefile head/databases/akonadi/distinfo head/databases/akonadi/pkg-plist Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Wed Jul 10 09:30:20 2013 (r322633) +++ head/databases/akonadi/Makefile Wed Jul 10 09:48:36 2013 (r322634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= akonadi -PORTVERSION= 1.9.2 +PORTVERSION= 1.10.0 CATEGORIES= databases kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/src/ Modified: head/databases/akonadi/distinfo ============================================================================== --- head/databases/akonadi/distinfo Wed Jul 10 09:30:20 2013 (r322633) +++ head/databases/akonadi/distinfo Wed Jul 10 09:48:36 2013 (r322634) @@ -1,2 +1,2 @@ -SHA256 (KDE/akonadi-1.9.2.tar.bz2) = e712f3ee59731d613935df78df1cd65f80680d86d1f6642ff118061cd461bfd9 -SIZE (KDE/akonadi-1.9.2.tar.bz2) = 220599 +SHA256 (KDE/akonadi-1.10.0.tar.bz2) = ae64b965da72ce7332b2409f1c6d7475b28c2414aafca1c9bbca60fb8d632a9e +SIZE (KDE/akonadi-1.10.0.tar.bz2) = 227714 Modified: head/databases/akonadi/pkg-plist ============================================================================== --- head/databases/akonadi/pkg-plist Wed Jul 10 09:30:20 2013 (r322633) +++ head/databases/akonadi/pkg-plist Wed Jul 10 09:48:36 2013 (r322634) @@ -4,11 +4,13 @@ bin/akonadi_control bin/akonadi_rds bin/akonadictl bin/akonadiserver +bin/asapcat include/akonadi/private/akonadiprotocolinternals_export.h include/akonadi/private/capabilities_p.h include/akonadi/private/imapparser_p.h include/akonadi/private/imapset_p.h include/akonadi/private/notificationmessage_p.h +include/akonadi/private/notificationmessagev2_p.h include/akonadi/private/protocol_p.h include/akonadi/private/xdgbasedirs_p.h lib/cmake/Akonadi/AkonadiConfig.cmake @@ -17,7 +19,7 @@ lib/cmake/Akonadi/AkonadiTargetsWithPref lib/cmake/Akonadi/AkonadiTargetsWithPrefix.cmake lib/libakonadiprotocolinternals.so lib/libakonadiprotocolinternals.so.1 -lib/libakonadiprotocolinternals.so.1.9.2 +lib/libakonadiprotocolinternals.so.1.10.0 libdata/pkgconfig/akonadi.pc share/config/akonadi/mysql-global-mobile.conf share/config/akonadi/mysql-global.conf