diff options
author | chris <chris@pkgsrc.org> | 2003-12-15 23:36:14 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-12-15 23:36:14 +0000 |
commit | e1e83dd3fe9debeaf37875d643513d3dc684c893 (patch) | |
tree | 42fb8602d2fb533e5befed75f8b1b29c80860a20 /mail | |
parent | 45a92bdb54679d048642c54cd3c3dbd7e6be190a (diff) | |
download | pkgsrc-e1e83dd3fe9debeaf37875d643513d3dc684c893.tar.gz |
Update sylpheed to 0.9.8a, only one change:
The bug that caused the failure of cache data read has been fixed.
Also remove my workaround for the above.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed/patches/patch-aa | 12 |
3 files changed, 5 insertions, 18 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 0c77e35dab0..01bf35b14cb 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2003/12/14 17:56:39 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2003/12/15 23:36:14 chris Exp $ -DISTNAME= sylpheed-0.9.8 -PKGREVISION= 1 +DISTNAME= sylpheed-0.9.8a CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index b9cd0e02256..233f37ee8af 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2003/12/15 00:30:52 chris Exp $ +$NetBSD: distinfo,v 1.29 2003/12/15 23:36:14 chris Exp $ -SHA1 (sylpheed-0.9.8.tar.bz2) = 375bd60c38f0adaaf8474dafdebd4a78e0ee9f90 -Size (sylpheed-0.9.8.tar.bz2) = 2209820 bytes +SHA1 (sylpheed-0.9.8a.tar.bz2) = 4e04772dc7dd94d834e5db9e17e9f966553b160b +Size (sylpheed-0.9.8a.tar.bz2) = 2211027 bytes SHA1 (patch-aa) = 17613bf040aca09009075cc5cc09aa8e6e08d33b diff --git a/mail/sylpheed/patches/patch-aa b/mail/sylpheed/patches/patch-aa deleted file mode 100644 index 9a10437269b..00000000000 --- a/mail/sylpheed/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2003/12/15 00:30:52 chris Exp $ - ---- src/procmsg.c.orig 2003-12-08 10:24:06.000000000 +0000 -+++ src/procmsg.c 2003-12-15 00:05:07.000000000 +0000 -@@ -216,7 +216,6 @@ GSList *procmsg_read_cache(FolderItem *i - - if ((fp = procmsg_open_cache_file(item, DATA_READ)) == NULL) - return NULL; -- setvbuf(fp, file_buf, _IOFBF, sizeof(file_buf)); - - debug_print("Reading summary cache..."); - |