diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
commit | a2d3b5a4bc5047210b788a128596ec34749ffa11 (patch) | |
tree | c3c20b47c3435ddcaf02b8570db6aab5b70011af /deskutils/kdepimlibs4/files/patch-CMakeLists.txt | |
parent | - Add dependency on security/pam_kde. (diff) |
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports
We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.
PR: 156293 [1]
159219 [2]
160164 [3]
Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1]
Alvaro Castillo <gobledb@gmail.com> [2]
dkeav04@gmail.com [3]
Tested by: exp-run via pav
Notes
Notes:
svn path=/head/; revision=283641
Diffstat (limited to 'deskutils/kdepimlibs4/files/patch-CMakeLists.txt')
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt index 671fd488cc8c..a5bcbed0a1ea 100644 --- a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt +++ b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt @@ -1,9 +1,9 @@ ---- ./CMakeLists.txt.orig 2010-06-06 12:01:57.000000000 -0400 -+++ ./CMakeLists.txt 2010-06-06 12:02:08.000000000 -0400 +--- ./CMakeLists.txt.orig 2011-07-20 08:36:16.000000000 +1100 ++++ ./CMakeLists.txt 2011-08-09 00:34:17.959934057 +1100 @@ -81,7 +81,7 @@ if (NOT KDEPIM_ONLY_KLEO) #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that. - set(Akonadi_MIN_VERSION "1.4.81") + set(Akonadi_MIN_VERSION "1.5.52") - find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET NO_MODULE) + find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET) macro_log_feature(Akonadi_FOUND "Akonadi server libraries" "Access to PIM storage and services" "http://pim.kde.org/akonadi" TRUE "${Akonadi_MIN_VERSION}" "") |