diff options
author | flz <flz@FreeBSD.org> | 2006-01-29 08:25:30 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-01-29 08:25:30 +0800 |
commit | f7cb6a39f497f6cefc2890e01a387d769ca3902b (patch) | |
tree | 8f538e3bad7e432fcfdfc774e8cd333f72e3634d /net-p2p/libtorrent | |
parent | 01449c73e57e9ad858cbc1ff76d9223bd74679f3 (diff) | |
download | freebsd-ports-gnome-f7cb6a39f497f6cefc2890e01a387d769ca3902b.tar.gz freebsd-ports-gnome-f7cb6a39f497f6cefc2890e01a387d769ca3902b.tar.zst freebsd-ports-gnome-f7cb6a39f497f6cefc2890e01a387d769ca3902b.zip |
- Update to 0.8.3.
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 49771d90035f..13c25ef92fbb 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.3 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 74bcb4473530..69921af6050e 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.7.6.tar.gz) = ac93d98e30b90795ef34783e5fae3060 -SHA256 (libtorrent-0.7.6.tar.gz) = b2f415f9fb7d8f4a2a5a8e8e816d477f5dba3b02ac5e81c84828d4fa1ceacbb8 -SIZE (libtorrent-0.7.6.tar.gz) = 440246 +MD5 (libtorrent-0.8.3.tar.gz) = 628e504f7b6a9ff418d345249ce9813b +SHA256 (libtorrent-0.8.3.tar.gz) = 0c56eaf6437fb169d6c0619e04f7ef7e073769d5a53650e6164b4b0087ea2e76 +SIZE (libtorrent-0.8.3.tar.gz) = 445167 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 26c250900322..0a99d6726219 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -5,14 +5,16 @@ include/torrent/entry.h include/torrent/event.h include/torrent/exceptions.h include/torrent/http.h +include/torrent/path.h include/torrent/peer.h include/torrent/poll.h include/torrent/poll_epoll.h +include/torrent/poll_kqueue.h include/torrent/poll_select.h include/torrent/rate.h include/torrent/torrent.h include/torrent/tracker.h lib/libtorrent.so -lib/libtorrent.so.5 +lib/libtorrent.so.6 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent |