diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-01-29 00:26:14 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-01-29 00:26:14 +0000 |
commit | 866ba71c1f0230140c06bcea1502c3cc44f63223 (patch) | |
tree | 9846ce953b885d39daabd1675ce659c555fa2aa3 /net-p2p/rtorrent/Makefile | |
parent | fa8b1b48997e9e8a1352d8d062f021a6299a1750 (diff) | |
download | ports-866ba71c1f0230140c06bcea1502c3cc44f63223.tar.gz ports-866ba71c1f0230140c06bcea1502c3cc44f63223.zip |
- Update to 0.4.3.
Notes
Notes:
svn path=/head/; revision=154694
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 1e678dbeaa93..6ab1f20fca3a 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rtorrent -PORTVERSION= 0.3.6 +PORTVERSION= 0.4.3 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.5:${PORTSDIR}/net/libtorrent + torrent.6:${PORTSDIR}/net/libtorrent MAN1= rtorrent.1 |