diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-05-29 22:41:48 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-05-29 22:41:48 +0000 |
commit | ec353c081d48243baecb53bcca5752598d1a0440 (patch) | |
tree | 427d24d0939a071f27d7880ba02c8b03a0bed3fd /mail/sylpheed2 | |
parent | dfb58bd17f6a785ddc5577366bb8cbeebb422e11 (diff) | |
download | ports-ec353c081d48243baecb53bcca5752598d1a0440.tar.gz ports-ec353c081d48243baecb53bcca5752598d1a0440.zip |
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 4 | ||||
-rw-r--r-- | mail/sylpheed2/files/patch-src::quote_fmt_lex.c | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 8da33eb126be..67b6d387c48b 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/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/sylpheed2/distinfo b/mail/sylpheed2/distinfo index c2c7ab6aae93..067093b15d4d 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/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/sylpheed2/files/patch-src::quote_fmt_lex.c b/mail/sylpheed2/files/patch-src::quote_fmt_lex.c deleted file mode 100644 index a562350bc175..000000000000 --- a/mail/sylpheed2/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. */ - |