diff options
author | salo <salo> | 2003-03-07 21:58:01 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-07 21:58:01 +0000 |
commit | 5fd5ea79bf8a8df245ad5f1c2f2f6664504c6923 (patch) | |
tree | b1c87f8187a7ab6983c168276bf2f9bd23e36e5b /mail/sylpheed/Makefile | |
parent | a005e17b3ae38d8f116a6e6dbd3016ed5d163017 (diff) | |
download | pkgsrc-5fd5ea79bf8a8df245ad5f1c2f2f6664504c6923.tar.gz |
Updated to version 0.8.11.
Patch provided by Juan RP via PR pkg/20611.
Changes:
0.8.11:
=======
- The folder option to remove parentheses and brackets at the beginning
of subject has been added.
- The option to use command output for signature has been added.
- The summary search now also looks for collapsed nodes.
- The size of the source window is now remembered.
- Euro locales (ISO-8859-15) have been supported.
- Many locales and encodings which were not supported before have been
added.
- Galician translation has been added.
- Support for Latin locales (ISO-8859) has been fixed.
- UTF-8 locale support has been fixed.
- The folding problem of headers has been fixed.
- The more workaround for abort problem in Japanese locale has been made.
- Other bugfixes have been made.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 8d11f0ac133..439a07f3ce0 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2003/02/15 00:49:10 salo Exp $ +# $NetBSD: Makefile,v 1.35 2003/03/07 21:58:01 salo Exp $ -DISTNAME= sylpheed-0.8.10 -PKGREVISION= 1 +DISTNAME= sylpheed-0.8.11 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 |