diff options
author | flz <flz@FreeBSD.org> | 2005-07-24 17:18:59 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-07-24 17:18:59 +0800 |
commit | 48c70058d9bad03b4e1e380b0b755fefb50ec6e7 (patch) | |
tree | 750f67bd8120fbe929721e0ab949940bcfff8dbd /net-p2p/libtorrent | |
parent | 9fcbd7f6963134945513d62fb4fdad8279e402ea (diff) | |
download | freebsd-ports-gnome-48c70058d9bad03b4e1e380b0b755fefb50ec6e7.tar.gz freebsd-ports-gnome-48c70058d9bad03b4e1e380b0b755fefb50ec6e7.tar.zst freebsd-ports-gnome-48c70058d9bad03b4e1e380b0b755fefb50ec6e7.zip |
- Update to 0.7.0.
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 5ca93b6afdea..45c00175d794 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index d1867e5a4997..fdf6908f8b07 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,2 +1,2 @@ -MD5 (libtorrent-0.6.7.tar.gz) = 2680bf451b2feec1b7d5423366193fdf -SIZE (libtorrent-0.6.7.tar.gz) = 312144 +MD5 (libtorrent-0.7.0.tar.gz) = 705da68d2163a90e5f73a38417638ef1 +SIZE (libtorrent-0.7.0.tar.gz) = 317298 diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 0b781be57582..95e2e273be27 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -5,9 +5,10 @@ include/torrent/entry.h include/torrent/exceptions.h include/torrent/http.h include/torrent/peer.h +include/torrent/rate.h include/torrent/torrent.h include/torrent/tracker.h lib/libtorrent.so -lib/libtorrent.so.3 +lib/libtorrent.so.4 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent |