diff options
author | grant <grant@pkgsrc.org> | 2002-08-22 05:10:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-22 05:10:56 +0000 |
commit | d6635a2b7a97f221edde5199db69336d529864c1 (patch) | |
tree | 65a563206278ff4a7cccce60566b04c020235026 /mail/sylpheed/Makefile | |
parent | 4164402d80526d20e557290cde88a19e0667260a (diff) | |
download | pkgsrc-d6635a2b7a97f221edde5199db69336d529864c1.tar.gz |
Update to sylpheed-0.8.1.
Changes since 0.8.0:
* The regression of Japanese code conversion have been fixed.
* The problem in MIME header encoding has been fixed.
* Several memory leaks in the address book 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 02b7d9cd459..e8acac6d2ea 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2002/08/19 03:13:17 kei Exp $ +# $NetBSD: Makefile,v 1.17 2002/08/22 05:10:56 grant Exp $ -DISTNAME= sylpheed-0.8.0 +DISTNAME= sylpheed-0.8.1 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 |