[111173] trunk/dports/kde/kdepim4-runtime
nicos at macports.org
nicos at macports.org
Sun Sep 15 23:34:58 PDT 2013
Revision: 111173
https://trac.macports.org/changeset/111173
Author: nicos at macports.org
Date: 2013-09-15 23:34:58 -0700 (Sun, 15 Sep 2013)
Log Message:
-----------
kdepim4-runtime: update to 4.11.1, correct livecheck
Modified Paths:
--------------
trunk/dports/kde/kdepim4-runtime/Portfile
Added Paths:
-----------
trunk/dports/kde/kdepim4-runtime/files/
trunk/dports/kde/kdepim4-runtime/files/patch-CMake-InfoPlist.diff
Modified: trunk/dports/kde/kdepim4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kdepim4-runtime/Portfile 2013-09-16 03:57:21 UTC (rev 111172)
+++ trunk/dports/kde/kdepim4-runtime/Portfile 2013-09-16 06:34:58 UTC (rev 111173)
@@ -6,8 +6,7 @@
PortGroup compiler_blacklist_versions 1.0
name kdepim4-runtime
-version 4.10.5
-revision 1
+version 4.11.1
categories kde kde4
maintainers intevation.de:bjoern.ricks nicos
license GPL-2+ LGPL-2+
@@ -20,9 +19,11 @@
use_xz yes
distname kdepim-runtime-${version}
-checksums rmd160 c1d414bc15333c7260c739f2e3ca98c83a0de7ff \
- sha256 83e6f9bfcb223d6b305105fa822d112a00c53160549b94e0390fb0c6f11f49dc
+checksums rmd160 c85f85dea826f5eefd092e67eda21d5d2ed9eb06 \
+ sha256 00b7362061dd1019ab0927ab6ab197331f9d72593146d88c5b58aff7ed924e82
+patchfiles patch-CMake-InfoPlist.diff
+
depends_lib-append port:kde4-runtime \
port:kdelibs4 \
port:akonadi \
@@ -39,5 +40,5 @@
#Also blacklist clang before Xcode 4.2
compiler.blacklist-append {clang < 211.10.1}
-livecheck.url http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex kdepim-runtime-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url http://kde.mirrors.hoobly.com/stable/
+livecheck.regex (\\d+(\\.\\d+)+)
Added: trunk/dports/kde/kdepim4-runtime/files/patch-CMake-InfoPlist.diff
===================================================================
--- trunk/dports/kde/kdepim4-runtime/files/patch-CMake-InfoPlist.diff (rev 0)
+++ trunk/dports/kde/kdepim4-runtime/files/patch-CMake-InfoPlist.diff 2013-09-16 06:34:58 UTC (rev 111173)
@@ -0,0 +1,11 @@
+--- agents/newmailnotifier/CMakeLists.txt.orig 2013-09-15 13:59:45.000000000 +0900
++++ agents/newmailnotifier/CMakeLists.txt 2013-09-15 14:00:40.000000000 +0900
+@@ -38,7 +38,7 @@
+
+
+ if (Q_WS_MAC)
+- set_target_properties( akonadi_newmailnotifier_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/Info.plist.template)
++ set_target_properties( akonadi_newmailnotifier_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/../Info.plist.template)
+ set_target_properties( akonadi_newmailnotifier_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER "org.kde.Akonadi.newmailnotifier")
+ set_target_properties( akonadi_newmailnotifier_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "KDE New Mail Notifier")
+ endif ()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130915/7545e981/attachment.html>
More information about the macports-changes
mailing list