Update to 0.4.0.

This commit is contained in:
Joe Marcus Clarke 2010-11-27 05:10:32 +00:00
parent f88dccd998
commit 8d5b97bded
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265247
3 changed files with 4 additions and 18 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= telepathy-salut
PORTVERSION= 0.3.13
PORTVERSION= 0.4.0
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@ -37,7 +37,6 @@ MAN8= telepathy-salut.8
post-patch:
@${REINPLACE_CMD} -e 's|make -C|${GMAKE} -C|g' \
${WRKSRC}/src/Makefile.in \
${WRKSRC}/tests/Makefile.in \
${WRKSRC}/lib/gibber/examples/Makefile.in
${WRKSRC}/tests/Makefile.in
.include <bsd.port.mk>

View File

@ -1,3 +1,2 @@
MD5 (telepathy-salut-0.3.13.tar.gz) = 173448d2680026c5e311f7c97cdda327
SHA256 (telepathy-salut-0.3.13.tar.gz) = 069741387e48d1034ad2dde978c2f08924a0a1e35898bc7c5e9db99f4fef9e90
SIZE (telepathy-salut-0.3.13.tar.gz) = 1209052
SHA256 (telepathy-salut-0.4.0.tar.gz) = f87dfe3d1b54243ac4f8eff5ca6aa8b39e9a06be5ad6be79e68599bd324bc9c8
SIZE (telepathy-salut-0.4.0.tar.gz) = 1174079

View File

@ -1,12 +0,0 @@
--- lib/gibber/gibber-resolver.c.orig 2008-07-08 23:50:38.000000000 -0400
+++ lib/gibber/gibber-resolver.c 2008-07-08 23:50:49.000000000 -0400
@@ -735,7 +735,9 @@ gibber_resolver_gai_error_to_g_error (in
break;
case EAI_MEMORY:
+#ifdef EAI_OVERFLOW
case EAI_OVERFLOW:
+#endif
code = GIBBER_RESOLVER_ERROR_MEMORY;
break;