diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-29 18:03:57 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-29 18:03:57 +0000 |
commit | 0b1ffc53db8df96417c2cfe6dd013253a3ea62c9 (patch) | |
tree | 805d952abe50fcb641e8f739fa2a97f0c5ba22a3 /mail/sylpheed2 | |
parent | 6de2ebb881f8b9c32d47a2cdf3af044979c76e25 (diff) | |
download | FreeBSD-ports-0b1ffc53db8df96417c2cfe6dd013253a3ea62c9.zip FreeBSD-ports-0b1ffc53db8df96417c2cfe6dd013253a3ea62c9.tar.gz |
uptdate to sylpheed 0.9.10
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 3 | ||||
-rw-r--r-- | mail/sylpheed2/files/patch-src::quote_fmt_lex.c | 12 | ||||
-rw-r--r-- | mail/sylpheed2/pkg-plist | 1 |
4 files changed, 17 insertions, 3 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index cca46179..957c03b 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.9 -PORTREVISION= 3 +PORTVERSION= 0.9.10 +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index 4a187f5..c2c7ab6 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -1 +1,2 @@ -MD5 (sylpheed-0.9.9.tar.bz2) = caa37c344c7d7849c5fb98835a38b725 +MD5 (sylpheed-0.9.10.tar.bz2) = 4e2242436de3cf3977a1b25b1ddc4930 +SIZE (sylpheed-0.9.10.tar.bz2) = 2302890 diff --git a/mail/sylpheed2/files/patch-src::quote_fmt_lex.c b/mail/sylpheed2/files/patch-src::quote_fmt_lex.c new file mode 100644 index 0000000..a562350 --- /dev/null +++ b/mail/sylpheed2/files/patch-src::quote_fmt_lex.c @@ -0,0 +1,12 @@ +--- 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. */ + diff --git a/mail/sylpheed2/pkg-plist b/mail/sylpheed2/pkg-plist index 942ec01..7a04dc2 100644 --- a/mail/sylpheed2/pkg-plist +++ b/mail/sylpheed2/pkg-plist @@ -31,6 +31,7 @@ share/locale/sl/LC_MESSAGES/sylpheed.mo share/locale/sr/LC_MESSAGES/sylpheed.mo share/locale/sv/LC_MESSAGES/sylpheed.mo share/locale/tr/LC_MESSAGES/sylpheed.mo +share/locale/uk/LC_MESSAGES/sylpheed.mo share/locale/zh_CN/LC_MESSAGES/sylpheed.mo share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html |