diff options
author | oliver <oliver@FreeBSD.org> | 2003-12-15 17:27:41 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-12-15 17:27:41 +0800 |
commit | 11af50147c31de7ab6bdcb688338f2425b1556e1 (patch) | |
tree | 0f09921d84c437a2eb57e777cd958d5a15c5be84 /mail/sylpheed3 | |
parent | 7832ff185443a34f8ddc843c5847b8a5435b1fde (diff) | |
download | freebsd-ports-gnome-11af50147c31de7ab6bdcb688338f2425b1556e1.tar.gz freebsd-ports-gnome-11af50147c31de7ab6bdcb688338f2425b1556e1.tar.zst freebsd-ports-gnome-11af50147c31de7ab6bdcb688338f2425b1556e1.zip |
update sylpheed to 0.9.8.1 (0.9.8a)
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed3/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed3/files/patch-aa | 11 |
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..."); - |