diff options
author | flz <flz@FreeBSD.org> | 2005-10-20 13:10:57 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-10-20 13:10:57 +0000 |
commit | 8c4e68680c9216b864adfe5650374f17d427c343 (patch) | |
tree | 0ba701e51289824f97c444d2fe7e82991ea6a57c /net/libtorrent | |
parent | a7d462154f29294085572246456b434d8bc22a9d (diff) | |
download | FreeBSD-ports-8c4e68680c9216b864adfe5650374f17d427c343.zip FreeBSD-ports-8c4e68680c9216b864adfe5650374f17d427c343.tar.gz |
- Update to 0.7.5.
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 3 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 4 | ||||
-rw-r--r-- | net/libtorrent/pkg-plist | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 9e133ea..0f8f666 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -6,10 +6,9 @@ # PORTNAME= libtorrent -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ -DISTNAME= ${PORTNAME}-0.7.0-1 MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Library written in C++ diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 6f94862..60755c8 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,2 +1,2 @@ -MD5 (libtorrent-0.7.0-1.tar.gz) = 3cc6ff1f722b1da2a6cb92421cbca593 -SIZE (libtorrent-0.7.0-1.tar.gz) = 316763 +MD5 (libtorrent-0.7.5.tar.gz) = 757173418ef003d897d6e58bd761cea1 +SIZE (libtorrent-0.7.5.tar.gz) = 438261 diff --git a/net/libtorrent/pkg-plist b/net/libtorrent/pkg-plist index 95e2e27..26c2509 100644 --- a/net/libtorrent/pkg-plist +++ b/net/libtorrent/pkg-plist @@ -2,13 +2,17 @@ include/torrent/bencode.h include/torrent/common.h include/torrent/download.h include/torrent/entry.h +include/torrent/event.h include/torrent/exceptions.h include/torrent/http.h include/torrent/peer.h +include/torrent/poll.h +include/torrent/poll_epoll.h +include/torrent/poll_select.h include/torrent/rate.h include/torrent/torrent.h include/torrent/tracker.h lib/libtorrent.so -lib/libtorrent.so.4 +lib/libtorrent.so.5 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent |