summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-07-15 13:39:39 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-07-15 13:39:39 +0000
commitbb10baa0aac2ef2b67b5704ddf8077d021d53521 (patch)
tree80ee7e3e3636d273d88f1ac77d84577ece9d649b /net-p2p
parentUpdate net-p2p/libtorrent to 0.12.4. (diff)
Update net-p2p/rtorrent to 0.8.4.
Notes
Notes: svn path=/head/; revision=237873
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/Makefile8
-rw-r--r--net-p2p/rtorrent/distinfo6
-rw-r--r--net-p2p/rtorrent/files/patch-src_command__network.cc12
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());
- }