summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authorahoka <ahoka>2009-07-27 23:06:46 +0000
committerahoka <ahoka>2009-07-27 23:06:46 +0000
commitfea4d1c21dbe7fddb12eb018f2ec00d4a2298262 (patch)
tree2694053a7df6a35bb09e5932693df2a0d1517359 /mail/sylpheed/Makefile
parent93e50ec5f32b61699c7d73476c9aae2b626d222d (diff)
downloadpkgsrc-fea4d1c21dbe7fddb12eb018f2ec00d4a2298262.tar.gz
Changes from 2.6.0
* The plug-in system was implemented (still experimental. See PLUGIN.txt for detail). * LibSylph (internal version) is built as shared library now. * The update check feature was implemented (requires curl command, included in Windows installer). * fsync() will be called after writing configuration files. * 'Send queued messages' is shown instead of 'Mark all read' in the context menu of the Queue folder. * The default command line options of spam filters were modified. * Win32: Hard link will be used to improve file I/O performance if available. * Win32: bsfilter is included in the installer now. If you have installed bsfilter at another location, please note that the location of database files might change. * Win32: Install/uninstall will be aborted if Sylpheed is running. * Win32: The registration of Start menu will be applied to all users. * Win32: The installer cannot launch Sylpheed anymore when install finishes (for Vista). * A crash bug on CSV import of the address book was fixed. * Several other bugfixes were made.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index b2a8cc41aad..1773d70ea39 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.116 2009/07/22 09:01:35 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2009/07/27 23:06:46 ahoka Exp $
-DISTNAME= sylpheed-2.6.0
+DISTNAME= sylpheed-2.7.0
CATEGORIES= mail news x11
-MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.6/
+MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.7/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= chris@NetBSD.org