Revision: 89449 http://trac.macports.org/changeset/89449 Author: mk@macports.org Date: 2012-01-29 11:24:40 -0800 (Sun, 29 Jan 2012) Log Message: ----------- kmymoney4-devel: update to latest git version which has a little KDE 4.8.0 fix, also removed hopefully unnecessary installation notes Modified Paths: -------------- trunk/dports/kde/kmymoney4-devel/Portfile Modified: trunk/dports/kde/kmymoney4-devel/Portfile =================================================================== --- trunk/dports/kde/kmymoney4-devel/Portfile 2012-01-29 19:11:33 UTC (rev 89448) +++ trunk/dports/kde/kmymoney4-devel/Portfile 2012-01-29 19:24:40 UTC (rev 89449) @@ -8,17 +8,16 @@ fetch.type git git.url git://anongit.kde.org/kmymoney -git.branch 2596486ddb79e7606d0dd2a5b236d5b43c6c935b +git.branch 78f208d213cf32f64ae6f156ec5fe5da2da181a6 name kmymoney4-devel -version 4.6-20120119 -revision 1 +version 4.6-20120129 categories kde kde4 finance maintainers mk pixilla openmaintainer -description kmymoney version 4 following SVN HEAD as close as possible (THIS IS STILL AN EXPERIMENTAL PORT.) -long_description KMyMoney is the personal finance manager for KDE. (THIS IS STILL AN EXPERIMENTAL PORT.) +description KMyMoney version 4 following git master as close as possible +long_description KMyMoney is the personal finance manager for KDE. platforms darwin license GPL-2+ @@ -40,53 +39,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_remove_manpage.diff
participants (1)
-
mk@macports.org