diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2011-05-24 12:07:44 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2011-05-24 12:07:44 +0000 |
commit | f3c60b717b006033d420eab4c0c901cce3035e62 (patch) | |
tree | 49d60e04143a1927dce17747671d952e19c3c4c3 /net-p2p/libtorrent-devel | |
parent | 4244349478a53e613b485840305a4a940070ae73 (diff) | |
download | ports-f3c60b717b006033d420eab4c0c901cce3035e62.tar.gz ports-f3c60b717b006033d420eab4c0c901cce3035e62.zip |
Notes
Diffstat (limited to 'net-p2p/libtorrent-devel')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/pkg-plist | 14 |
3 files changed, 15 insertions, 5 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index b3c92691effa..fb9c50f2edae 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-devel -PORTVERSION= 0.12.7 +PORTVERSION= 0.12.8 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org diff --git a/net-p2p/libtorrent-devel/distinfo b/net-p2p/libtorrent-devel/distinfo index cbc58df4e55f..4fff59f1de21 100644 --- a/net-p2p/libtorrent-devel/distinfo +++ b/net-p2p/libtorrent-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-0.12.7.tar.gz) = 96f59ec9593cd77ef9bad78cadef9ce6f1040243cccf1108aa7844e58d632a97 -SIZE (libtorrent-0.12.7.tar.gz) = 632060 +SHA256 (libtorrent-0.12.8.tar.gz) = 4f87f9577a844fd9cb8fb85ab836e8fbdd9e83da6ff064ad7e58c50a1b4ee145 +SIZE (libtorrent-0.12.8.tar.gz) = 667470 diff --git a/net-p2p/libtorrent-devel/pkg-plist b/net-p2p/libtorrent-devel/pkg-plist index bf26114519eb..81d698f68f73 100644 --- a/net-p2p/libtorrent-devel/pkg-plist +++ b/net-p2p/libtorrent-devel/pkg-plist @@ -2,6 +2,7 @@ include/torrent/common.h include/torrent/throttle.h include/torrent/peer/client_list.h +include/torrent/peer/choke_status.h include/torrent/peer/peer_list.h include/torrent/peer/client_info.h include/torrent/peer/peer.h @@ -33,6 +34,14 @@ include/torrent/data/block_list.h include/torrent/data/file.h include/torrent/data/transfer_list.h include/torrent/data/file_list_iterator.h +include/torrent/download/choke_group.h +include/torrent/download/choke_queue.h +include/torrent/download/download_manager.h +include/torrent/download/resource_manager.h +include/torrent/utils/option_strings.h +include/torrent/utils/log_files.h +include/torrent/utils/extents.h +include/torrent/utils/resume.h include/torrent/download.h include/torrent/object_static_map.h include/torrent/poll_select.h @@ -43,12 +52,13 @@ include/torrent/error.h include/torrent/thread_base.h include/torrent/event.h include/torrent/path.h -include/torrent/resume.h lib/libtorrent.a lib/libtorrent.so -lib/libtorrent.so.13 +lib/libtorrent.so.14 lib/libtorrent.la libdata/pkgconfig/libtorrent.pc @dirrmtry include/torrent/peer @dirrmtry include/torrent/data +@dirrmtry include/torrent/download +@dirrmtry include/torrent/utils @dirrmtry include/torrent |