1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Upgrade to version 2.2.3 which has the following bugfixes:

* Fix possible crash when deleting a torrent just after pausing it
 * Enable Apply button when alternative rate limits are changed
 * Cleaner binutils gold linker support
 * Clean fix for progress display with cleanlooks style
This commit is contained in:
Doug Barton 2010-04-05 09:58:21 +00:00
parent 8a834a337a
commit 2d2aab594d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252231
2 changed files with 12 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= qbittorrent
PORTVERSION= 2.2.2
PORTVERSION= 2.2.3
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -28,7 +28,8 @@ QT_COMPONENTS= corelib gui network xml \
moc_build qmake_build rcc_build uic_build
QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-libboost-inc="${LOCALBASE}/include"
CONFIGURE_ARGS= --with-libboost-inc="${LOCALBASE}/include" \
--with-libboost-lib="${LOCALBASE}/lib"
INSTALLS_ICONS= yes
MAN1= qbittorrent.1
@ -47,12 +48,17 @@ 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|'
post-patch:
@${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \
${WRKSRC}/src/src.pro
@${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${BOOSTLIB_PATTERN} \
${WRKSRC}/configure
@${REINPLACE_CMD} ${BOOSTLIB_PATTERN} ${WRKSRC}/qcm/libboost.qcm
post-install:
@${STRIP_CMD} ${PREFIX}/bin/qbittorrent

View File

@ -1,3 +1,3 @@
MD5 (qbittorrent-2.2.2.tar.gz) = 780fc2a9e41b488123bae2e5911e786b
SHA256 (qbittorrent-2.2.2.tar.gz) = 9750ae4c384f0b283f9185722fdb1206148438132c5f44b094c6b0e697c5711d
SIZE (qbittorrent-2.2.2.tar.gz) = 2498865
MD5 (qbittorrent-2.2.3.tar.gz) = 80e1eab2de04e18449fd21a7c59e66cd
SHA256 (qbittorrent-2.2.3.tar.gz) = 486921d336d3a804ff173135500a8369d12631abe8a40837f70857100d25bf62
SIZE (qbittorrent-2.2.3.tar.gz) = 2499454