Revision: 89617 http://trac.macports.org/changeset/89617 Author: mk@macports.org Date: 2012-02-04 02:55:42 -0800 (Sat, 04 Feb 2012) Log Message: ----------- kmymoney4: update to 4.6.2 Modified Paths: -------------- trunk/dports/kde/kmymoney4/Portfile trunk/dports/kde/kmymoney4/files/patch-CMakeLists.txt.diff Modified: trunk/dports/kde/kmymoney4/Portfile =================================================================== --- trunk/dports/kde/kmymoney4/Portfile 2012-02-04 05:30:11 UTC (rev 89616) +++ trunk/dports/kde/kmymoney4/Portfile 2012-02-04 10:55:42 UTC (rev 89617) @@ -7,7 +7,7 @@ PortGroup kde4 1.1 name kmymoney4 -version 4.6.1 +version 4.6.2 categories kde finance maintainers mk pixilla openmaintainer @@ -27,9 +27,9 @@ distname kmymoney-${version} use_bzip2 yes -checksums md5 706b400bedbff9ea3376e527d5e1953e \ - sha1 dc1e80b256795df819c6167c22dc90ffcad741db \ - rmd160 d49885bf04849b8a4db901a1c099b39006ee2b95 +checksums md5 5659706cbe85416cbabfa000a29b19b5 \ + sha1 b7dc6ce3a36c441ae2d199725db9aa2ec23fdd1f \ + rmd160 b71f82f7fed3daba5711437db29cd225f38262d9 conflicts kmymoney4-devel @@ -40,52 +40,6 @@ port:oxygen-icons \ port:libalkimia -pre-fetch { - ui_msg \ -" =================================================== \n \ -This port is still VERY EXPERIMENTAL. Be patient!!! \n \ -=================================================== \n \ -PLEASE MIND THE NOTES DISPLAYED AFTER INSTALL!!! \n \ -===================================================" -} - -post-install { - ui_msg \ -" =================================================== \n \ -This port is still VERY EXPERIMENTAL. Be patient!!! \n \ -=================================================== \n \ - \n \ -So far known problems are: \n \ - - in some cases it doesn't get installed properly \n \ - - it may not start up (jumping icon in dock) \n \ - \n \ -Known crash situations are: \n \ - - repeated opening and closing of reports \n \ - - leaving transaction editor with ENTER key \n \ - on a freshly downloaded transaction \n \ - \n \ -Start application from \n \ -\ ${prefix}/Applications/KDE4/kmymoney.app \n \ - \n \ -Some systems have problems finding phonon, in that \n \ -case define the fallback library search path: \n \ -\ export DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib \n \ - \n \ -In case kmymoney.app doesn't start up, launch the \n \ -app's executable from a terminal window \n \ - \n \ -\ .../kmymoney.app/Contents/MacOS/kmymoney \n \ - \n \ -and watch its console output! \n \ - \n \ -=================================================== \n \ - \n \ - Don't forget to make sure that dbus is running!!! \n \ - \n \ -=================================================== \n \ -" -} - patch.dir ${workpath}/${distname} patch.pre_args -p1 patchfiles patch-CMakeLists.txt.diff Modified: trunk/dports/kde/kmymoney4/files/patch-CMakeLists.txt.diff =================================================================== --- trunk/dports/kde/kmymoney4/files/patch-CMakeLists.txt.diff 2012-02-04 05:30:11 UTC (rev 89616) +++ trunk/dports/kde/kmymoney4/files/patch-CMakeLists.txt.diff 2012-02-04 10:55:42 UTC (rev 89617) @@ -1,6 +1,6 @@ ---- kmymoney-4.6.1/CMakeLists.txt 2011-11-10 22:16:34.000000000 +0100 -+++ kmymoney-4.6.1/CMakeLists.txt.new 2011-11-10 22:27:36.000000000 +0100 -@@ -412,8 +412,3 @@ +--- kmymoney-4.6.2/CMakeLists.txt 2011-11-10 22:16:34.000000000 +0100 ++++ kmymoney-4.6.2/CMakeLists.txt.new 2011-11-10 22:27:36.000000000 +0100 +@@ -412,7 +412,3 @@ message("Good - your configure finished. Now type 'make' to build KMyMoney. For more help, consult README.cmake ") @@ -8,4 +8,3 @@ -find_package(Gettext REQUIRED) -add_subdirectory( po ) -add_subdirectory( doc-translations ) --add_subdirectory( doc )