diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-29 18:03:57 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-29 18:03:57 +0000 |
commit | 4aef816ed7509586f66779493c5e07af33de1fc9 (patch) | |
tree | 062765b00f004d12292468c60d3404e3ed5bb147 /mail/sylpheed2-devel | |
parent | 938f5dab31f05ae6aadafbb49ef3ebafdf3d9f4a (diff) | |
download | ports-4aef816ed7509586f66779493c5e07af33de1fc9.tar.gz ports-4aef816ed7509586f66779493c5e07af33de1fc9.zip |
Notes
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed2-devel/distinfo | 3 | ||||
-rw-r--r-- | mail/sylpheed2-devel/files/patch-src::quote_fmt_lex.c | 12 | ||||
-rw-r--r-- | mail/sylpheed2-devel/pkg-plist | 1 |
4 files changed, 17 insertions, 3 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index cca46179c230..957c03bf8f2f 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/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-devel/distinfo b/mail/sylpheed2-devel/distinfo index 4a187f5b63b6..c2c7ab6aae93 100644 --- a/mail/sylpheed2-devel/distinfo +++ b/mail/sylpheed2-devel/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-devel/files/patch-src::quote_fmt_lex.c b/mail/sylpheed2-devel/files/patch-src::quote_fmt_lex.c new file mode 100644 index 000000000000..a562350bc175 --- /dev/null +++ b/mail/sylpheed2-devel/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-devel/pkg-plist b/mail/sylpheed2-devel/pkg-plist index 942ec0151b49..7a04dc2a0cd3 100644 --- a/mail/sylpheed2-devel/pkg-plist +++ b/mail/sylpheed2-devel/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 |