svn commit: r330317 - head/databases/akonadi

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Oct 14 13:14:20 UTC 2013


Author: rakuco
Date: Mon Oct 14 13:14:18 2013
New Revision: 330317
URL: http://svnweb.freebsd.org/changeset/ports/330317

Log:
  Update to 1.10.3 (and support staging).
  
  This release is particularly important for people using PostgreSQL as
  Akonadi's backend (note this is not the default), as Qt 4.8.5 and older
  versions of Akonadi do not play well.
  
  Full list of changes:
  - Fix crash when there are no flags to update during flags change
  - Fix crash on Akonadi shutdown when using PostgreSQL
  - Fix notification to clients about database upgrade
  - Send dummy requests to MySQL from time to time to keep the connection
    alive
  - Bug #277839 – Fix problem with too long socket paths
  - Bug #323977 – Check minimum MySQL version at runtime
  - Bug #252120, Bug #322931 – Use text instead of bytea column type for
    QString in PostgreSQL

Modified:
  head/databases/akonadi/Makefile
  head/databases/akonadi/distinfo
  head/databases/akonadi/pkg-plist

Modified: head/databases/akonadi/Makefile
==============================================================================
--- head/databases/akonadi/Makefile	Mon Oct 14 13:07:40 2013	(r330316)
+++ head/databases/akonadi/Makefile	Mon Oct 14 13:14:18 2013	(r330317)
@@ -2,11 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	akonadi
-PORTVERSION=	1.10.2
+PORTVERSION=	1.10.3
 CATEGORIES=	databases kde ipv6
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}/src
 DIST_SUBDIR=	KDE
+DISTVERSIONSUFFIX=	-1
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Storage server for KDE-Pim
@@ -27,7 +29,6 @@ CMAKE_ARGS+=	-DAKONADI_BUILD_TESTS:BOOL=
 		-DINSTALL_QSQLITE_IN_QT_PREFIX:BOOL=TRUE \
 		-DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
 USE_LDCONFIG=	yes
-MAKE_JOBS_UNSAFE=	yes
 
 PLIST_SUB+=	QT_PREFIX=${QT_PREFIX}
 
@@ -40,7 +41,6 @@ SQLITE_DESC=	Enable SQLite backend
 
 OPTIONS_DEFAULT=	MYSQL
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMYSQL}

Modified: head/databases/akonadi/distinfo
==============================================================================
--- head/databases/akonadi/distinfo	Mon Oct 14 13:07:40 2013	(r330316)
+++ head/databases/akonadi/distinfo	Mon Oct 14 13:14:18 2013	(r330317)
@@ -1,2 +1,2 @@
-SHA256 (KDE/akonadi-1.10.2.tar.bz2) = f3d50d5ab8070e7ceb9e64ac5eaa5f47a451071e27328219fe93bc9eeb3e32ca
-SIZE (KDE/akonadi-1.10.2.tar.bz2) = 227993
+SHA256 (KDE/akonadi-1.10.3-1.tar.bz2) = a8f66eec479c235ec67e77befac50c42743f627663fe2bb49238e82e6fbfffb0
+SIZE (KDE/akonadi-1.10.3-1.tar.bz2) = 228633

Modified: head/databases/akonadi/pkg-plist
==============================================================================
--- head/databases/akonadi/pkg-plist	Mon Oct 14 13:07:40 2013	(r330316)
+++ head/databases/akonadi/pkg-plist	Mon Oct 14 13:14:18 2013	(r330317)
@@ -19,7 +19,7 @@ lib/cmake/Akonadi/AkonadiTargetsWithPref
 lib/cmake/Akonadi/AkonadiTargetsWithPrefix.cmake
 lib/libakonadiprotocolinternals.so
 lib/libakonadiprotocolinternals.so.1
-lib/libakonadiprotocolinternals.so.1.10.2
+lib/libakonadiprotocolinternals.so.1.10.3
 libdata/pkgconfig/akonadi.pc
 share/config/akonadi/mysql-global-mobile.conf
 share/config/akonadi/mysql-global.conf


More information about the svn-ports-all mailing list