diff options
author | flz <flz@FreeBSD.org> | 2009-07-15 21:39:39 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-07-15 21:39:39 +0800 |
commit | 1e55ec2841f309a77faae64358e3c08ec7959f1d (patch) | |
tree | 31a6596bfc69075ebe723d74f2630bd8a1a31d73 /net-p2p/rtorrent | |
parent | 07c77516d72688828f639efd5c3b9af1e6685ae8 (diff) | |
download | freebsd-ports-gnome-1e55ec2841f309a77faae64358e3c08ec7959f1d.tar.gz freebsd-ports-gnome-1e55ec2841f309a77faae64358e3c08ec7959f1d.tar.zst freebsd-ports-gnome-1e55ec2841f309a77faae64358e3c08ec7959f1d.zip |
Update net-p2p/rtorrent to 0.8.4.
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/rtorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/patch-src_command__network.cc | 12 |
3 files changed, 7 insertions, 19 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 68c2cb604be0..b54655088e0a 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -6,8 +6,8 @@ # PORTNAME?= rtorrent -PORTVERSION?= 0.8.2 -PORTREVISION?= 3 +PORTVERSION?= 0.8.4 +PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${MASTER_SITE_LOCAL} @@ -16,8 +16,8 @@ MASTER_SITE_SUBDIR= flz/rtorrent/ MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Client written in C++ -BUILD_DEPENDS?= libtorrent=0.12.2:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS?= libtorrent=0.12.2:${PORTSDIR}/net-p2p/libtorrent +BUILD_DEPENDS?= libtorrent=0.12.4:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS?= libtorrent=0.12.4:${PORTSDIR}/net-p2p/libtorrent LIB_DEPENDS?= curl.5:${PORTSDIR}/ftp/curl CONFLICTS?= rtorrent-devel-[0-9]* diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 79c523f3d116..532988786590 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (rtorrent-0.8.2.tar.gz) = a2456182e1767e5aed7341dbbd058f60 -SHA256 (rtorrent-0.8.2.tar.gz) = 76135a63869e43fa0392829bb45d94c0aa55e94350dddc272685ccfac1bbb2ed -SIZE (rtorrent-0.8.2.tar.gz) = 506015 +MD5 (rtorrent-0.8.4.tar.gz) = dc0f37d933b0b6c713ad617e09441f3b +SHA256 (rtorrent-0.8.4.tar.gz) = 257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee +SIZE (rtorrent-0.8.4.tar.gz) = 518306 diff --git a/net-p2p/rtorrent/files/patch-src_command__network.cc b/net-p2p/rtorrent/files/patch-src_command__network.cc index 3fd848ae4e71..08922049ed7a 100644 --- a/net-p2p/rtorrent/files/patch-src_command__network.cc +++ b/net-p2p/rtorrent/files/patch-src_command__network.cc @@ -9,15 +9,3 @@ break; case 2: -@@ -232,10 +234,8 @@ - break; - } - -- rak::address_info::free_address_info(ai); -- - } catch (torrent::local_error& e) { -- rak::address_info::free_address_info(ai); -+ //rak::address_info::free_address_info(ai); - - throw torrent::input_error(e.what()); - } |