1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Update to version 2.1.5, which has the following bug fixes:

Fix actions on selected torrents (non-selected torrents could be affected)
Only one program preferences dialog is allowed at a time
Link against boost and ssl to fix issues with gold linker
Fix memory leak in RSS
Improved HTTP gzip compression detection in downloader
Fix possible race condition in search engine

From version 2.1.4:
Fix file prioritizing in a torrent
Make sure seeding torrents display a progress of 100%
Usage display was improved and localized (--help)
Fix possible crash when deleting a torrent
Fix possible crash when changing torrents label

For the port, mark MAKE_JOBS_SAFE, do a better job with the libnotify
default, and add a small patch to fix the newly added boost system lib
dependency. The latter must be post-configure because it patches a file
created by the configure script.
This commit is contained in:
Doug Barton 2010-02-11 22:13:52 +00:00
parent 63b798ac5f
commit d3659f4c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249619
4 changed files with 22 additions and 12 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= qbittorrent
PORTVERSION= 2.1.3
PORTREVISION= 1
PORTVERSION= 2.1.5
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -19,6 +18,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
OPTIONS= NOTIFY "Enable libnotify support" on
USE_QT_VER= 4
@ -33,7 +34,7 @@ MAN1= qbittorrent.1
.include <bsd.port.pre.mk>
.if defined(WITH_NOTIFY)
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --disable-libnotify
@ -46,6 +47,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \
${WRKSRC}/conf.pri
post-install:
@${STRIP_CMD} ${PREFIX}/bin/qbittorrent

View File

@ -1,3 +1,3 @@
MD5 (qbittorrent-2.1.3.tar.gz) = 0367177f71b0c40d73de1694cb7cf6e9
SHA256 (qbittorrent-2.1.3.tar.gz) = e8cc913cfe69b39f689f4048afa4454cf6d5f608e4d1926f34a189738ce7b1c7
SIZE (qbittorrent-2.1.3.tar.gz) = 2397335
MD5 (qbittorrent-2.1.5.tar.gz) = 22ed5e6713a319cc71997f4243888f8e
SHA256 (qbittorrent-2.1.5.tar.gz) = 5a50429f287e5c159c45839c9721800a4242d84bf4dd1f245e325bcedccd1a5c
SIZE (qbittorrent-2.1.5.tar.gz) = 2415266

View File

@ -6,8 +6,7 @@
#
PORTNAME= qbittorrent
PORTVERSION= 2.1.3
PORTREVISION= 1
PORTVERSION= 2.1.5
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -19,6 +18,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
OPTIONS= NOTIFY "Enable libnotify support" on
USE_QT_VER= 4
@ -33,7 +34,7 @@ MAN1= qbittorrent.1
.include <bsd.port.pre.mk>
.if defined(WITH_NOTIFY)
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --disable-libnotify
@ -46,6 +47,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \
${WRKSRC}/conf.pri
post-install:
@${STRIP_CMD} ${PREFIX}/bin/qbittorrent

View File

@ -1,3 +1,3 @@
MD5 (qbittorrent-2.1.3.tar.gz) = 0367177f71b0c40d73de1694cb7cf6e9
SHA256 (qbittorrent-2.1.3.tar.gz) = e8cc913cfe69b39f689f4048afa4454cf6d5f608e4d1926f34a189738ce7b1c7
SIZE (qbittorrent-2.1.3.tar.gz) = 2397335
MD5 (qbittorrent-2.1.5.tar.gz) = 22ed5e6713a319cc71997f4243888f8e
SHA256 (qbittorrent-2.1.5.tar.gz) = 5a50429f287e5c159c45839c9721800a4242d84bf4dd1f245e325bcedccd1a5c
SIZE (qbittorrent-2.1.5.tar.gz) = 2415266