summaryrefslogtreecommitdiff
path: root/mail/claws-mail-spamassassin
diff options
context:
space:
mode:
authorsmb <smb>2008-01-09 03:55:09 +0000
committersmb <smb>2008-01-09 03:55:09 +0000
commit860daa964336deddc0570eaf772a890db98d56e4 (patch)
treee19128809df3b5e3dcaefaf5c1a0196832e40d57 /mail/claws-mail-spamassassin
parent5bbe96fd13703b58ba4b9c2cba592083961ef272 (diff)
downloadpkgsrc-860daa964336deddc0570eaf772a890db98d56e4.tar.gz
Upgrade Claws Mail to 3.2.0, plus add the tnef plug-in.
# Several GUI improvements The colour preferences have been split into tabs. Improve the way 'Find in current message' search results are shown by vertically centering the selected text in the Message View. Improvements to the 'List URIs' dialogue. Filtering/Processing Match Type dialogue has been reworked. Several other layout improvements. # Several address book improvements Added Custom Attributes, which can be edited from '/Tools/Edit custom attributes...' and are used from the 'Name' drop down list on the 'Edit Person Details' dialogue. Always add a new contact if any value is set, instead of silently rejecting it when an email address is not set. Better guessing of contact name from incomplete name information. Better display of contacts that have no name set, in contact lists, group contents, find duplicate results. Error messages don't show in the status bar anymore, alert panels are used instead. Several other GUI improvements. # Added optional Tooltips to the Message List. This is enabled by the 'Show tooltips' option on the '/Display/Summaries' Preferences page and is only possible with GTK+ >= 2.12 # Much improved handling of Return Receipts, both outgoing and incoming. # Added the option to use the system defaults for External Programs preferences on the '/Message View/External Programs' page. # Added "select first email in list" to the list of possible selections in the 'Set default selection on entering a folder' options on the '/Display/Summaries' preferences page. # IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode prevents fetching of tags.) # IMAP: Optimised flag handling and message copying. # Improved printed page layout for built-in GTK+ printing Bold fonts are now used where appropriate and a demarcation between header and body has been added. # Optimised filtering on flags/tags changes. # MAEMO: Added LED flashing for new mail alerts # MAEMO: Made all of the left of column in the Folder List a hotspot for expanding/collapsing the tree. # Updated translations: Brazilian Portuguese, French, German, Hungarian, Italian, and Spanish
Diffstat (limited to 'mail/claws-mail-spamassassin')
-rw-r--r--mail/claws-mail-spamassassin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/claws-mail-spamassassin/Makefile b/mail/claws-mail-spamassassin/Makefile
index bd71ae8d9e1..a9ed75fe5cb 100644
--- a/mail/claws-mail-spamassassin/Makefile
+++ b/mail/claws-mail-spamassassin/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2007/10/23 20:16:54 smb Exp $
+# $NetBSD: Makefile,v 1.5 2008/01/09 03:55:12 smb Exp $
#
PLUGIN_NAME= spamassassin
-PLUG_VER= 3.0.1
+PLUG_VER= 3.2.0
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Enables the scanning of incoming mail using SpamAssassin
-PKGREVISION= 2
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
-DEPENDS+= claws-mail>=3.0.1:../../mail/claws-mail
-DEPENDS+= spamassassin>=3.2.1:../../mail/spamassassin
+DEPENDS+= claws-mail-3.2.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= spamassassin>=3.2.3:../../mail/spamassassin
.include "../../mail/claws-mail/Makefile.vers"
.include "../../x11/gtk2/buildlink3.mk"