diff options
author | oliver <oliver@FreeBSD.org> | 2003-12-13 00:42:34 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-12-13 00:42:34 +0800 |
commit | fc4c485eefde7d38fc137f9e9ee6fd5b84e892ac (patch) | |
tree | 79873e2222c62ae48b427da7704cbe380959366e /mail/sylpheed3 | |
parent | 9a541235b3a4c2e58c904dfe21e68511fcbdb659 (diff) | |
download | freebsd-ports-gnome-fc4c485eefde7d38fc137f9e9ee6fd5b84e892ac.tar.gz freebsd-ports-gnome-fc4c485eefde7d38fc137f9e9ee6fd5b84e892ac.tar.zst freebsd-ports-gnome-fc4c485eefde7d38fc137f9e9ee6fd5b84e892ac.zip |
update sylpheed to 0.9.8
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed3/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed3/files/patch-aa | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 2c93f12e6298..5be21b12f568 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/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/sylpheed3/distinfo b/mail/sylpheed3/distinfo index fe51bc3ccdaa..a331dc18c3cf 100644 --- a/mail/sylpheed3/distinfo +++ b/mail/sylpheed3/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.9.7.tar.bz2) = 399deb5abd52396d26d6475689a5ec3f +MD5 (sylpheed-0.9.8.tar.bz2) = 39f04649afdf371a79c3fc30b0f16b18 diff --git a/mail/sylpheed3/files/patch-aa b/mail/sylpheed3/files/patch-aa new file mode 100644 index 000000000000..4cf2e23a1b0a --- /dev/null +++ b/mail/sylpheed3/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..."); + |