diff options
author | flz <flz@FreeBSD.org> | 2006-06-20 12:14:16 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-06-20 12:14:16 +0000 |
commit | ef2105b21466cdeba6cf6941d616f1fbd565485c (patch) | |
tree | 2e1f89f1afcf7fc5aacb9b7887467c67f30425a6 /net-p2p | |
parent | ac8bb53fdab7ca1438e88551081be4ebb0a81811 (diff) | |
download | FreeBSD-ports-ef2105b21466cdeba6cf6941d616f1fbd565485c.zip FreeBSD-ports-ef2105b21466cdeba6cf6941d616f1fbd565485c.tar.gz |
- Upgrade libtorrent and libtorrent-devel to 0.9.3.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 13 |
5 files changed, 17 insertions, 12 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index c26125d..dd5ba5c 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-devel -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} diff --git a/net-p2p/libtorrent-devel/distinfo b/net-p2p/libtorrent-devel/distinfo index a6275d5..11da99e 100644 --- a/net-p2p/libtorrent-devel/distinfo +++ b/net-p2p/libtorrent-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.9.1.tar.gz) = 622c448cd73d1c15963c0ae709d5335d -SHA256 (libtorrent-0.9.1.tar.gz) = 98a634d361922a7f41b7bd18f21c3c98749908046117b11ca43d414cbcd62e05 -SIZE (libtorrent-0.9.1.tar.gz) = 462098 +MD5 (libtorrent-0.9.3.tar.gz) = 438192530048c5ba67bbc2f9852c695c +SHA256 (libtorrent-0.9.3.tar.gz) = 1bbc9c417c1595b4ddd06b40af0e15f2ac7e146e7e148ec47af28121a7a90799 +SIZE (libtorrent-0.9.3.tar.gz) = 463674 diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index ebe8ce6..6494dbe 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libtorrent -PORTVERSION?= 0.8.5 +PORTVERSION?= 0.9.3 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 07660a2..11da99e 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.8.5.tar.gz) = a54777817072b221e65956caed09c8fb -SHA256 (libtorrent-0.8.5.tar.gz) = e8d0022d73f902ef2e696a9d30123d33f82f6e08f7a5edb42a78389e7c8c7b42 -SIZE (libtorrent-0.8.5.tar.gz) = 448000 +MD5 (libtorrent-0.9.3.tar.gz) = 438192530048c5ba67bbc2f9852c695c +SHA256 (libtorrent-0.9.3.tar.gz) = 1bbc9c417c1595b4ddd06b40af0e15f2ac7e146e7e148ec47af28121a7a90799 +SIZE (libtorrent-0.9.3.tar.gz) = 463674 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 0a99d67..8ebd31e 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,12 +1,16 @@ -include/torrent/bencode.h -include/torrent/common.h +include/torrent/bitfield.h +include/torrent/connection_manager.h include/torrent/download.h -include/torrent/entry.h include/torrent/event.h include/torrent/exceptions.h +include/torrent/file.h +include/torrent/file_list.h include/torrent/http.h +include/torrent/object.h +include/torrent/object_stream.h include/torrent/path.h include/torrent/peer.h +include/torrent/piece.h include/torrent/poll.h include/torrent/poll_epoll.h include/torrent/poll_kqueue.h @@ -14,7 +18,8 @@ include/torrent/poll_select.h include/torrent/rate.h include/torrent/torrent.h include/torrent/tracker.h +include/torrent/tracker_list.h lib/libtorrent.so -lib/libtorrent.so.6 +lib/libtorrent.so.7 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent |