[94379] trunk/dports/kde/kmymoney4/Portfile

mk at macports.org mk at macports.org
Sun Jun 17 00:54:01 PDT 2012


Revision: 94379
          https://trac.macports.org/changeset/94379
Author:   mk at macports.org
Date:     2012-06-17 00:53:56 -0700 (Sun, 17 Jun 2012)
Log Message:
-----------
kmymoney4: latest release version 4.6.2 is currently broken on Qt4.8 (#34892), redirect the users to kmymoney4-devel which builds fine

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

Modified: trunk/dports/kde/kmymoney4/Portfile
===================================================================
--- trunk/dports/kde/kmymoney4/Portfile	2012-06-17 01:01:06 UTC (rev 94378)
+++ trunk/dports/kde/kmymoney4/Portfile	2012-06-17 07:53:56 UTC (rev 94379)
@@ -10,6 +10,8 @@
 version             4.6.2
 revision            1
 
+replaced_by         kmymoney4-devel
+
 categories          kde finance
 maintainers         mk pixilla openmaintainer
 
@@ -18,42 +20,17 @@
 platforms           darwin
 license             GPL-2+
 
+conflicts           kmymoney4-devel
+
 homepage            http://kmymoney2.sourceforge.net/index-home.html
-master_sites        sourceforge:kmymoney2
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/kmymoney2/files/
 livecheck.regex     "kmymoney-(4\\.\\d+?(\\.\\d+))\\.tar"
 
-distname            kmymoney-${version}
-use_bzip2           yes
-
-build.asroot        yes
-
-checksums           md5     5659706cbe85416cbabfa000a29b19b5 \
-                    sha1    b7dc6ce3a36c441ae2d199725db9aa2ec23fdd1f \
-                    rmd160  b71f82f7fed3daba5711437db29cd225f38262d9
-
-conflicts           kmymoney4-devel
-
-depends_lib-append  port:libofx \
-                    port:aqbanking5 \
-                    port:kde4-runtime \
-                    port:kdepimlibs4 \
-                    port:oxygen-icons \
-                    port:libalkimia
-
-patch.dir           ${workpath}/${distname}
-patch.pre_args      -p1
-patchfiles          patch-CMakeLists.txt.diff
-
-#default_variants +no_x11 +no_gtk
-
-variant no_x11 description {build without X11 to avoid unneeded dependencies} {}
-
-variant no_gtk description {build without GTK support to ensure avahi gets build without it, avoiding X11} {}
-
-post-activate {
-    # Calling kbuildsycoca4 in case KDE hasn't called it yet to make sure that plugins are loaded.
-    system "${prefix}/bin/kbuildsycoca4"
+pre-fetch {
+    ui_error "KMyMoney's ${version} release version is broken on Qt 4.8! For now it is recommended to install port kmymoney4-devel."
+    return -code error
 }
+
+distfiles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120617/deaf29e7/attachment.html>


More information about the macports-changes mailing list