diff options
author | tron <tron@pkgsrc.org> | 2006-09-13 21:04:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-09-13 21:04:19 +0000 |
commit | 7b74506529029c15fa78dddaef8b7bd072e9eca7 (patch) | |
tree | cdd9087cdbc7d554fccca7364e08245f0d31339f /net/rtorrent/Makefile | |
parent | aa846abc8c75b1c872673ebd0ab984535c466cd9 (diff) | |
download | pkgsrc-7b74506529029c15fa78dddaef8b7bd072e9eca7.tar.gz |
Update "libtorrent" package to version 0.10.1 and "rtorrent" package
to version 0.6.1. Changes since version 0.8.5 respectively 0.4.5 are:
- improved user interface (apparently also fixing redraw problems
under DragonFly BSD)
- better diskspace handling
- show client names and versions in the peer list
- improved tracker communication
- lots of bug fixes
Based on patches provided by Jan 'Rumko' Kosir in private e-mail.
Diffstat (limited to 'net/rtorrent/Makefile')
-rw-r--r-- | net/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 46e74abba01..7b7c0986252 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:17 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/13 21:04:20 tron Exp $ -DISTNAME= rtorrent-0.4.5 +DISTNAME= rtorrent-0.6.1 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ |