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
This commit is contained in:
@@ -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@FreeBSD.org
|
||||
COMMENT= Storage server for KDE-Pim
|
||||
@@ -27,7 +29,6 @@ CMAKE_ARGS+= -DAKONADI_BUILD_TESTS:BOOL=FALSE \
|
||||
-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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,7 +19,7 @@ lib/cmake/Akonadi/AkonadiTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user