diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-01 20:44:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-01 20:44:06 +0000 |
commit | bf48d3629de1856956bc3625e81603cf5dd8926f (patch) | |
tree | dc12f485208d41f720c5c210efb76a4212e65da8 /net-im | |
parent | dc79692039243b1728300e254b1a15f1a61067cb (diff) | |
download | ports-bf48d3629de1856956bc3625e81603cf5dd8926f.tar.gz ports-bf48d3629de1856956bc3625e81603cf5dd8926f.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libnice/Makefile | 2 | ||||
-rw-r--r-- | net-im/libnice/distinfo | 6 | ||||
-rw-r--r-- | net-im/libnice/files/patch-stun_tools_stund.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 81e5f8d1fa7a..62cfaf2f9c65 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libnice -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.9 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net-im/libnice/distinfo b/net-im/libnice/distinfo index 76209cabc949..4f732a1795ea 100644 --- a/net-im/libnice/distinfo +++ b/net-im/libnice/distinfo @@ -1,3 +1,3 @@ -MD5 (libnice-0.0.8.tar.gz) = 53ef2dea810d5b9e0cde5a55640a1f42 -SHA256 (libnice-0.0.8.tar.gz) = 72fd1dec0f2fd841dfffeedb1a39a2272b94174b7e09e03bb47f8c648de1a65e -SIZE (libnice-0.0.8.tar.gz) = 624517 +MD5 (libnice-0.0.9.tar.gz) = 19ac2565ee7487c1f32487b948110b19 +SHA256 (libnice-0.0.9.tar.gz) = fa8652c422bf8b46eedb349ed4fdc5545dce104f9bd6c261a68ead6da9ff28a1 +SIZE (libnice-0.0.9.tar.gz) = 627674 diff --git a/net-im/libnice/files/patch-stun_tools_stund.c b/net-im/libnice/files/patch-stun_tools_stund.c deleted file mode 100644 index 1e9fbb4ff7c2..000000000000 --- a/net-im/libnice/files/patch-stun_tools_stund.c +++ /dev/null @@ -1,11 +0,0 @@ ---- stun/tools/stund.c.orig 2008-11-27 14:04:54.000000000 -0500 -+++ stun/tools/stund.c 2009-02-27 23:15:29.000000000 -0500 -@@ -163,6 +163,8 @@ static int recv_err (int fd) - struct msghdr hdr; - memset (&hdr, 0, sizeof (hdr)); - return recvmsg (fd, &hdr, MSG_ERRQUEUE) >= 0; -+#else -+ return -1; - #endif - } - |