diff options
author | chris <chris> | 2004-06-17 22:22:16 +0000 |
---|---|---|
committer | chris <chris> | 2004-06-17 22:22:16 +0000 |
commit | 41e8d749f5fa2ceb0c5a9dd416609adcb03a7c96 (patch) | |
tree | 80285d7d70a5e75d84269e111c2ff8927fbba72f /mail/sylpheed/Makefile | |
parent | ccbf633384599078deb4617217248605865c9d8c (diff) | |
download | pkgsrc-41e8d749f5fa2ceb0c5a9dd416609adcb03a7c96.tar.gz |
Update sylpheed to 0.9.12.
Note that the cache version change may lose message flags.
However the issue fixed probably does effect NetBSD, as well as FreeBSD.
Main changes are:
* A session timeout for POP3/SMTP has been implemented.
* The 'Print' menu on the context menu has been restored.
* The value of CACHE_VERSION has been increased to prevent a cache
incompatibility problem on some platforms such as FreeBSD.
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 e3252a28b20..92cf7b23c40 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2004/06/01 22:12:39 chris Exp $ +# $NetBSD: Makefile,v 1.67 2004/06/17 22:22:16 chris Exp $ -DISTNAME= sylpheed-0.9.11 +DISTNAME= sylpheed-0.9.12 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 |