diff options
author | flz <flz@FreeBSD.org> | 2012-07-05 16:40:07 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2012-07-05 16:40:07 +0800 |
commit | 36fb670591064208228e551cbc2529a40224741a (patch) | |
tree | 097df771340193d142b33fda73a469cf3fa4e843 /net-p2p/libtorrent | |
parent | 0c3ad60c5bb33fd92a8dc4b8bd1cffa7fd2bf342 (diff) | |
download | freebsd-ports-gnome-36fb670591064208228e551cbc2529a40224741a.tar.gz freebsd-ports-gnome-36fb670591064208228e551cbc2529a40224741a.tar.zst freebsd-ports-gnome-36fb670591064208228e551cbc2529a40224741a.zip |
Update net-p2p/libtorrent to 0.13.2.
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 9 |
3 files changed, 11 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 6e624b7f58f0..58487e8241fd 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libtorrent -PORTVERSION?= 0.12.9 +PORTVERSION?= 0.13.2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${MASTER_SITE_LOCAL} diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 90bad63b7a0d..a43ebe2617fb 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-0.12.9.tar.gz) = 15dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64 -SIZE (libtorrent-0.12.9.tar.gz) = 667864 +SHA256 (libtorrent-0.13.2.tar.gz) = ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f +SIZE (libtorrent-0.13.2.tar.gz) = 725088 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 88a8785ec438..4cd23b189c13 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -6,6 +6,7 @@ include/torrent/data/block.h include/torrent/data/block_list.h include/torrent/data/block_transfer.h include/torrent/data/chunk_utils.h +include/torrent/data/download_data.h include/torrent/data/file.h include/torrent/data/file_list.h include/torrent/data/file_list_iterator.h @@ -18,6 +19,7 @@ include/torrent/download.h include/torrent/download/choke_group.h include/torrent/download/choke_queue.h include/torrent/download/download_manager.h +include/torrent/download/group_entry.h include/torrent/download/resource_manager.h include/torrent/download_info.h include/torrent/error.h @@ -42,15 +44,20 @@ include/torrent/poll_epoll.h include/torrent/poll_kqueue.h include/torrent/poll_select.h include/torrent/rate.h -include/torrent/thread_base.h include/torrent/throttle.h include/torrent/torrent.h include/torrent/tracker.h +include/torrent/tracker_controller.h include/torrent/tracker_list.h include/torrent/utils/extents.h +include/torrent/utils/log.h +include/torrent/utils/log_buffer.h include/torrent/utils/log_files.h include/torrent/utils/option_strings.h +include/torrent/utils/ranges.h include/torrent/utils/resume.h +include/torrent/utils/signal_bitfield.h +include/torrent/utils/thread_base.h lib/libtorrent.a lib/libtorrent.la lib/libtorrent.so |