diff options
author | dougb <dougb@FreeBSD.org> | 2012-02-20 18:39:59 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-02-20 18:39:59 +0800 |
commit | 0580e895378f1ee37dae0c3bc0832260d73e999e (patch) | |
tree | 23f361f5cfbaaebf11abf6b4ebd9092f6f4b5b19 /net-p2p/qbittorrent-29 | |
parent | 44b1eb31193856402adb59c97b22eba00e483c5c (diff) | |
download | freebsd-ports-gnome-0580e895378f1ee37dae0c3bc0832260d73e999e.tar.gz freebsd-ports-gnome-0580e895378f1ee37dae0c3bc0832260d73e999e.tar.zst freebsd-ports-gnome-0580e895378f1ee37dae0c3bc0832260d73e999e.zip |
* Sat Feb 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.5
- BUGFIX: Fix crash when disabling then reenabling RSS
- BUGFIX: Fix duplicate torrent detection when adding a magnet link
- BUGFIX: Fix import of new trackers when adding a torrent with same hash
- BUGFIX: Fix possible redownload of torrents marked as read
- BUGFIX: Properly remove RSS feed settings/history upon feed removal
Diffstat (limited to 'net-p2p/qbittorrent-29')
-rw-r--r-- | net-p2p/qbittorrent-29/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent-29/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent-29/Makefile b/net-p2p/qbittorrent-29/Makefile index 66a3dabe1a6d..0c81d5a1dae8 100644 --- a/net-p2p/qbittorrent-29/Makefile +++ b/net-p2p/qbittorrent-29/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 2.9.4 +PORTVERSION= 2.9.5 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -13,6 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= dougb@FreeBSD.org COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar +# lib versions specified on purpose LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 diff --git a/net-p2p/qbittorrent-29/distinfo b/net-p2p/qbittorrent-29/distinfo index 522b6a714b4e..ce8cf815322e 100644 --- a/net-p2p/qbittorrent-29/distinfo +++ b/net-p2p/qbittorrent-29/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-2.9.4.tar.gz) = 9748b3179a998b7e7397339caa04bf76128f47d91c82d89760be46dee0de030c -SIZE (qbittorrent-2.9.4.tar.gz) = 3537981 +SHA256 (qbittorrent-2.9.5.tar.gz) = 3066f16edcbe8571b5e6c746cabe9ce784df5f566b95388dc24459ff786023ba +SIZE (qbittorrent-2.9.5.tar.gz) = 3537945 |