diff options
author | chris <chris@pkgsrc.org> | 2005-04-12 20:40:00 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2005-04-12 20:40:00 +0000 |
commit | 75a3980e1bbb3a4ba471bc2806684a654afdfedf (patch) | |
tree | d5fa325e63751d7a0fee9dde4a4106a25398dfa5 /mail | |
parent | ddf547da3150bb4e76cdef45d89cd6837394fb97 (diff) | |
download | pkgsrc-75a3980e1bbb3a4ba471bc2806684a654afdfedf.tar.gz |
Update Sylpheed-devel to 1.9.8. Note quite a few things have changed with
1.9.8, some quite noticable, eg the folder view. I've also commented out
the sylpheed-claws sourceforge mirror until it's caught up.
Main changes:
* The filter preferences dialog, the edit account dialog, and the
folderview were reimplemented using GtkTreeView.
* Auto-scroll on DnD was implemented.
* GBK encoding is supported.
* The broken PLAIN authentication for SMTP AUTH was fixed.
* A workaround for some SMTP servers, which terminate connection
right after QUIT command was sent, was made.
(specifically Gmail server)
* Clear-signed messages are not MIME-encoded anymore.
* The line-wrapping of composition window was modified not to screw
up itemized lines.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 86aae8d89ec..a9a4f5f336c 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/12 20:40:00 chris Exp $ -DISTNAME= sylpheed-1.9.7 +DISTNAME= sylpheed-1.9.8 CATEGORIES= mail news x11 +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index cb3ec7107fa..f092c12e184 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/03/29 12:27:47 xtraeme Exp $ +$NetBSD: distinfo,v 1.3 2005/04/12 20:40:00 chris Exp $ -SHA1 (sylpheed-1.9.7.tar.bz2) = 04de9af4c609c61d79f4ffecf2c776c76462edec -RMD160 (sylpheed-1.9.7.tar.bz2) = b0c04232d20ddf7c451e270534eb98cd8c040219 -Size (sylpheed-1.9.7.tar.bz2) = 2219760 bytes +SHA1 (sylpheed-1.9.8.tar.bz2) = 9dea77fb3287dbace235a63e34bd516f0a5e557a +RMD160 (sylpheed-1.9.8.tar.bz2) = 43171520be17ee4c61e120296f70f87250a05512 +Size (sylpheed-1.9.8.tar.bz2) = 2222082 bytes |