aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-08-02 04:44:06 +0800
committermarcus <marcus@FreeBSD.org>2009-08-02 04:44:06 +0800
commit2a52b679a3c21118181605fd5a4e8ad08524c08b (patch)
tree1caeb0ce636f39e334453a3669b4a6a1eebb8b1c /net-im
parent66eee2233516dd1f8bc61d3937352dd1328f4937 (diff)
downloadfreebsd-ports-gnome-2a52b679a3c21118181605fd5a4e8ad08524c08b.tar.gz
freebsd-ports-gnome-2a52b679a3c21118181605fd5a4e8ad08524c08b.tar.zst
freebsd-ports-gnome-2a52b679a3c21118181605fd5a4e8ad08524c08b.zip
Update to 0.0.9.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libnice/Makefile2
-rw-r--r--net-im/libnice/distinfo6
-rw-r--r--net-im/libnice/files/patch-stun_tools_stund.c11
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
- }
-