mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to version 2.0.5, which contains the following bugfix:
Fix crash with downloaded/availability bars when the torrent has too many pieces Take over maintainership of the port, add ipv6 to CATEGORIES, and enable libnotify support by default.
This commit is contained in:
parent
f05421f629
commit
d91f6119e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247015
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= qbittorrent
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= net-p2p
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= net-p2p ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
|
||||
torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= NOTIFY "Enable libnotify support" off
|
||||
OPTIONS= NOTIFY "Enable libnotify support" on
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui network xml \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qbittorrent-2.0.4.tar.gz) = e1541e2334698881f8fd8c21aa9854c0
|
||||
SHA256 (qbittorrent-2.0.4.tar.gz) = a67ae2c3f74e09deaef6002212e2bb7e0d378ef33ac4724fd03cd33ed2cce749
|
||||
SIZE (qbittorrent-2.0.4.tar.gz) = 2163612
|
||||
MD5 (qbittorrent-2.0.5.tar.gz) = b74726c9133470ab92218c7d897847ed
|
||||
SHA256 (qbittorrent-2.0.5.tar.gz) = 3413606e78f9a5a6bdd80d3c0993fdec421c29839e409e5f917f6f7f5b2d8778
|
||||
SIZE (qbittorrent-2.0.5.tar.gz) = 2164284
|
||||
|
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= qbittorrent
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= net-p2p
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= net-p2p ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
|
||||
torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= NOTIFY "Enable libnotify support" off
|
||||
OPTIONS= NOTIFY "Enable libnotify support" on
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui network xml \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qbittorrent-2.0.4.tar.gz) = e1541e2334698881f8fd8c21aa9854c0
|
||||
SHA256 (qbittorrent-2.0.4.tar.gz) = a67ae2c3f74e09deaef6002212e2bb7e0d378ef33ac4724fd03cd33ed2cce749
|
||||
SIZE (qbittorrent-2.0.4.tar.gz) = 2163612
|
||||
MD5 (qbittorrent-2.0.5.tar.gz) = b74726c9133470ab92218c7d897847ed
|
||||
SHA256 (qbittorrent-2.0.5.tar.gz) = 3413606e78f9a5a6bdd80d3c0993fdec421c29839e409e5f917f6f7f5b2d8778
|
||||
SIZE (qbittorrent-2.0.5.tar.gz) = 2164284
|
||||
|
Loading…
Reference in New Issue
Block a user