diff options
author | flz <flz@FreeBSD.org> | 2006-10-27 04:12:38 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-10-27 04:12:38 +0800 |
commit | 0b041dfae009fbb5de3599ab2379fc4975fabd12 (patch) | |
tree | 6b3cdfa5fafa00ec4dc5ec39c0031b6c079aa3a7 /net-p2p/rtorrent/Makefile | |
parent | e755f7698a8cc254ab4b3ca14fd7d298e631d485 (diff) | |
download | freebsd-ports-gnome-0b041dfae009fbb5de3599ab2379fc4975fabd12.tar.gz freebsd-ports-gnome-0b041dfae009fbb5de3599ab2379fc4975fabd12.tar.zst freebsd-ports-gnome-0b041dfae009fbb5de3599ab2379fc4975fabd12.zip |
- Update to rtorrent 0.6.3.
Approved by: portmgr (erwin)
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index b949c6459966..62d10093c28e 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -6,18 +6,18 @@ # PORTNAME?= rtorrent -PORTVERSION?= 0.5.3 -PORTREVISION?= 1 +PORTVERSION?= 0.6.3 +PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Client written in C++ -LIB_DEPENDS?= torrent.7:${PORTSDIR}/net-p2p/libtorrent +LIB_DEPENDS?= torrent.9:${PORTSDIR}/net-p2p/libtorrent LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl -CONFLICTS= rtorrent-devel-[0-9]* +CONFLICTS?= rtorrent-devel-[0-9]* MAN1= rtorrent.1 |