aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-12-12 16:42:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-12-12 16:42:34 +0000
commitd5f65aeebc09555250d1bf7addeb62d851020819 (patch)
tree12af11b65b7a29fa565f6b07e2038cac4a83793e /mail/sylpheed
parent4c99d59e5e87b6d1d8f057324634268ae1c5b068 (diff)
downloadports-d5f65aeebc09555250d1bf7addeb62d851020819.tar.gz
ports-d5f65aeebc09555250d1bf7addeb62d851020819.zip
update sylpheed to 0.9.8
Notes
Notes: svn path=/head/; revision=95674
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/Makefile4
-rw-r--r--mail/sylpheed/distinfo2
-rw-r--r--mail/sylpheed/files/patch-aa11
3 files changed, 14 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 2c93f12e6298..5be21b12f568 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/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/sylpheed/distinfo b/mail/sylpheed/distinfo
index fe51bc3ccdaa..a331dc18c3cf 100644
--- a/mail/sylpheed/distinfo
+++ b/mail/sylpheed/distinfo
@@ -1 +1 @@
-MD5 (sylpheed-0.9.7.tar.bz2) = 399deb5abd52396d26d6475689a5ec3f
+MD5 (sylpheed-0.9.8.tar.bz2) = 39f04649afdf371a79c3fc30b0f16b18
diff --git a/mail/sylpheed/files/patch-aa b/mail/sylpheed/files/patch-aa
new file mode 100644
index 000000000000..4cf2e23a1b0a
--- /dev/null
+++ b/mail/sylpheed/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...");
+