pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed Update sylpheed to 0.9.8a, only one change:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d6b636eb836
branches:  trunk
changeset: 464819:6d6b636eb836
user:      chris <chris%pkgsrc.org@localhost>
date:      Mon Dec 15 23:36:14 2003 +0000

description:
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:

 mail/sylpheed/Makefile         |   5 ++---
 mail/sylpheed/distinfo         |   6 +++---
 mail/sylpheed/patches/patch-aa |  12 ------------
 3 files changed, 5 insertions(+), 18 deletions(-)

diffs (41 lines):

diff -r abb6cd51ef85 -r 6d6b636eb836 mail/sylpheed/Makefile
--- a/mail/sylpheed/Makefile    Mon Dec 15 22:43:56 2003 +0000
+++ b/mail/sylpheed/Makefile    Mon Dec 15 23:36:14 2003 +0000
@@ -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 -r abb6cd51ef85 -r 6d6b636eb836 mail/sylpheed/distinfo
--- a/mail/sylpheed/distinfo    Mon Dec 15 22:43:56 2003 +0000
+++ b/mail/sylpheed/distinfo    Mon Dec 15 23:36:14 2003 +0000
@@ -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 -r abb6cd51ef85 -r 6d6b636eb836 mail/sylpheed/patches/patch-aa
--- a/mail/sylpheed/patches/patch-aa    Mon Dec 15 22:43:56 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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...");
- 



Home | Main Index | Thread Index | Old Index