[81478] trunk/dports/kde/kdesdk4

mk at macports.org mk at macports.org
Sun Jul 31 08:42:44 PDT 2011


Revision: 81478
          http://trac.macports.org/changeset/81478
Author:   mk at macports.org
Date:     2011-07-31 08:42:44 -0700 (Sun, 31 Jul 2011)
Log Message:
-----------
kdesdk4: update to 4.7.0

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

Added Paths:
-----------
    trunk/dports/kde/kdesdk4/files/
    trunk/dports/kde/kdesdk4/files/patch-catalogitem.diff

Modified: trunk/dports/kde/kdesdk4/Portfile
===================================================================
--- trunk/dports/kde/kdesdk4/Portfile	2011-07-31 15:35:48 UTC (rev 81477)
+++ trunk/dports/kde/kdesdk4/Portfile	2011-07-31 15:42:44 UTC (rev 81478)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                kdesdk4
-version             4.6.4
+version             4.7.0
 categories          kde kde4
 maintainers         snc sharky
 description         Utilities to ease development with the KDE4 platform
@@ -15,13 +15,15 @@
 master_sites        kde:stable/${version}/src/
 use_bzip2           yes
 distname            kdesdk-${version}
-checksums           rmd160  6e58427c1db312fa7693fd4b0107ab4212187871 \
-                    sha256  20c4b8fe0aa4b1a4b235c289f53d3fb93427e4f471bfef90b736fbcfb5197723
+checksums           rmd160  f4ba25b481f82314d848614843140afc7a58b060 \
+                    sha256  dbe2bf01f30fa7a867bf971b0ce141ffd297cb196eecc4224d9f28b4b34e7d12
 
-depends_lib-append  port:kdebase4 port:antlr port:boost
+depends_lib-append  port:kde4-baseapps port:antlr port:boost
 
 universal_variant   no
 
+patchfiles          patch-catalogitem.diff
+
 livecheck.type      regex
 livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
 livecheck.regex     kdesdk-(\\d+\\.\\d+\\.\\d+)

Added: trunk/dports/kde/kdesdk4/files/patch-catalogitem.diff
===================================================================
--- trunk/dports/kde/kdesdk4/files/patch-catalogitem.diff	                        (rev 0)
+++ trunk/dports/kde/kdesdk4/files/patch-catalogitem.diff	2011-07-31 15:42:44 UTC (rev 81478)
@@ -0,0 +1,11 @@
+--- lokalize/src/catalog/gettext/catalogitem.cpp	2011-07-31 17:00:44.000000000 +0200
++++ lokalize/src/catalog/gettext/catalogitem.cpp.new	2011-07-31 17:20:15.000000000 +0200
+@@ -180,7 +180,7 @@
+ void CatalogItem::setComment(const QString& com)
+ {
+     static QRegExp fuzzyRegExp("((?:^|\n)#(?:,[^,]*)*),\\s*fuzzy");
+-    d->_fuzzyCached=com.contains( fuzzyRegExp );
++    d->_fuzzyCached= (bool) com.contains( fuzzyRegExp );
+     d->_comment=com.toUtf8();
+     d->_comment.squeeze();
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110731/7b02d9ee/attachment.html>


More information about the macports-changes mailing list