diff options
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed2/files/patch-aa | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 2c93f12e629..5be21b12f56 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTVERSION= 0.9.8 +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index fe51bc3ccda..a331dc18c3c 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.9.7.tar.bz2) = 399deb5abd52396d26d6475689a5ec3f +MD5 (sylpheed-0.9.8.tar.bz2) = 39f04649afdf371a79c3fc30b0f16b18 diff --git a/mail/sylpheed2/files/patch-aa b/mail/sylpheed2/files/patch-aa new file mode 100644 index 00000000000..4cf2e23a1b0 --- /dev/null +++ b/mail/sylpheed2/files/patch-aa @@ -0,0 +1,11 @@ +--- src/procmsg.c.orig Fri Dec 12 17:24:41 2003 ++++ src/procmsg.c Fri Dec 12 17:25:02 2003 +@@ -216,7 +216,7 @@ + + if ((fp = procmsg_open_cache_file(item, DATA_READ)) == NULL) + return NULL; +- setvbuf(fp, file_buf, _IOFBF, sizeof(file_buf)); ++/* setvbuf(fp, file_buf, _IOFBF, sizeof(file_buf)); */ + + debug_print("Reading summary cache..."); + |