From 07c77516d72688828f639efd5c3b9af1e6685ae8 Mon Sep 17 00:00:00 2001 From: flz Date: Wed, 15 Jul 2009 13:38:50 +0000 Subject: Update net-p2p/libtorrent to 0.12.4. --- net-p2p/libtorrent/Makefile | 2 +- net-p2p/libtorrent/distinfo | 6 +++--- net-p2p/libtorrent/files/patch-src_torrent_poll__kqueue.cc | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 net-p2p/libtorrent/files/patch-src_torrent_poll__kqueue.cc (limited to 'net-p2p/libtorrent') 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 + #include + #include ++ ++#include + #endif + + namespace torrent { -- cgit