diff options
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 2 | ||||
-rw-r--r-- | net-im/telepathy-gabble/distinfo | 6 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-lib_gibber_asyncns.c | 10 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_jingle-factory.c | 13 |
4 files changed, 27 insertions, 4 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 97d91a7a7720..880aa27302c5 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.5 2009/01/08 07:03:21 marcus Exp $ PORTNAME= telepathy-gabble -PORTVERSION= 0.7.21 +PORTVERSION= 0.7.22 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ diff --git a/net-im/telepathy-gabble/distinfo b/net-im/telepathy-gabble/distinfo index 0f18d36df163..3ae3b44c7088 100644 --- a/net-im/telepathy-gabble/distinfo +++ b/net-im/telepathy-gabble/distinfo @@ -1,3 +1,3 @@ -MD5 (telepathy-gabble-0.7.21.tar.gz) = 8b86d4fa82eb2c8cc5dc64f300596ae7 -SHA256 (telepathy-gabble-0.7.21.tar.gz) = 06bc5899ef8fb5d846e783942b59058f97495478e2fe6e99ad3d5635533f94ae -SIZE (telepathy-gabble-0.7.21.tar.gz) = 1597740 +MD5 (telepathy-gabble-0.7.22.tar.gz) = de21d35c242c95d7ebb2cc7a246c6390 +SHA256 (telepathy-gabble-0.7.22.tar.gz) = 775dfcd91b2d6ab78ed88c77f8e3a97c8b58f2cd5a19a22345ba8c0b1989a42b +SIZE (telepathy-gabble-0.7.22.tar.gz) = 1638375 diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_asyncns.c b/net-im/telepathy-gabble/files/patch-lib_gibber_asyncns.c new file mode 100644 index 000000000000..ff3bb3733f37 --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-lib_gibber_asyncns.c @@ -0,0 +1,10 @@ +--- lib/gibber/asyncns.c.orig 2009-03-08 13:01:42.000000000 -0400 ++++ lib/gibber/asyncns.c 2009-03-08 13:02:06.000000000 -0400 +@@ -35,6 +35,7 @@ + #include <errno.h> + #include <sys/wait.h> + #include <sys/types.h> ++#include <sys/resource.h> + #include <pwd.h> + #include <netinet/in.h> + #include <arpa/nameser.h> diff --git a/net-im/telepathy-gabble/files/patch-src_jingle-factory.c b/net-im/telepathy-gabble/files/patch-src_jingle-factory.c new file mode 100644 index 000000000000..6f75e4951b3a --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-src_jingle-factory.c @@ -0,0 +1,13 @@ +--- src/jingle-factory.c.orig 2009-03-08 13:03:05.000000000 -0400 ++++ src/jingle-factory.c 2009-03-08 13:04:05.000000000 -0400 +@@ -20,6 +20,10 @@ + + #include "jingle-factory.h" + ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#include <arpa/inet.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |