diff options
author | dougb <dougb@FreeBSD.org> | 2011-04-17 03:15:37 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-04-17 03:15:37 +0800 |
commit | 7f7336fe29db795c58f80f0bbb2e7efc3a0c33be (patch) | |
tree | 82b915f5fcdb3dfff1d46f663e73201bdee6c463 /net-p2p | |
parent | b809830e14d25e249344f2ac1b1abceab6d0b0fb (diff) | |
download | freebsd-ports-gnome-7f7336fe29db795c58f80f0bbb2e7efc3a0c33be.tar.gz freebsd-ports-gnome-7f7336fe29db795c58f80f0bbb2e7efc3a0c33be.tar.zst freebsd-ports-gnome-7f7336fe29db795c58f80f0bbb2e7efc3a0c33be.zip |
Update to 2.6.9, the latest, and likely the last 2.6.x release
* Sun Mar 13 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.9
- BUGFIX: Fix column hiding/showing in transfer list
* Sun Mar 13 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.8
- BUGFIX: Fix compilation with libtorrent v0.14.x
- BUGFIX: Fix root folder being cut off if the torrent comes from a
scanned folder (Christian Kandeler)
- BUGFIX: Improve folder removal behavior
- BUGFIX: Make sure the .unwanted folder is deleted on soft torrent removal
- BUGFIX: Indicate support for Magnet links in desktop file (Fisiu)
- BUGFIX: Do not report torrent being checked as queued
- BUGFIX: Improve lists columns state saving
* Sat Feb 26 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.7
- BUGFIX: Disable OS cache for aligned files to reduce memory consumption
- BUGFIX: Fix cursor problem in torrent addition dialog
- BUGFIX: Fix crash when additing an empty tracker URL
- BUGFIX: Share ratio can now go over 100
- BUGFIX: Fix compilation with boost >= v1.46
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-26/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent-26/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent-26/Makefile b/net-p2p/qbittorrent-26/Makefile index ed5453d44655..8778fde6b707 100644 --- a/net-p2p/qbittorrent-26/Makefile +++ b/net-p2p/qbittorrent-26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.9 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -15,7 +15,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ - torrent-rasterbar.5:${PORTSDIR}/net-p2p/libtorrent-rasterbar-14 + torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 MAKE_JOBS_SAFE= yes diff --git a/net-p2p/qbittorrent-26/distinfo b/net-p2p/qbittorrent-26/distinfo index 3c0cfe36057d..0b7a4588fd60 100644 --- a/net-p2p/qbittorrent-26/distinfo +++ b/net-p2p/qbittorrent-26/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-2.6.6.tar.gz) = 58452f5ee5670d674cb727395a6a2a83756e09f356a6ede0bf28821067d82c59 -SIZE (qbittorrent-2.6.6.tar.gz) = 2958946 +SHA256 (qbittorrent-2.6.9.tar.gz) = be7e636bca0c42b69e991cd941603060c278e11d651331d40203d376687a7c8e +SIZE (qbittorrent-2.6.9.tar.gz) = 2959811 |