diff options
author | markd <markd@pkgsrc.org> | 2008-12-19 21:38:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-12-19 21:38:31 +0000 |
commit | 4ef2b4140a7320204fc4157d80a9b1311c1a7037 (patch) | |
tree | 6d37efcfef7329ccaa31fb5f56554efe3fab7493 /mail | |
parent | bd8a958bd292fcd638e77ab2028c903ba9852406 (diff) | |
download | pkgsrc-4ef2b4140a7320204fc4157d80a9b1311c1a7037.tar.gz |
Update akonadi to 1.0.81
1.0.81 16-Dec-2008
---------------------------------------------
- Restore protocol backward compatibility with Akonadi 1.0.x servers.
- Build system fixes.
- Fix compiler warnings.
- Fall back to the default server path if the configured one points
to a non-existing file.
1.0.80 19-Nov-2008
---------------------------------------------
- Query agent status information asynchronously and answer all queries from
cached values, reduces the risk of an agents blocking the Akonadi server.
- Increase mysql limits to more realistical values.
- Don't mark all new items as recent.
- Changes so it can store the size of an item.
- Better error detection.
- Prevent translated month names in the protocol.
- Some build fixes.
- Handle multiline output correctly.
- Terminate the control process when the server process failed to start.
- Add the ability to debug or valgrind a resource right from the
beginning, similar to the way this can be done with KIO slaves.
- Fix fetching of linked items in arbitrary collections.
- Add notification support for item references in virtual collections.
- Add LINK/UNLINK commands to edit references to items in virtual collections.
- Add a way to notify agents that their configuration has been changed remotely.
- Make sure that all modification times are stored in UTC time zone.
- Unquoted date time with a lenght of 26 characters was not parsed properly.
- Add serverside timestamp support for items.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/akonadi/Makefile | 7 | ||||
-rw-r--r-- | mail/akonadi/PLIST | 3 | ||||
-rw-r--r-- | mail/akonadi/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/mail/akonadi/Makefile b/mail/akonadi/Makefile index 92890cf9d90..06f07e46d7c 100644 --- a/mail/akonadi/Makefile +++ b/mail/akonadi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/11/13 23:20:14 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/19 21:38:31 markd Exp $ -DISTNAME= akonadi-1.0.0 +DISTNAME= akonadi-1.0.81 CATEGORIES= mail MASTER_SITES= http://download.akonadi-project.org/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir # BUILD_MAKE_FLAGS+= VERBOSE=1 -BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 +BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt USE_DIRS+= kde4-1.0 @@ -28,6 +28,7 @@ pre-configure: ${MKDIR} ${WRKSRC}/_build .include "../../databases/shared-mime-info/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" .include "../../x11/qt4-qdbus/buildlink3.mk" diff --git a/mail/akonadi/PLIST b/mail/akonadi/PLIST index b802d37b24d..969a7116969 100644 --- a/mail/akonadi/PLIST +++ b/mail/akonadi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/03 11:19:56 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/12/19 21:38:31 markd Exp $ bin/akonadi_control bin/akonadictl bin/akonadiserver @@ -20,6 +20,7 @@ share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Control.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Status.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.AgentManager.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.ControlManager.xml +share/dbus-1/interfaces/org.freedesktop.Akonadi.DebugInterface.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationManager.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.Resource.xml share/dbus-1/interfaces/org.freedesktop.Akonadi.Search.xml diff --git a/mail/akonadi/distinfo b/mail/akonadi/distinfo index 7f011922cb0..b74315f437a 100644 --- a/mail/akonadi/distinfo +++ b/mail/akonadi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/11/03 11:19:56 markd Exp $ +$NetBSD: distinfo,v 1.2 2008/12/19 21:38:31 markd Exp $ -SHA1 (akonadi-1.0.0.tar.bz2) = 2bde2ab048691de6daf4fb64969c08b307783665 -RMD160 (akonadi-1.0.0.tar.bz2) = ed26406bef2666c25f38e4c477dfb8817657d726 -Size (akonadi-1.0.0.tar.bz2) = 122815 bytes +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 |