Upgrade to version 2.2.5, which has the following bug fixes:

* Fix crash when adding a new torrent label
 * Fix HTTPS protocol support in torrent/rss downloader
 * Fix default width of file name column in torrent content
 * Fix torrent addition dialog buttons height
 * Fix deprecation warnings with libtorrent v0.15
 * Fix "Download from URL" title size in Web UI
 * Fix transparency of speed limits icons
 * Dropped dependency on Qt gif library
	This removes the requirement for QT_COMPONENTS= imageformat
 * Improved libboost detection by configure file

And the following cosmetic change:
 * Added icons to menu actions in Web UI
This commit is contained in:
Doug Barton 2010-04-08 18:37:09 +00:00
parent 382ebf8e0a
commit 83f8ddb2e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252448
2 changed files with 6 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= qbittorrent
PORTVERSION= 2.2.4
PORTVERSION= 2.2.5
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -24,7 +24,7 @@ OPTIONS= NOTIFY "Enable libnotify support" on \
LT_15 "Use 0.15 (devel) version of libtorrent-rasterbar" on
USE_QT_VER= 4
QT_COMPONENTS= corelib gui network xml imageformats \
QT_COMPONENTS= corelib gui network xml \
moc_build qmake_build rcc_build uic_build
QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
@ -48,9 +48,7 @@ LIB_DEPENDS+= torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
LIB_DEPENDS+= torrent-rasterbar.5:${PORTSDIR}/net-p2p/libtorrent-rasterbar-14
.endif
BOOSTLIB_PATTERN= -e 's|boost_system-mt|boost_system|' \
-e 's|boost_filesystem-mt|boost_filesystem|' \
-e 's|boost_thread-mt|boost_thread|'
BOOSTLIB_PATTERN= -e 's|\*\-mt\*||'
post-patch:
@${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \

View File

@ -1,3 +1,3 @@
MD5 (qbittorrent-2.2.4.tar.gz) = 9c0097cda51a9df20259844a385bdcb7
SHA256 (qbittorrent-2.2.4.tar.gz) = 562c94551b71c7cbbaba6f35ce449ed6a6a9db6ba1560521736e2702e433966d
SIZE (qbittorrent-2.2.4.tar.gz) = 2499351
MD5 (qbittorrent-2.2.5.tar.gz) = 9c9a082bf94b5b07f31d58f92479b152
SHA256 (qbittorrent-2.2.5.tar.gz) = 461f1b8f38c3ca8d769e7d628ec897adc1cc1f81b43e36e1bcd3847dfe382f2d
SIZE (qbittorrent-2.2.5.tar.gz) = 2504251