diff options
author | dougb <dougb@FreeBSD.org> | 2012-09-02 14:36:03 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-09-02 14:36:03 +0800 |
commit | 56c340393bbed1ac26132c3fab0181e65d660b5e (patch) | |
tree | 51039dd608684d1079e9a0d1316811cbcbc22a0b /net-p2p | |
parent | b8b6dd16b650e377a79938269af9a13bde01dd77 (diff) | |
download | freebsd-ports-gnome-56c340393bbed1ac26132c3fab0181e65d660b5e.tar.gz freebsd-ports-gnome-56c340393bbed1ac26132c3fab0181e65d660b5e.tar.zst freebsd-ports-gnome-56c340393bbed1ac26132c3fab0181e65d660b5e.zip |
* Sat Sep 1 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.2
- FEATURE: Add "clear" functionality to search field
- BUGFIX: Attempt to use qBittorrent icon from theme if available
- BUGFIX: Fix crash when a fastresume file is empty
- BUGFIX: Fix encoding problem for detected XDG Download folder
- BUGFIX: Improve performance when showing torrent content panel
- BUGFIX: Fix label-based filtering of torrents whose label contains
special characters
- BUGFIX: Fix possible crash due to labels
* Tue Aug 21 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.1
- BUGFIX: Fix possible crash when adding a tracker to a magnet torrent
without metadata
- BUGFIX: Remember queue position for torrents without metadata
- BUGFIX: Fix crash when using unauthorized characters in label names
- BUGFIX: Fix search plugins updating
- BUGFIX: Make uTP connections rate limited by default
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 6f5ed31e22e1..2492123665e0 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,11 +1,7 @@ -# New ports collection makefile for: qbittorrent -# Date created: 11 August 2012 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.2 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index f79115a8918c..0c11a7233312 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.0.0.tar.gz) = 6999ce802724f5620b14a237f4616305e8b3956d5058cbfd153684a8af3f47c6 -SIZE (qbittorrent-3.0.0.tar.gz) = 3625280 +SHA256 (qbittorrent-3.0.2.tar.gz) = b0b280413fe56477dfd95fba9f105d870c2e4245730976a168b6cb669ce6a67f +SIZE (qbittorrent-3.0.2.tar.gz) = 3625383 |