diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-10-20 13:11:48 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-10-20 13:11:48 +0000 |
commit | 7f72702e411a06f87917a74793cd199df6ce5a45 (patch) | |
tree | 3b72678f9ddcc9fa105c45e78faf1756dd127eca /net-p2p | |
parent | - Update to 0.7.5. (diff) |
- Update to 0.3.5.
- Add a note about slow hashing.
Notes
Notes:
svn path=/head/; revision=145939
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/pkg-message.in | 5 |
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 ------------------------------------------------------------------ |