diff options
author | dougb <dougb@FreeBSD.org> | 2010-06-14 18:14:18 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-06-14 18:14:18 +0800 |
commit | 2e378e4006582319c925b5ecc89ed7a291b6f401 (patch) | |
tree | f0877028ac54d60101fd16ded309705769d58ad9 /net-p2p | |
parent | 83a95b83ab9f192572a3b52b95922489a3d32345 (diff) | |
download | freebsd-ports-gnome-2e378e4006582319c925b5ecc89ed7a291b6f401.tar.gz freebsd-ports-gnome-2e378e4006582319c925b5ecc89ed7a291b6f401.tar.zst freebsd-ports-gnome-2e378e4006582319c925b5ecc89ed7a291b6f401.zip |
Upgrade to version 2.2.9, which has the following bug fixes:
* Disable torrent addition dialog as a default
* Fix torrent availability computation
* Fix Web UI authentication with Opera Browser
* Fix Javascript error in Web UI when using IE
* Fix a lot of encoding problems on non UTF-8 systems
* Fix race condition allowing to run multiple instances
* Fix window hiding problem when having a modal window
For the port, add LICENSE information
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/pkg-descr | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index b69ef241dae4..06889e0cedb9 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -6,13 +6,15 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.9 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= Bittorrent client using Qt4 and libtorrent-rasterbar +LICENSE: GPLv2 + LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ GeoIP.5:${PORTSDIR}/net/GeoIP diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index 8d80e17e0ae6..01df23d28556 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.2.8.tar.gz) = 4df0fb0cc016cb2e3c9cb6798c575ff5 -SHA256 (qbittorrent-2.2.8.tar.gz) = 49f2ad035f1eb9b3d2c7ca10b3539dfb7fb07db1f2eef8b41ef6223ceb734c81 -SIZE (qbittorrent-2.2.8.tar.gz) = 2603947 +MD5 (qbittorrent-2.2.9.tar.gz) = f855b39ce8edf692f5e575394e441174 +SHA256 (qbittorrent-2.2.9.tar.gz) = eec379f6009cc5a8365dbff2476c748702784d15e61cf0aa1b3239d9b749435d +SIZE (qbittorrent-2.2.9.tar.gz) = 2725086 diff --git a/net-p2p/qbittorrent-22/pkg-descr b/net-p2p/qbittorrent-22/pkg-descr index 6c8a36048adb..a17753eeceff 100644 --- a/net-p2p/qbittorrent-22/pkg-descr +++ b/net-p2p/qbittorrent-22/pkg-descr @@ -19,4 +19,6 @@ Features: Advanced RSS support with download filters (inc. regex) IP Filtering (eMule and PeerGuardian compatible) +LICENSE: GPL2 or later + WWW: http://www.qbittorrent.org/ |