diff options
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 9 | ||||
-rw-r--r-- | net/libtorrent/patches/patch-ab | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 703877665e9..2fb5493ab10 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2009/07/09 10:42:28 tron Exp $ +# $NetBSD: Makefile,v 1.35 2009/10/29 11:42:30 tron Exp $ -DISTNAME= libtorrent-0.12.4 +DISTNAME= libtorrent-0.12.5 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 2021e6c341f..1b43db759d2 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.25 2009/07/09 10:42:28 tron Exp $ +$NetBSD: distinfo,v 1.26 2009/10/29 11:42:30 tron Exp $ -SHA1 (libtorrent-0.12.4.tar.gz) = 6deab3f6af5e9566c987131d586751c7dc3b5dbb -RMD160 (libtorrent-0.12.4.tar.gz) = 23fd8a242f493171f7e2afa714dc7b74359ff7bc -Size (libtorrent-0.12.4.tar.gz) = 600778 bytes +SHA1 (libtorrent-0.12.5.tar.gz) = 05a60581c6b1a94e2a07d1a07e47b8c60d2e237c +RMD160 (libtorrent-0.12.5.tar.gz) = 645ae77a23c77c1d2134431b182cb206ab254259 +Size (libtorrent-0.12.5.tar.gz) = 587228 bytes SHA1 (patch-aa) = d864808b9e9524b3a7f72bcc1b465d4e6b2d4f4a -SHA1 (patch-ab) = db2dd21aa97b190d59e555ad6986a2432d755808 diff --git a/net/libtorrent/patches/patch-ab b/net/libtorrent/patches/patch-ab deleted file mode 100644 index 282d2c6edf3..00000000000 --- a/net/libtorrent/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.11 2009/07/09 10:42:29 tron Exp $ - ---- src/torrent/poll_kqueue.cc.orig 2008-10-28 03:48:48.000000000 +0000 -+++ src/torrent/poll_kqueue.cc 2009-07-09 11:27:45.000000000 +0100 -@@ -54,6 +54,8 @@ - #include <sys/time.h> - #endif - -+#include <cassert> -+ - namespace torrent { - - #ifdef USE_KQUEUE |