summaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorchris <chris>2003-12-15 23:36:14 +0000
committerchris <chris>2003-12-15 23:36:14 +0000
commit4c0d63fd26ba861644f643c01b2833264eadc35d (patch)
tree42fb8602d2fb533e5befed75f8b1b29c80860a20 /mail/sylpheed
parent9bc93830bc5e552105618527dbcecb74e96de85e (diff)
downloadpkgsrc-4c0d63fd26ba861644f643c01b2833264eadc35d.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/sylpheed')
-rw-r--r--mail/sylpheed/Makefile5
-rw-r--r--mail/sylpheed/distinfo6
-rw-r--r--mail/sylpheed/patches/patch-aa12
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...");
-