update to rTorrent 0.7.9/libTorrent 0.11.9, which adds peer exchange support
This commit is contained in:
parent
a990f3de4a
commit
3855ccccc9
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/09/12 15:27:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2007/11/30 18:18:13 naddy Exp $
|
||||
|
||||
COMMENT= BitTorrent library written in C++
|
||||
|
||||
DISTNAME= libtorrent-0.11.7
|
||||
SHARED_LIBS += torrent 13.0 # .10.6
|
||||
DISTNAME= libtorrent-0.11.9
|
||||
SHARED_LIBS += torrent 14.0 # .10.8
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://libtorrent.rakshasa.no/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libtorrent-0.11.7.tar.gz) = hs38otHDz7O2sxbZvqol4A==
|
||||
RMD160 (libtorrent-0.11.7.tar.gz) = 3ojZy1cIt5IybTSxtlIuFaUsB2Y=
|
||||
SHA1 (libtorrent-0.11.7.tar.gz) = MijNVmDio4dGTsiovlrRGTqxZqA=
|
||||
SHA256 (libtorrent-0.11.7.tar.gz) = jYy3nHzrT4f63FYOEQLfUOCERjVruqWjbL19fd82wfA=
|
||||
SIZE (libtorrent-0.11.7.tar.gz) = 532076
|
||||
MD5 (libtorrent-0.11.9.tar.gz) = iXTclJmzgqCfuVLKvP75oA==
|
||||
RMD160 (libtorrent-0.11.9.tar.gz) = +43mbWV5HatnwZU1apjefPZT08k=
|
||||
SHA1 (libtorrent-0.11.9.tar.gz) = 2I51TRwv9/jF+3VEMxJkvVBYcLg=
|
||||
SHA256 (libtorrent-0.11.9.tar.gz) = cfCSGKd4SyGrU8382PoSLaYDUuXKEX/afNjSdj+Qigg=
|
||||
SIZE (libtorrent-0.11.9.tar.gz) = 545210
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2007/11/17 20:39:03 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2007/11/30 18:18:13 naddy Exp $
|
||||
|
||||
COMMENT= ncurses BitTorrent client based on libTorrent
|
||||
|
||||
DISTNAME= rtorrent-0.7.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= rtorrent-0.7.9
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://libtorrent.rakshasa.no/
|
||||
@ -20,8 +19,8 @@ WANTLIB= c crypto iconv intl idn m ncurses sigc-2.0 ssl stdc++ z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/
|
||||
|
||||
LIB_DEPENDS= torrent.>=13::net/libtorrent \
|
||||
curl.>=5::net/curl
|
||||
LIB_DEPENDS= torrent.>=14::net/libtorrent \
|
||||
curl.>=8::net/curl
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (rtorrent-0.7.7.tar.gz) = QwrCZGBfwTvmpdFRgOXJVw==
|
||||
RMD160 (rtorrent-0.7.7.tar.gz) = vxDJB16mU2x/LdkvZwuRWvTRdSs=
|
||||
SHA1 (rtorrent-0.7.7.tar.gz) = CZTPxf1JFc4YUgFplj6LSDasVKg=
|
||||
SHA256 (rtorrent-0.7.7.tar.gz) = TI4/3sbFmlmqOvZIHQtuiQTImFrLYdWvK/oHI3xIH7M=
|
||||
SIZE (rtorrent-0.7.7.tar.gz) = 487340
|
||||
MD5 (rtorrent-0.7.9.tar.gz) = E2IC/dVAqSqvvO4p+EnSKA==
|
||||
RMD160 (rtorrent-0.7.9.tar.gz) = jP7hOMAUKtIoMLPVGOGY8WMGOoQ=
|
||||
SHA1 (rtorrent-0.7.9.tar.gz) = C1O9OywV+TNSYHqzaFkW/icDNFA=
|
||||
SHA256 (rtorrent-0.7.9.tar.gz) = 8G9ysf7JQXcUex2wqrFb5PYtGwNUgRpnrnTgzR5QoRk=
|
||||
SIZE (rtorrent-0.7.9.tar.gz) = 489174
|
||||
|
Loading…
Reference in New Issue
Block a user