diff options
author | dougb <dougb@FreeBSD.org> | 2010-02-12 06:13:52 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-02-12 06:13:52 +0800 |
commit | 1bc7995d7c5ad5183b5f1208262f4242830f4faf (patch) | |
tree | 597a50e01a47e6bd6d8ff857605781fd1af9bd25 /net-p2p/qbittorrent | |
parent | 6a9a657e66a840115e5797dd6e285e32163d87a2 (diff) | |
download | freebsd-ports-gnome-1bc7995d7c5ad5183b5f1208262f4242830f4faf.tar.gz freebsd-ports-gnome-1bc7995d7c5ad5183b5f1208262f4242830f4faf.tar.zst freebsd-ports-gnome-1bc7995d7c5ad5183b5f1208262f4242830f4faf.zip |
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.
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 8eadafa30dbd..2de4cde6c015 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -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 diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 74fc8ab6d3c5..a635d63eeb46 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -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 |