diff options
author | flz <flz@FreeBSD.org> | 2005-10-20 13:11:48 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-10-20 13:11:48 +0000 |
commit | ab314ab901f78a3b3dc3a8aac09ea53c9de91ca9 (patch) | |
tree | 1303306bff33aa9b14bda9e90971bc1affc17e4c | |
parent | 8c4e68680c9216b864adfe5650374f17d427c343 (diff) | |
download | FreeBSD-ports-ab314ab901f78a3b3dc3a8aac09ea53c9de91ca9.zip FreeBSD-ports-ab314ab901f78a3b3dc3a8aac09ea53c9de91ca9.tar.gz |
- Update to 0.3.5.
- Add a note about slow hashing.
-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 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 4 | ||||
-rw-r--r-- | net/rtorrent/files/pkg-message.in | 5 |
6 files changed, 18 insertions, 8 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index ce1d2ee..907a002 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 e7351af..727f568 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 aa699f7..6e41cd4 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 ------------------------------------------------------------------ diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index ce1d2ee..907a002 100644 --- a/net/rtorrent/Makefile +++ b/net/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/rtorrent/distinfo b/net/rtorrent/distinfo index e7351af..727f568 100644 --- a/net/rtorrent/distinfo +++ b/net/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/rtorrent/files/pkg-message.in b/net/rtorrent/files/pkg-message.in index aa699f7..6e41cd4 100644 --- a/net/rtorrent/files/pkg-message.in +++ b/net/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 ------------------------------------------------------------------ |