pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/akonadi Update akonadi to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/010d41957eb6
branches:  trunk
changeset: 552815:010d41957eb6
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jan 09 23:08:23 2009 +0000

description:
Update akonadi to 1.1.0

- Restart agents when their executable changed.
- Buildsystem fixes to find and link boost on all platforms.
- Improvements to the startup to prevent partial startup.
- Include revision number in the version string when building from SVN.
- Shut down when we lost the connection to the D-Bus session bus.
- add some basic handling of command line args.
- Add a D-Bus call to flush the notification queue.
- Automatically fix world-writeable mySQL config files.
- Fix for FreeBSD mysql path.

diffstat:

 mail/akonadi/Makefile |  6 ++++--
 mail/akonadi/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 4f356abe0bae -r 010d41957eb6 mail/akonadi/Makefile
--- a/mail/akonadi/Makefile     Fri Jan 09 22:29:41 2009 +0000
+++ b/mail/akonadi/Makefile     Fri Jan 09 23:08:23 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/12/19 21:38:31 markd Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/09 23:08:23 markd Exp $
 
-DISTNAME=      akonadi-1.0.81
+DISTNAME=      akonadi-1.1.0
 CATEGORIES=    mail
 MASTER_SITES=  http://download.akonadi-project.org/
 EXTRACT_SUFX=  .tar.bz2
@@ -27,6 +27,8 @@
        ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
        ${MKDIR} ${WRKSRC}/_build
 
+PKGCONFIG_OVERRIDE+=   akonadi.pc.cmake
+
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
diff -r 4f356abe0bae -r 010d41957eb6 mail/akonadi/distinfo
--- a/mail/akonadi/distinfo     Fri Jan 09 22:29:41 2009 +0000
+++ b/mail/akonadi/distinfo     Fri Jan 09 23:08:23 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/12/19 21:38:31 markd Exp $
+$NetBSD: distinfo,v 1.3 2009/01/09 23:08:23 markd Exp $
 
-SHA1 (akonadi-1.0.81.tar.bz2) = 8495a131c9856f7e6267bec14a6f1fd98aaab741
-RMD160 (akonadi-1.0.81.tar.bz2) = 05a42f4c3d9c002236095d08c75d098895b13fec
-Size (akonadi-1.0.81.tar.bz2) = 130576 bytes
+SHA1 (akonadi-1.1.0.tar.bz2) = d8ee17760c9179743ffbdb51de97af1d20b9308b
+RMD160 (akonadi-1.1.0.tar.bz2) = c262afd5e69461287394846800e896ddd6418ab4
+Size (akonadi-1.1.0.tar.bz2) = 139743 bytes



Home | Main Index | Thread Index | Old Index