diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-12-09 11:30:31 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-12-09 11:30:31 +0000 |
commit | 14759f76528c15fbf2cd0ecf55e5774e0ac2f4db (patch) | |
tree | f86be5646bc19ea090fef3065679af0b39fa8b63 /net-p2p | |
parent | 2820393ce703f5187162b50afef15913cb38943f (diff) | |
download | ports-14759f76528c15fbf2cd0ecf55e5774e0ac2f4db.tar.gz ports-14759f76528c15fbf2cd0ecf55e5774e0ac2f4db.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/libtorrent/files/patch-ltmain.sh (renamed from net-p2p/libtorrent/files/stable-ltmain.sh) | 0 | ||||
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index b29e6b85b918..51b3a4007f19 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libtorrent -PORTVERSION?= 0.11.9 +PORTVERSION?= 0.12.2 PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ @@ -28,10 +28,6 @@ USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -.if exists(${.CURDIR}/files/stable-*) -EXTRA_PATCHES?= ${.CURDIR}/files/stable-* -.endif - OPTIONS= KQUEUE "Use kqueue(2) support" on .include <bsd.port.pre.mk> diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 95be4dc4807e..e02681bd1283 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.11.9.tar.gz) = 8974dc9499b382a09fb952cabcfef9a0 -SHA256 (libtorrent-0.11.9.tar.gz) = 71f09218a7784b21ab53cdfcd8fa122da60352e5ca117fda7cd8d2763f908a08 -SIZE (libtorrent-0.11.9.tar.gz) = 545210 +MD5 (libtorrent-0.12.2.tar.gz) = 0831ca06f8906c7898fd67931ab239c7 +SHA256 (libtorrent-0.12.2.tar.gz) = cf9d2cd667fd6939a3e0bd27e48d0c7f35d9ab2f7affbb3214da03fd2c1360a8 +SIZE (libtorrent-0.12.2.tar.gz) = 585374 diff --git a/net-p2p/libtorrent/files/stable-ltmain.sh b/net-p2p/libtorrent/files/patch-ltmain.sh index 6449cfe47bec..6449cfe47bec 100644 --- a/net-p2p/libtorrent/files/stable-ltmain.sh +++ b/net-p2p/libtorrent/files/patch-ltmain.sh diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 3641d0d81b3a..3b03b754981c 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD: /tmp/pcvs/ports/net-p2p/libtorrent/pkg-plist,v 1.14 2008-12-09 11:30:31 flz Exp $ include/torrent/bitfield.h include/torrent/chunk_manager.h include/torrent/common.h @@ -12,6 +13,7 @@ include/torrent/data/file_manager.h include/torrent/data/file_utils.h include/torrent/data/piece.h include/torrent/data/transfer_list.h +include/torrent/dht_manager.h include/torrent/download.h include/torrent/error.h include/torrent/event.h @@ -23,6 +25,7 @@ include/torrent/object_stream.h include/torrent/path.h include/torrent/peer/client_info.h include/torrent/peer/client_list.h +include/torrent/peer/connection_list.h include/torrent/peer/peer.h include/torrent/peer/peer_info.h include/torrent/peer/peer_list.h @@ -32,13 +35,14 @@ include/torrent/poll_kqueue.h include/torrent/poll_select.h include/torrent/rate.h include/torrent/resume.h +include/torrent/throttle.h include/torrent/torrent.h include/torrent/tracker.h include/torrent/tracker_list.h lib/libtorrent.a lib/libtorrent.la lib/libtorrent.so -lib/libtorrent.so.10 +lib/libtorrent.so.11 libdata/pkgconfig/libtorrent.pc @dirrmtry include/torrent/peer @dirrmtry include/torrent/data |