diff options
author | flz <flz@FreeBSD.org> | 2008-02-07 18:55:25 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-02-07 18:55:25 +0800 |
commit | 6bceac696cafaaed21bf05b5d5ede4c6a0735c84 (patch) | |
tree | e58578a59d4f9d2b8764711668c6d945aaca2351 /net-p2p/libtorrent-devel | |
parent | 646892d9baf1db90ed2cca0b495280514d29312e (diff) | |
download | freebsd-ports-gnome-6bceac696cafaaed21bf05b5d5ede4c6a0735c84.tar.gz freebsd-ports-gnome-6bceac696cafaaed21bf05b5d5ede4c6a0735c84.tar.zst freebsd-ports-gnome-6bceac696cafaaed21bf05b5d5ede4c6a0735c84.zip |
Update net-p2p/libtorrent-devel to 0.12.0.
PR: ports/120337
Submitted by: Gea-Suan Lin
Diffstat (limited to 'net-p2p/libtorrent-devel')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/pkg-plist | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index 023d2f334e6d..8561a377767d 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-devel -PORTVERSION= 0.11.9 +PORTVERSION= 0.12.0 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} diff --git a/net-p2p/libtorrent-devel/distinfo b/net-p2p/libtorrent-devel/distinfo index 95be4dc4807e..d6b0f5ba98f3 100644 --- a/net-p2p/libtorrent-devel/distinfo +++ b/net-p2p/libtorrent-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.11.9.tar.gz) = 8974dc9499b382a09fb952cabcfef9a0 -SHA256 (libtorrent-0.11.9.tar.gz) = 71f09218a7784b21ab53cdfcd8fa122da60352e5ca117fda7cd8d2763f908a08 -SIZE (libtorrent-0.11.9.tar.gz) = 545210 +MD5 (libtorrent-0.12.0.tar.gz) = 76c818b095248ea9e4b140fff4e2fa2a +SHA256 (libtorrent-0.12.0.tar.gz) = 3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3 +SIZE (libtorrent-0.12.0.tar.gz) = 583000 diff --git a/net-p2p/libtorrent-devel/pkg-plist b/net-p2p/libtorrent-devel/pkg-plist index 3641d0d81b3a..5c59a427c02d 100644 --- a/net-p2p/libtorrent-devel/pkg-plist +++ b/net-p2p/libtorrent-devel/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ include/torrent/bitfield.h include/torrent/chunk_manager.h include/torrent/common.h @@ -12,6 +13,7 @@ include/torrent/data/file_manager.h include/torrent/data/file_utils.h include/torrent/data/piece.h include/torrent/data/transfer_list.h +include/torrent/dht_manager.h include/torrent/download.h include/torrent/error.h include/torrent/event.h @@ -23,6 +25,7 @@ include/torrent/object_stream.h include/torrent/path.h include/torrent/peer/client_info.h include/torrent/peer/client_list.h +include/torrent/peer/connection_list.h include/torrent/peer/peer.h include/torrent/peer/peer_info.h include/torrent/peer/peer_list.h @@ -32,13 +35,14 @@ include/torrent/poll_kqueue.h include/torrent/poll_select.h include/torrent/rate.h include/torrent/resume.h +include/torrent/throttle.h include/torrent/torrent.h include/torrent/tracker.h include/torrent/tracker_list.h lib/libtorrent.a lib/libtorrent.la lib/libtorrent.so -lib/libtorrent.so.10 +lib/libtorrent.so.11 libdata/pkgconfig/libtorrent.pc @dirrmtry include/torrent/peer @dirrmtry include/torrent/data |