diff options
author | chris <chris> | 2003-01-19 23:08:19 +0000 |
---|---|---|
committer | chris <chris> | 2003-01-19 23:08:19 +0000 |
commit | 7264bdb82e1b61b12eee926421f380f82ab5f6af (patch) | |
tree | fc49769ff44b142600907328b63789299bc73a3c /mail/sylpheed/Makefile | |
parent | 2c311f5a8ba0bdde914684db316dbedef46e3c0b (diff) | |
download | pkgsrc-7264bdb82e1b61b12eee926421f380f82ab5f6af.tar.gz |
Update sylpheed to 0.8.9, closes pkg/19937.
Main changes are, for full changes see source codes changelog:
* Transition from libjconv to direct use of iconv() API has been made.
* Quoted-Printable encoding for outgoing messages has been enabled.
* Content-Transfer-Encoding for outgoing messages became user definable.
* The abbreviation method of newsgroup name has been improved.
* Russian locales support has been improved.
* Fixes for message canonicalization have been made.
* Bugs of header MIME encoding have been fixed.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 91c0bb5f8ad..79dfeb2c114 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2002/12/29 22:39:55 chris Exp $ +# $NetBSD: Makefile,v 1.31 2003/01/19 23:08:19 chris Exp $ -DISTNAME= sylpheed-0.8.8 +DISTNAME= sylpheed-0.8.9 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 |