summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-07-15 13:38:50 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-07-15 13:38:50 +0000
commit08e61fa261c9d1fea883a125942db3d7f4b19630 (patch)
tree84c12d4ec61b7bc53100182e65cbf192840bbef4 /net-p2p/libtorrent
parentUnbreak on -current. (diff)
Update net-p2p/libtorrent to 0.12.4.
Notes
Notes: svn path=/head/; revision=237872
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile2
-rw-r--r--net-p2p/libtorrent/distinfo6
-rw-r--r--net-p2p/libtorrent/files/patch-src_torrent_poll__kqueue.cc11
3 files changed, 15 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 51b3a4007f19..91a90fdcf6a5 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= libtorrent
-PORTVERSION?= 0.12.2
+PORTVERSION?= 0.12.4
PORTREVISION?= 0
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \
diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo
index e02681bd1283..1265ea3fd454 100644
--- a/net-p2p/libtorrent/distinfo
+++ b/net-p2p/libtorrent/distinfo
@@ -1,3 +1,3 @@
-MD5 (libtorrent-0.12.2.tar.gz) = 0831ca06f8906c7898fd67931ab239c7
-SHA256 (libtorrent-0.12.2.tar.gz) = cf9d2cd667fd6939a3e0bd27e48d0c7f35d9ab2f7affbb3214da03fd2c1360a8
-SIZE (libtorrent-0.12.2.tar.gz) = 585374
+MD5 (libtorrent-0.12.4.tar.gz) = 7e4b4c29a69c86c38e3e60ec11fc2255
+SHA256 (libtorrent-0.12.4.tar.gz) = a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359
+SIZE (libtorrent-0.12.4.tar.gz) = 600778
diff --git a/net-p2p/libtorrent/files/patch-src_torrent_poll__kqueue.cc b/net-p2p/libtorrent/files/patch-src_torrent_poll__kqueue.cc
new file mode 100644
index 000000000000..e1de953422ff
--- /dev/null
+++ b/net-p2p/libtorrent/files/patch-src_torrent_poll__kqueue.cc
@@ -0,0 +1,11 @@
+--- src/torrent/poll_kqueue.cc.orig 2008-12-09 10:47:34.000000000 +0000
++++ src/torrent/poll_kqueue.cc 2008-12-09 10:48:10.000000000 +0000
+@@ -52,6 +52,8 @@
+ #include <sys/event.h>
+ #include <sys/select.h>
+ #include <sys/time.h>
++
++#include <assert.h>
+ #endif
+
+ namespace torrent {