diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-04-06 22:51:20 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-04-06 22:51:20 +0000 |
commit | 84a91ffccea2eaf7061b2c90a814eea6c5dd4fab (patch) | |
tree | 1e06c95fc42f026532b188224e5acad0630ff638 /net-p2p | |
parent | - Update to 2.15.2 (diff) |
Update to version 2.2.4, which has the following bug fixes:
* Fix possible crash when adding a torrent
* Fix failure to remember some torrents on startup
* Fix torrent addition window layout (torrent content not expanding)
* Fix about dialog in Web UI
* Correctly clear trackers error messages once they work
* Display correct share ratio for paused torrents
And the following cosmetic change, which requires adding the
imageformats qt4 component:
* New alternative speed limits icons
Notes
Notes:
svn path=/head/; revision=252344
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 6f9b5f40b62b..0d7cbc344af1 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -24,7 +24,7 @@ OPTIONS= NOTIFY "Enable libnotify support" on \ LT_15 "Use 0.15 (devel) version of libtorrent-rasterbar" on USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network xml \ +QT_COMPONENTS= corelib gui network xml imageformats \ moc_build qmake_build rcc_build uic_build QT_NONSTANDARD= yes HAS_CONFIGURE= yes diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index 27b38e2f9e29..efe264f67232 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.2.3.tar.gz) = 80e1eab2de04e18449fd21a7c59e66cd -SHA256 (qbittorrent-2.2.3.tar.gz) = 486921d336d3a804ff173135500a8369d12631abe8a40837f70857100d25bf62 -SIZE (qbittorrent-2.2.3.tar.gz) = 2499454 +MD5 (qbittorrent-2.2.4.tar.gz) = 9c0097cda51a9df20259844a385bdcb7 +SHA256 (qbittorrent-2.2.4.tar.gz) = 562c94551b71c7cbbaba6f35ce449ed6a6a9db6ba1560521736e2702e433966d +SIZE (qbittorrent-2.2.4.tar.gz) = 2499351 |