aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-12-15 09:27:41 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-12-15 09:27:41 +0000
commitd67df9117fd7ec70608932ae0160158c7c0f8b31 (patch)
treebbb528d3dc1955963902ea1568e60d363ac436bc /mail/sylpheed3
parent7558afbf3f4f09bbdc5b5ed077bb5d34f5279a09 (diff)
downloadports-d67df9117fd7ec70608932ae0160158c7c0f8b31.tar.gz
ports-d67df9117fd7ec70608932ae0160158c7c0f8b31.zip
Notes
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile3
-rw-r--r--mail/sylpheed3/distinfo2
-rw-r--r--mail/sylpheed3/files/patch-aa11
3 files changed, 3 insertions, 13 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index 5be21b12f568..3fb90a60592c 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= sylpheed
-PORTVERSION= 0.9.8
+PORTVERSION= 0.9.8.1
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/a/}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client
diff --git a/mail/sylpheed3/distinfo b/mail/sylpheed3/distinfo
index a331dc18c3cf..1d91b2c4b675 100644
--- a/mail/sylpheed3/distinfo
+++ b/mail/sylpheed3/distinfo
@@ -1 +1 @@
-MD5 (sylpheed-0.9.8.tar.bz2) = 39f04649afdf371a79c3fc30b0f16b18
+MD5 (sylpheed-0.9.8a.tar.bz2) = 6ac823f06d8fe4f265f37d9c96068e05
diff --git a/mail/sylpheed3/files/patch-aa b/mail/sylpheed3/files/patch-aa
deleted file mode 100644
index 4cf2e23a1b0a..000000000000
--- a/mail/sylpheed3/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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...");
-