[79367] trunk/dports/kde/kmymoney4

mk at macports.org mk at macports.org
Sat Jun 11 10:58:16 PDT 2011


Revision: 79367
          http://trac.macports.org/changeset/79367
Author:   mk at macports.org
Date:     2011-06-11 10:58:15 -0700 (Sat, 11 Jun 2011)
Log Message:
-----------
kmymoney4: version update to 4.3.95

Modified Paths:
--------------
    trunk/dports/kde/kmymoney4/Portfile

Removed Paths:
-------------
    trunk/dports/kde/kmymoney4/files/patch-kMyMoneyDateInput_eventFilter.diff

Modified: trunk/dports/kde/kmymoney4/Portfile
===================================================================
--- trunk/dports/kde/kmymoney4/Portfile	2011-06-11 17:37:44 UTC (rev 79366)
+++ trunk/dports/kde/kmymoney4/Portfile	2011-06-11 17:58:15 UTC (rev 79367)
@@ -7,8 +7,7 @@
 PortGroup           kde4    1.1
 
 name                kmymoney4
-version             4.5.3
-revision            1
+version             4.5.95
 
 categories          kde finance
 maintainers         mk pixilla openmaintainer
@@ -28,9 +27,9 @@
 distname            kmymoney-${version}
 use_bzip2           yes
 
-checksums           md5     c7104b5267822cf1708a118af29af75b \
-                    sha1    3333d19d2c84eae45b1be3aeb3d90780f2beb9e1 \
-                    rmd160  896e2efcfe7ec400327f74d40b9393eaf38cbce5
+checksums           md5     ea12b4d0f08ec519ea2f754f78cd5a24 \
+                    sha1    74f92a78561aa64791c5fd9ba4bca088f9c89195 \
+                    rmd160  eff0a6c518757015cd50d51b50dcd9140f891a08
 
 conflicts           kmymoney4-devel
 
@@ -38,7 +37,8 @@
                     port:aqbanking5 \
                     port:kdebase4-runtime \
                     port:kdepimlibs4 \
-                    port:oxygen-icons
+                    port:oxygen-icons \
+                    port:libalkimia
 
 pre-fetch {
     ui_msg \
@@ -80,9 +80,6 @@
 "
 }
 
-# This is a patch working around a crash in a date input field:
-patchfiles        patch-kMyMoneyDateInput_eventFilter.diff
-
 patch.dir         ${workpath}/${distname}
 patch.pre_args    -p1
 

Deleted: trunk/dports/kde/kmymoney4/files/patch-kMyMoneyDateInput_eventFilter.diff
===================================================================
--- trunk/dports/kde/kmymoney4/files/patch-kMyMoneyDateInput_eventFilter.diff	2011-06-11 17:37:44 UTC (rev 79366)
+++ trunk/dports/kde/kmymoney4/files/patch-kMyMoneyDateInput_eventFilter.diff	2011-06-11 17:58:15 UTC (rev 79367)
@@ -1,15 +0,0 @@
---- kmymoney-4.5.1/kmymoney/widgets/kmymoneydateinput.cpp.orig	2010-11-14 20:04:21.000000000 +0100
-+++ kmymoney-4.5.1/kmymoney/widgets/kmymoneydateinput.cpp	2010-11-14 20:05:54.000000000 +0100
-@@ -302,10 +302,10 @@
- bool kMyMoneyDateInput::eventFilter(QObject *, QEvent *e)
- {
-   if (e->type() == QEvent::FocusIn) {
--    d->m_datePopup->show(mapToGlobal(QPoint(0, height())));
-+;//    d->m_datePopup->show(mapToGlobal(QPoint(0, height())));
-     // select the date section, but we need to delay it a bit
-   } else if (e->type() == QEvent::FocusOut)
--    d->m_datePopup->hide();
-+;//    d->m_datePopup->hide();
-   else if (e->type() == QEvent::KeyPress) {
-     if (QKeyEvent *k = dynamic_cast<QKeyEvent*>(e)) {
-       keyPressEvent(k);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110611/a5745baf/attachment.html>


More information about the macports-changes mailing list