diff options
author | dougb <dougb@FreeBSD.org> | 2012-05-17 16:48:55 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-05-17 16:48:55 +0800 |
commit | df2a9a24eaff1083d6be8a1bcfd15cc1145a4c26 (patch) | |
tree | 2adf5ee4edf216aadae7e543493c83e1fe53ff56 /net-p2p | |
parent | 092667c63ffbb31dd23bdde58f7b574748dcfbcb (diff) | |
download | freebsd-ports-gnome-df2a9a24eaff1083d6be8a1bcfd15cc1145a4c26.tar.gz freebsd-ports-gnome-df2a9a24eaff1083d6be8a1bcfd15cc1145a4c26.tar.zst freebsd-ports-gnome-df2a9a24eaff1083d6be8a1bcfd15cc1145a4c26.zip |
Bump the dependency to the newly-committed libtorrent-rasterbar 0.16
to bring in uTP support.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-29/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent-29/Makefile b/net-p2p/qbittorrent-29/Makefile index 7daf5052d2b9..626776a004b2 100644 --- a/net-p2p/qbittorrent-29/Makefile +++ b/net-p2p/qbittorrent-29/Makefile @@ -6,7 +6,7 @@ PORTNAME= qbittorrent PORTVERSION= 2.9.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -15,7 +15,7 @@ COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar # lib versions specified on purpose LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 + torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 MAKE_JOBS_SAFE= yes |