[121884] trunk/dports/kde/krusader/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Jul 10 07:54:37 PDT 2014


Revision: 121884
          https://trac.macports.org/changeset/121884
Author:   khindenburg at macports.org
Date:     2014-07-10 07:54:37 -0700 (Thu, 10 Jul 2014)
Log Message:
-----------
krusader: update to 2.4.0-beta3 - compiles on Mavericks (#43563)

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

Modified: trunk/dports/kde/krusader/Portfile
===================================================================
--- trunk/dports/kde/krusader/Portfile	2014-07-10 14:52:03 UTC (rev 121883)
+++ trunk/dports/kde/krusader/Portfile	2014-07-10 14:54:37 UTC (rev 121884)
@@ -5,10 +5,9 @@
 PortGroup           kde4   1.1
 
 name                krusader
-version             2.0.0
-revision            1
+version             2.4.0-beta3
 categories          kde kde4
-maintainers         nomaintainer
+maintainers         khindenburg openmaintainer
 license             GPL-2+
 
 description         Advanced twin panel (commander style) file manager for KDE.
@@ -20,44 +19,12 @@
 platforms           darwin
 homepage            http://krusader.org
 master_sites        sourceforge:project/krusader/krusader/${version}
+distname            krusader-${version}
+use_bzip2           yes
 
-checksums           md5     f80f500a136d549739ad5d4bcab7fa5f \
-                    sha1    e78abf03c910ef1f98251eb0959f8b3955bbd1f0 \
-                    rmd160  b017b3291e0f3e52865bb9d4226efc5dc886b286
+checksums           rmd160  569cf99ab8d2f23d888e922dc4c996d16ef1f0bc \
+                    sha256  ca43ddeef91e2821142b723d13c0be4bf0d138a9718cccd914cecb675cc97dae
 
 depends_lib-append  port:kdelibs4 \
                     port:kde4-runtime
 
-post-extract {
-    # if there is no 128x128 icon, no Mac OS X application icon will be generated
-    # (at least cmake-2.8 shows this behaviour)
-    copy ${filespath}/hi128-app-krusader_user.png ${workpath}/${distname}/krusader/
-}
-
-patchfiles          app-install-bug.patch \
-                    7429ec2e1a43a5d2d0c883311b181a8d3ea53dc6.patch \
-                    000feab199d06f0dcd816d958aae01f0ebf2631c.patch \
-                    patch-CMakeLists.diff
-patch.dir           ${workpath}/${distname}
-
-# ticket #31655
-# krusader/Dialogs/checksumdlg.cpp:32:61: error: default arguments can only be specified for parameters in a function declaration
-#   const QString checksumFile, bool recursive, const QString& type=QString());
-compiler.blacklist-append *clang*
-
-platform darwin {
-    if {${os.major} >= 13} {
-        # TODO: Test Mavericks once the clang build failures are addressed
-
-        depends_lib
-        depends_run
-        pre-fetch {
-            ui_error "$name does not build on Mavericks or later."
-            error "unsupported platform"
-        }
-    }
-}
-
-
-# awful hack to avoid meinproc crash, ticket #30162
-build.asroot        yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140710/d42708ab/attachment.html>


More information about the macports-changes mailing list