Date: Sun, 2 Sep 2012 06:36:03 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303534 - head/net-p2p/qbittorrent Message-ID: <201209020636.q826a3mE053386@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dougb Date: Sun Sep 2 06:36:03 2012 New Revision: 303534 URL: http://svn.freebsd.org/changeset/ports/303534 Log: * 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 Modified: head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Sun Sep 2 06:33:26 2012 (r303533) +++ head/net-p2p/qbittorrent/Makefile Sun Sep 2 06:36:03 2012 (r303534) @@ -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}/ Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Sun Sep 2 06:33:26 2012 (r303533) +++ head/net-p2p/qbittorrent/distinfo Sun Sep 2 06:36:03 2012 (r303534) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209020636.q826a3mE053386>