From 56c340393bbed1ac26132c3fab0181e65d660b5e Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 2 Sep 2012 06:36:03 +0000 Subject: * Sat Sep 1 2012 - Christophe Dumez - 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 - 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 --- net-p2p/qbittorrent/Makefile | 6 +----- 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 -# # $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 -- cgit