diff options
author | flz <flz@FreeBSD.org> | 2007-01-09 20:57:36 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-01-09 20:57:36 +0800 |
commit | 9ad6b564fe7065babd75c98c81ff1fcc22df7b8a (patch) | |
tree | 41bf243bb4de9d8d04fefa31eebd7b59d33d4eaa /net-p2p | |
parent | 191f450eca04ecdb6b393ca56cc506d21f167e79 (diff) | |
download | freebsd-ports-gnome-9ad6b564fe7065babd75c98c81ff1fcc22df7b8a.tar.gz freebsd-ports-gnome-9ad6b564fe7065babd75c98c81ff1fcc22df7b8a.tar.zst freebsd-ports-gnome-9ad6b564fe7065babd75c98c81ff1fcc22df7b8a.zip |
Update libtorrent to 0.11.1.
Reminded by: kwm
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 32 |
3 files changed, 24 insertions, 16 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index d9b45b61c5f2..10f8e350a55c 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libtorrent -PORTVERSION?= 0.10.4 +PORTVERSION?= 0.11.1 PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index ab6882c3378a..e6922162e42b 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.10.4.tar.gz) = 3154a686d9616f04012596b8daa2ff52 -SHA256 (libtorrent-0.10.4.tar.gz) = fbecbbe10e51f018bc8c921932b6134de0f05495e053429434bc9f25b01d2d2f -SIZE (libtorrent-0.10.4.tar.gz) = 485174 +MD5 (libtorrent-0.11.1.tar.gz) = d1a98c0bd93839071b8c214453aa4e5c +SHA256 (libtorrent-0.11.1.tar.gz) = 3a747a03b2f683e71ed3eab2fa2e66689ba58e5d9a17527579583b86f4de46e1 +SIZE (libtorrent-0.11.1.tar.gz) = 477557 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index f7bbcb1470f2..0d48de9a169c 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,23 +1,30 @@ include/torrent/bitfield.h -include/torrent/block.h -include/torrent/block_list.h -include/torrent/block_transfer.h include/torrent/chunk_manager.h include/torrent/common.h include/torrent/connection_manager.h +include/torrent/data/block.h +include/torrent/data/block_list.h +include/torrent/data/block_transfer.h +include/torrent/data/file.h +include/torrent/data/file_list.h +include/torrent/data/file_list_iterator.h +include/torrent/data/file_utils.h +include/torrent/data/piece.h +include/torrent/data/transfer_list.h include/torrent/download.h +include/torrent/error.h include/torrent/event.h include/torrent/exceptions.h -include/torrent/file.h -include/torrent/file_list.h +include/torrent/hash_string.h include/torrent/http.h include/torrent/object.h include/torrent/object_stream.h include/torrent/path.h -include/torrent/peer.h -include/torrent/peer_info.h -include/torrent/peer_list.h -include/torrent/piece.h +include/torrent/peer/client_info.h +include/torrent/peer/client_list.h +include/torrent/peer/peer.h +include/torrent/peer/peer_info.h +include/torrent/peer/peer_list.h include/torrent/poll.h include/torrent/poll_epoll.h include/torrent/poll_kqueue.h @@ -27,9 +34,10 @@ include/torrent/resume.h include/torrent/torrent.h include/torrent/tracker.h include/torrent/tracker_list.h -include/torrent/transfer_list.h lib/libtorrent.la lib/libtorrent.so -lib/libtorrent.so.9 +lib/libtorrent.so.10 libdata/pkgconfig/libtorrent.pc -@dirrm include/torrent +@dirrmtry include/torrent/peer +@dirrmtry include/torrent/data +@dirrmtry include/torrent |