diff options
author | markd <markd> | 2009-01-09 23:08:23 +0000 |
---|---|---|
committer | markd <markd> | 2009-01-09 23:08:23 +0000 |
commit | 5feb6aeb3dc874f445dc11e6f8b5a7c6d5bccf20 (patch) | |
tree | 1436d502c93b974aa1621325b0c5d21983709444 /mail | |
parent | 43f640de76c232392e6cd23cb069fbdc25e3db11 (diff) | |
download | pkgsrc-5feb6aeb3dc874f445dc11e6f8b5a7c6d5bccf20.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/akonadi/Makefile | 6 | ||||
-rw-r--r-- | mail/akonadi/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mail/akonadi/Makefile b/mail/akonadi/Makefile index 06f07e46d7c..9b7750fb67d 100644 --- a/mail/akonadi/Makefile +++ b/mail/akonadi/Makefile @@ -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 @@ pre-configure: ${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 --git a/mail/akonadi/distinfo b/mail/akonadi/distinfo index b74315f437a..fa0096b81ff 100644 --- a/mail/akonadi/distinfo +++ b/mail/akonadi/distinfo @@ -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 |