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

(-)/home/staff/gslin/work/ports/libtorrent-devel/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtorrent-devel
8
PORTNAME=	libtorrent-devel
9
PORTVERSION=	0.11.9
9
PORTVERSION=	0.12.0
10
PORTREVISION=	0
10
PORTREVISION=	0
11
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
11
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
12
12
(-)/home/staff/gslin/work/ports/libtorrent-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtorrent-0.11.9.tar.gz) = 8974dc9499b382a09fb952cabcfef9a0
1
MD5 (libtorrent-0.12.0.tar.gz) = 76c818b095248ea9e4b140fff4e2fa2a
2
SHA256 (libtorrent-0.11.9.tar.gz) = 71f09218a7784b21ab53cdfcd8fa122da60352e5ca117fda7cd8d2763f908a08
2
SHA256 (libtorrent-0.12.0.tar.gz) = 3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3
3
SIZE (libtorrent-0.11.9.tar.gz) = 545210
3
SIZE (libtorrent-0.12.0.tar.gz) = 583000
(-)/home/staff/gslin/work/ports/libtorrent-devel/pkg-plist (-1 / +5 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
include/torrent/bitfield.h
2
include/torrent/bitfield.h
2
include/torrent/chunk_manager.h
3
include/torrent/chunk_manager.h
3
include/torrent/common.h
4
include/torrent/common.h
Lines 12-17 Link Here
12
include/torrent/data/file_utils.h
13
include/torrent/data/file_utils.h
13
include/torrent/data/piece.h
14
include/torrent/data/piece.h
14
include/torrent/data/transfer_list.h
15
include/torrent/data/transfer_list.h
16
include/torrent/dht_manager.h
15
include/torrent/download.h
17
include/torrent/download.h
16
include/torrent/error.h
18
include/torrent/error.h
17
include/torrent/event.h
19
include/torrent/event.h
Lines 23-28 Link Here
23
include/torrent/path.h
25
include/torrent/path.h
24
include/torrent/peer/client_info.h
26
include/torrent/peer/client_info.h
25
include/torrent/peer/client_list.h
27
include/torrent/peer/client_list.h
28
include/torrent/peer/connection_list.h
26
include/torrent/peer/peer.h
29
include/torrent/peer/peer.h
27
include/torrent/peer/peer_info.h
30
include/torrent/peer/peer_info.h
28
include/torrent/peer/peer_list.h
31
include/torrent/peer/peer_list.h
Lines 32-44 Link Here
32
include/torrent/poll_select.h
35
include/torrent/poll_select.h
33
include/torrent/rate.h
36
include/torrent/rate.h
34
include/torrent/resume.h
37
include/torrent/resume.h
38
include/torrent/throttle.h
35
include/torrent/torrent.h
39
include/torrent/torrent.h
36
include/torrent/tracker.h
40
include/torrent/tracker.h
37
include/torrent/tracker_list.h
41
include/torrent/tracker_list.h
38
lib/libtorrent.a
42
lib/libtorrent.a
39
lib/libtorrent.la
43
lib/libtorrent.la
40
lib/libtorrent.so
44
lib/libtorrent.so
41
lib/libtorrent.so.10
45
lib/libtorrent.so.11
42
libdata/pkgconfig/libtorrent.pc
46
libdata/pkgconfig/libtorrent.pc
43
@dirrmtry include/torrent/peer
47
@dirrmtry include/torrent/peer
44
@dirrmtry include/torrent/data
48
@dirrmtry include/torrent/data

Return to bug 120337