aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-10-20 21:11:48 +0800
committerflz <flz@FreeBSD.org>2005-10-20 21:11:48 +0800
commitab314ab901f78a3b3dc3a8aac09ea53c9de91ca9 (patch)
tree1303306bff33aa9b14bda9e90971bc1affc17e4c /net-p2p/rtorrent
parent8c4e68680c9216b864adfe5650374f17d427c343 (diff)
downloadfreebsd-ports-gnome-ab314ab901f78a3b3dc3a8aac09ea53c9de91ca9.tar.gz
freebsd-ports-gnome-ab314ab901f78a3b3dc3a8aac09ea53c9de91ca9.tar.zst
freebsd-ports-gnome-ab314ab901f78a3b3dc3a8aac09ea53c9de91ca9.zip
- Update to 0.3.5.
- Add a note about slow hashing.
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile4
-rw-r--r--net-p2p/rtorrent/distinfo4
-rw-r--r--net-p2p/rtorrent/files/pkg-message.in5
3 files changed, 9 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index ce1d2eee4460..907a00236e3b 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rtorrent
-PORTVERSION= 0.3.0
+PORTVERSION= 0.3.5
CATEGORIES= net
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
@@ -14,7 +14,7 @@ MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C++
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
- torrent.4:${PORTSDIR}/net/libtorrent
+ torrent.5:${PORTSDIR}/net/libtorrent
MAN1= rtorrent.1
diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo
index e7351afe8158..727f568b3567 100644
--- a/net-p2p/rtorrent/distinfo
+++ b/net-p2p/rtorrent/distinfo
@@ -1,2 +1,2 @@
-MD5 (rtorrent-0.3.0.tar.gz) = c57555f8879db012509f2b88968ae203
-SIZE (rtorrent-0.3.0.tar.gz) = 194518
+MD5 (rtorrent-0.3.5.tar.gz) = 094b8e66a0c1dd30f71375c24f9d1a4e
+SIZE (rtorrent-0.3.5.tar.gz) = 222197
diff --git a/net-p2p/rtorrent/files/pkg-message.in b/net-p2p/rtorrent/files/pkg-message.in
index aa699f70d59b..6e41cd4ed2a9 100644
--- a/net-p2p/rtorrent/files/pkg-message.in
+++ b/net-p2p/rtorrent/files/pkg-message.in
@@ -2,4 +2,9 @@
An example configuration file for rtorrent has been installed in
%%EXAMPLESDIR%%. Read it for more information on
how to tweak rtorrent configuration.
+
+Note that there are hash performance issues on *BSD.
+Please refer to these links for further information :
+- http://libtorrent.rakshasa.no/ticket/14
+- http://libtorrent.rakshasa.no/wiki/RTorrentPerformanceTuning
------------------------------------------------------------------