diff options
author | oliver <oliver@FreeBSD.org> | 2004-05-29 22:41:48 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-05-29 22:41:48 +0000 |
commit | eafceb8d4a97a7feec38908b3b21e97d952f45be (patch) | |
tree | 35abcf01d62ac1c1eaa4fa9957615dbd0c53ed38 /mail/sylpheed3 | |
parent | 1727e8900d930678875528f321f48bea3e1ba056 (diff) | |
download | FreeBSD-ports-eafceb8d4a97a7feec38908b3b21e97d952f45be.zip FreeBSD-ports-eafceb8d4a97a7feec38908b3b21e97d952f45be.tar.gz |
update to 0.9.11
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/distinfo | 4 | ||||
-rw-r--r-- | mail/sylpheed3/files/patch-src::quote_fmt_lex.c | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 8da33eb..67b6d38 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ diff --git a/mail/sylpheed3/distinfo b/mail/sylpheed3/distinfo index c2c7ab6..067093b 100644 --- a/mail/sylpheed3/distinfo +++ b/mail/sylpheed3/distinfo @@ -1,2 +1,2 @@ -MD5 (sylpheed-0.9.10.tar.bz2) = 4e2242436de3cf3977a1b25b1ddc4930 -SIZE (sylpheed-0.9.10.tar.bz2) = 2302890 +MD5 (sylpheed-0.9.11.tar.bz2) = df1bd581fd26841b43d5a5b73a06d847 +SIZE (sylpheed-0.9.11.tar.bz2) = 2300762 diff --git a/mail/sylpheed3/files/patch-src::quote_fmt_lex.c b/mail/sylpheed3/files/patch-src::quote_fmt_lex.c deleted file mode 100644 index a562350..0000000 --- a/mail/sylpheed3/files/patch-src::quote_fmt_lex.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/quote_fmt_lex.c.orig Sun Feb 29 17:49:24 2004 -+++ src/quote_fmt_lex.c Sun Feb 29 17:50:05 2004 -@@ -21,7 +21,9 @@ - #include <string.h> - #include <errno.h> - #include <stdlib.h> -+#if __FreeBSD__ > 4 - #include <stdint.h> /* May break IA64 test-noansi-r */ -+#endif - - /* end standard C headers. */ - |