[103809] trunk/dports/devel/akonadi

nicos at macports.org nicos at macports.org
Thu Mar 7 20:02:33 PST 2013


Revision: 103809
          https://trac.macports.org/changeset/103809
Author:   nicos at macports.org
Date:     2013-03-07 20:02:33 -0800 (Thu, 07 Mar 2013)
Log Message:
-----------
akonadi: update to version 1.9.1, workaround for boost 1.53

Modified Paths:
--------------
    trunk/dports/devel/akonadi/Portfile

Added Paths:
-----------
    trunk/dports/devel/akonadi/files/patch-akapplication.diff

Modified: trunk/dports/devel/akonadi/Portfile
===================================================================
--- trunk/dports/devel/akonadi/Portfile	2013-03-08 04:00:48 UTC (rev 103808)
+++ trunk/dports/devel/akonadi/Portfile	2013-03-08 04:02:33 UTC (rev 103809)
@@ -5,7 +5,7 @@
 PortGroup           kde4    1.1
 
 name                akonadi
-version             1.9.0
+version             1.9.1
 categories          devel kde kde4
 maintainers         nicos openmaintainer
 license             LGPL-2+
@@ -17,9 +17,12 @@
 master_sites        kde:stable/${name}/src/
 use_bzip2           yes
 
-checksums           rmd160  ce1b2edcc8ac988335189d3692804802782a4cca \
-                    sha256  6ff5c23e426efc02784d4ab1a6e6dff24c8efe81fd34ec78bb52bb4d7733e013
+checksums           rmd160  ece2ae75ce9bc395e6a5c49908869756e6d7408b \
+                    sha256  53ae49a2039cc0454795f14f6c7c08780f39990652c45843f4266654c99a20f0
 
+#Circumvent new parsing errors from moc in boost with boost 1.53
+patchfiles          patch-akapplication.diff
+
 depends_lib-append  port:soprano \
                     port:boost \
                     port:shared-mime-info

Added: trunk/dports/devel/akonadi/files/patch-akapplication.diff
===================================================================
--- trunk/dports/devel/akonadi/files/patch-akapplication.diff	                        (rev 0)
+++ trunk/dports/devel/akonadi/files/patch-akapplication.diff	2013-03-08 04:02:33 UTC (rev 103809)
@@ -0,0 +1,13 @@
+--- shared/akapplication.h.orig	2013-03-02 20:51:18.000000000 +0900
++++ shared/akapplication.h	2013-03-07 11:46:06.000000000 +0900
+@@ -23,8 +23,10 @@
+ #include <QtCore/QObject>
+ 
+ #ifndef _WIN32_WCE
++#ifndef Q_MOC_RUN
+ #include <boost/program_options.hpp>
+ #endif
++#endif
+ 
+ class QCoreApplication;
+ class QApplication;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130307/36820924/attachment.html>


More information about the macports-changes mailing list