summaryrefslogtreecommitdiff
path: root/mail/claws-mail-trayicon
diff options
context:
space:
mode:
authorsmb <smb>2007-10-23 20:16:50 +0000
committersmb <smb>2007-10-23 20:16:50 +0000
commit311e5807a06c096f45414883413742a405a8ee9a (patch)
tree36267696998acec34190efeb8f5ed47b34c59294 /mail/claws-mail-trayicon
parented25f0dc38f70d9cf1cbca662103f732b794e2c7 (diff)
downloadpkgsrc-311e5807a06c096f45414883413742a405a8ee9a.tar.gz
Update claws-mail to 3.0.2:
* Bug fixes: o bug 1320, 'Memory leak caused by gtk_container_get_children' o bug 1321, 'access before allocation when scanning for uris' o bug 1324, 'Corrupted IMAP cache' o bug 1327, 'segfault when replying to a non-existent news message' o bug 1329, 'error in quicksearch.c' o bug 1334, 'user defined mail incorporation script not run' o bug 1336, 'Segfault if empty space before search-string' o bug 1337, 'Crash on removing uncached emails' o Prevent unquoted mime boundaries, by always using a / o Remove unnecessary error when cancelling export to mbox. o MAEMO: make all Folder Properties pages visible o MAEMO: fix overlapping buttons in Edit Accounts page Also update the version dependencies of all plug-ins. The reality of the numbering for standard plug-ins was different than had been assumed, and the actual published dependencies were more complex tha was captured by the previous structure.
Diffstat (limited to 'mail/claws-mail-trayicon')
-rw-r--r--mail/claws-mail-trayicon/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/claws-mail-trayicon/Makefile b/mail/claws-mail-trayicon/Makefile
index ba3bae2fe67..c218e379baa 100644
--- a/mail/claws-mail-trayicon/Makefile
+++ b/mail/claws-mail-trayicon/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2007/09/23 17:08:04 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/10/23 20:16:54 smb Exp $
#
PLUGIN_NAME= trayicon
-PKGREVISION= 1
+PLUG_VER= 3.0.1
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Places an icon in the system tray for new mail
+PKGREVISION= 2
CONFIGURE_ARGS+= --enable-trayicon-plugin
-DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail>=3.0.1:../../mail/claws-mail
.include "../../mail/claws-mail/Makefile.vers"
.include "../../x11/gtk2/buildlink3.mk"