[103817] trunk/dports/kde/kate

nicos at macports.org nicos at macports.org
Thu Mar 7 22:01:49 PST 2013


Revision: 103817
          https://trac.macports.org/changeset/103817
Author:   nicos at macports.org
Date:     2013-03-07 22:01:49 -0800 (Thu, 07 Mar 2013)
Log Message:
-----------
kate: update to version 4.10.1

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

Added Paths:
-----------
    trunk/dports/kde/kate/files/
    trunk/dports/kde/kate/files/patch-SuppressPate.diff

Modified: trunk/dports/kde/kate/Portfile
===================================================================
--- trunk/dports/kde/kate/Portfile	2013-03-08 06:01:31 UTC (rev 103816)
+++ trunk/dports/kde/kate/Portfile	2013-03-08 06:01:49 UTC (rev 103817)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                kate
-version             4.9.5
+version             4.10.1
 categories          kde kde4
 license             LGPL-2+
 maintainers         nicos openmaintainer
@@ -20,10 +20,15 @@
 master_sites        kde:stable/${version}/src/
 use_xz              yes
 distname            kate-${version}
-checksums           rmd160  6469f261557ac0351b3466b607c43ef7e27b5ac5 \
-                    sha256  515819da87dc442f9aa1ee34252e706a0b55bd32ebecd4f908b5c632d777e08a
+checksums           rmd160  a6f80f557d4a74c5b33d86585a0b95922c3ca811 \
+                    sha256  e7c273046998ac5dcc776345411091b20ef0b002c04e0f8ae37f8b5f0d99aa4f
 
+#Suppress pate plugin which requires the whole Python armada plus pykde4 which we don't have
+patchfiles-append   patch-SuppressPate.diff
+
 depends_lib-append  port:kdelibs4 \
+                    port:kactivities \
+                    port:qjson \
                     port:oxygen-icons
 
 #Forces use of clang compiler (does not build with gcc, ticket #37596)

Added: trunk/dports/kde/kate/files/patch-SuppressPate.diff
===================================================================
--- trunk/dports/kde/kate/files/patch-SuppressPate.diff	                        (rev 0)
+++ trunk/dports/kde/kate/files/patch-SuppressPate.diff	2013-03-08 06:01:49 UTC (rev 103817)
@@ -0,0 +1,10 @@
+--- kate/plugins/CMakeLists.txt.orig	2013-01-24 06:48:25.000000000 +0900
++++ kate/plugins/CMakeLists.txt	2013-02-15 23:59:58.000000000 +0900
+@@ -39,6 +39,6 @@
+ 
+ add_subdirectory( filetree )
+ 
+-macro_optional_add_subdirectory(pate)
++#macro_optional_add_subdirectory(pate)
+ 
+ macro_optional_add_subdirectory(project)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130307/80a20f78/attachment.html>


More information about the macports-changes mailing list