View | Details | Raw Unified | Return to bug 157037
Collapse All | Expand All

(-)/tank/share/tinderbox/portstrees/FreeBSD/ports/net-p2p/libtorrent/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	libtorrent
8
PORTNAME?=	libtorrent
9
PORTVERSION?=	0.12.7
9
PORTVERSION?=	0.12.8
10
CATEGORIES=	net-p2p
10
CATEGORIES=	net-p2p
11
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
11
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
12
		${MASTER_SITE_LOCAL}
12
		${MASTER_SITE_LOCAL}
(-)/tank/share/tinderbox/portstrees/FreeBSD/ports/net-p2p/libtorrent/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libtorrent-0.12.7.tar.gz) = 96f59ec9593cd77ef9bad78cadef9ce6f1040243cccf1108aa7844e58d632a97
1
SHA256 (libtorrent-0.12.8.tar.gz) = 4f87f9577a844fd9cb8fb85ab836e8fbdd9e83da6ff064ad7e58c50a1b4ee145
2
SIZE (libtorrent-0.12.7.tar.gz) = 632060
2
SIZE (libtorrent-0.12.8.tar.gz) = 667470
(-)/tank/share/tinderbox/portstrees/FreeBSD/ports/net-p2p/libtorrent/pkg-plist (-2 / +12 lines)
Lines 2-7 Link Here
2
include/torrent/common.h
2
include/torrent/common.h
3
include/torrent/throttle.h
3
include/torrent/throttle.h
4
include/torrent/peer/client_list.h
4
include/torrent/peer/client_list.h
5
include/torrent/peer/choke_status.h
5
include/torrent/peer/peer_list.h
6
include/torrent/peer/peer_list.h
6
include/torrent/peer/client_info.h
7
include/torrent/peer/client_info.h
7
include/torrent/peer/peer.h
8
include/torrent/peer/peer.h
Lines 33-38 Link Here
33
include/torrent/data/file.h
34
include/torrent/data/file.h
34
include/torrent/data/transfer_list.h
35
include/torrent/data/transfer_list.h
35
include/torrent/data/file_list_iterator.h
36
include/torrent/data/file_list_iterator.h
37
include/torrent/download/choke_group.h
38
include/torrent/download/choke_queue.h
39
include/torrent/download/download_manager.h
40
include/torrent/download/resource_manager.h
41
include/torrent/utils/option_strings.h
42
include/torrent/utils/log_files.h
43
include/torrent/utils/extents.h
44
include/torrent/utils/resume.h
36
include/torrent/download.h
45
include/torrent/download.h
37
include/torrent/object_static_map.h
46
include/torrent/object_static_map.h
38
include/torrent/poll_select.h
47
include/torrent/poll_select.h
Lines 43-54 Link Here
43
include/torrent/thread_base.h
52
include/torrent/thread_base.h
44
include/torrent/event.h
53
include/torrent/event.h
45
include/torrent/path.h
54
include/torrent/path.h
46
include/torrent/resume.h
47
lib/libtorrent.a
55
lib/libtorrent.a
48
lib/libtorrent.so
56
lib/libtorrent.so
49
lib/libtorrent.so.13
57
lib/libtorrent.so.14
50
lib/libtorrent.la
58
lib/libtorrent.la
51
libdata/pkgconfig/libtorrent.pc
59
libdata/pkgconfig/libtorrent.pc
52
@dirrmtry include/torrent/peer
60
@dirrmtry include/torrent/peer
53
@dirrmtry include/torrent/data
61
@dirrmtry include/torrent/data
62
@dirrmtry include/torrent/download
63
@dirrmtry include/torrent/utils
54
@dirrmtry include/torrent
64
@dirrmtry include/torrent

Return to bug 157037