diff options
author | tron <tron> | 2006-01-30 00:52:28 +0000 |
---|---|---|
committer | tron <tron> | 2006-01-30 00:52:28 +0000 |
commit | 56308cc13591e46a66bc0c0083959094f86e1858 (patch) | |
tree | ebc62815cdaa0577e31524d9dce8cf020b5938b1 /net/libtorrent/buildlink3.mk | |
parent | 35dc9cdf7d1aeb43a3cfd2d1e15fcae1b368115c (diff) | |
download | pkgsrc-56308cc13591e46a66bc0c0083959094f86e1858.tar.gz |
Update "libtorrent" package to version 0.8.3 and "rtorrent" package to
version 0.4.3. Changes since 0.7.6/0.3.6:
- New throttle implementation
- Improved config file parser
- Settings for using a http proxy and changing the process's umask.
- Many more bug fixes and improvements
Diffstat (limited to 'net/libtorrent/buildlink3.mk')
-rw-r--r-- | net/libtorrent/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk index 64b8dd259c9..015abdd7fba 100644 --- a/net/libtorrent/buildlink3.mk +++ b/net/libtorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/01/12 20:32:04 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/01/30 00:52:28 tron Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBTORRENT_BUILDLINK3_MK:= ${LIBTORRENT_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibtorrent} BUILDLINK_PACKAGES+= libtorrent .if !empty(LIBTORRENT_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libtorrent+= libtorrent>=0.7.0 +BUILDLINK_DEPENDS.libtorrent+= libtorrent>=0.8.0 BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent .endif # LIBTORRENT_BUILDLINK3_MK |