diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-04-05 09:58:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-04-05 09:58:21 +0000 |
commit | 2d2aab594d0c53ca9b683b8916ee8b72d43d8427 (patch) | |
tree | a43faa3c70c7f8aa593d32d05b4017fd7a88fa13 /net-p2p | |
parent | Mark BROKEN: does not build (diff) |
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
Notes
Notes:
svn path=/head/; revision=252231
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 933fa23c1173..6f9b5f40b62b 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -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 diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index ffc54bb0a423..27b38e2f9e29 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -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 |