diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:03:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:03:22 +0800 |
commit | 324708d45577011b00147e8780779d79a307a529 (patch) | |
tree | 9bfc83246e47615bd0c8973ec464e359ca9956d0 /net-im | |
parent | 84ae2394fc5ff93fdbb34c5be712dc1c632bea37 (diff) | |
download | marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.gz marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.zst marcuscom-ports-324708d45577011b00147e8780779d79a307a529.zip |
Update to 0.7.18.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11853 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 4 | ||||
-rw-r--r-- | net-im/telepathy-gabble/distinfo | 6 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h | 12 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h | 12 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c | 11 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-plist | 1 |
6 files changed, 41 insertions, 5 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 6de5e99e0..1146c9572 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -3,10 +3,10 @@ # Whom: Florent Thoumie <flz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.2 2008/02/27 14:17:54 ahze Exp $ +# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.4 2008/12/21 20:29:53 marcus Exp $ PORTNAME= telepathy-gabble -PORTVERSION= 0.7.17 +PORTVERSION= 0.7.18 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 1566c58af..461962af0 100644 --- a/net-im/telepathy-gabble/distinfo +++ b/net-im/telepathy-gabble/distinfo @@ -1,3 +1,3 @@ -MD5 (telepathy-gabble-0.7.17.tar.gz) = bc1fd0729c7011a2cbaa1ae29e9b60b5 -SHA256 (telepathy-gabble-0.7.17.tar.gz) = 1787743e2bafe2c5774bc6d5aee22f204912e5405ad2a9cffd9af0aa53e11518 -SIZE (telepathy-gabble-0.7.17.tar.gz) = 1487853 +MD5 (telepathy-gabble-0.7.18.tar.gz) = 807260037be70882be3bcdb6b26ff031 +SHA256 (telepathy-gabble-0.7.18.tar.gz) = 2d3f0c3b068b323bdd37f5d02d6fc1cfc467014aa2f92bcebf91a5b21081a141 +SIZE (telepathy-gabble-0.7.18.tar.gz) = 1474712 diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h new file mode 100644 index 000000000..8cf86b314 --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h @@ -0,0 +1,12 @@ +--- lib/gibber/gibber-fd-transport.h.orig 2009-01-08 01:53:58.000000000 -0500 ++++ lib/gibber/gibber-fd-transport.h 2009-01-08 01:54:11.000000000 -0500 +@@ -23,7 +23,9 @@ + + #include <glib-object.h> + ++#include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + + #include "gibber-transport.h" diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h new file mode 100644 index 000000000..e690611c3 --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h @@ -0,0 +1,12 @@ +--- lib/gibber/gibber-util.h.orig 2009-01-08 01:55:08.000000000 -0500 ++++ lib/gibber/gibber-util.h 2009-01-08 01:56:05.000000000 -0500 +@@ -20,6 +20,9 @@ + #ifndef __GIBBER_UTIL_H__ + #define __GIBBER_UTIL_H__ + ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + + #include <glib.h> diff --git a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c new file mode 100644 index 000000000..07bf4c2ab --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c @@ -0,0 +1,11 @@ +--- src/bytestream-socks5.c.orig 2009-01-08 01:57:01.000000000 -0500 ++++ src/bytestream-socks5.c 2009-01-08 01:57:20.000000000 -0500 +@@ -21,6 +21,8 @@ + #include "config.h" + #include "bytestream-socks5.h" + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <arpa/inet.h> + #include <errno.h> + #include <fcntl.h> diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist index 57703b962..fff4ba5c0 100644 --- a/net-im/telepathy-gabble/pkg-plist +++ b/net-im/telepathy-gabble/pkg-plist @@ -2,6 +2,7 @@ libexec/telepathy-gabble share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service %%DOCSDIR%%/muc-bytestream.html %%DOCSDIR%%/olpc.html +%%DOCSDIR%%/si-multiple.html %%DOCSDIR%%/tubes.html share/telepathy/managers/gabble.manager @dirrmtry share/telepathy/managers |