mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to 0.16.4:
* raise the default torrents allowed to announce to trackers to 1600 * improve uTP slow start behavior * update use of boost.system to not use deprecated functions * fix GIL issue in python bindings. Deprecated extension support in python * fixed bug where setting upload slots to -1 would not mean infinite * extend the UDP tracker protocol to include the request string from the tracker URL
This commit is contained in:
parent
fc70633608
commit
891e2c73ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305055
@ -1,8 +1,3 @@
|
||||
# New ports collection makefile for: libtorrent-rasterbar-16-python
|
||||
# Date created: 5 May 2012
|
||||
# Whom: Doug Barton, dougb@FreeBSD.org
|
||||
#
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,11 +1,7 @@
|
||||
# New ports collection makefile for: libtorrent-rasterbar-16
|
||||
# Date created: 5 May 2012
|
||||
# Whom: Doug Barton, dougb@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libtorrent-rasterbar
|
||||
PORTVERSION= 0.16.3
|
||||
PORTVERSION= 0.16.4
|
||||
CATEGORIES?= net-p2p ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PROJECTHOST= libtorrent
|
||||
@ -58,9 +54,6 @@ post-patch:
|
||||
@${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed
|
||||
@${SED} -e 's#<include>/usr/local/include#<include>${LOCALBASE}/include#' \
|
||||
${WRKSRC}/Jamfile.presed > ${WRKSRC}/Jamfile
|
||||
${CP} ${WRKSRC}/include/libtorrent/file.hpp ${WRKSRC}/include/libtorrent/file.hpp.presed
|
||||
${SED} -e "35s,.*,#include <sys/stat.h>," ${WRKSRC}/include/libtorrent/file.hpp.presed > \
|
||||
${WRKSRC}/include/libtorrent/file.hpp
|
||||
.endif
|
||||
|
||||
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libtorrent-rasterbar-0.16.3.tar.gz) = 54f509fe1434b0cb3829f4c8e2b209a878a4f7bc6b4a38cf0e41c193326f9d9e
|
||||
SIZE (libtorrent-rasterbar-0.16.3.tar.gz) = 2899811
|
||||
SHA256 (libtorrent-rasterbar-0.16.4.tar.gz) = 025531e1da1d5478486d475835327a395fbcff27f29f3767731cce361622c4f0
|
||||
SIZE (libtorrent-rasterbar-0.16.4.tar.gz) = 2907218
|
||||
|
@ -110,6 +110,7 @@ include/libtorrent/ssl_stream.hpp
|
||||
include/libtorrent/stat.hpp
|
||||
include/libtorrent/storage.hpp
|
||||
include/libtorrent/storage_defs.hpp
|
||||
include/libtorrent/string_util.hpp
|
||||
include/libtorrent/struct_debug.hpp
|
||||
include/libtorrent/thread.hpp
|
||||
include/libtorrent/time.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user