1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update rtorrent to 0.7.1.

Reminded by:	kwm
This commit is contained in:
Florent Thoumie 2007-01-09 12:59:16 +00:00
parent 25d9a18d4c
commit 0f3abcd2f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181857
3 changed files with 10 additions and 18 deletions

View File

@ -6,15 +6,19 @@
#
PORTNAME?= rtorrent
PORTVERSION?= 0.6.4
PORTREVISION?= 1
PORTVERSION?= 0.7.1
PORTREVISION?= 0
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER?= flz@FreeBSD.org
COMMENT?= BitTorrent Client written in C++
LIB_DEPENDS?= torrent.9:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS?= # empty
# Libtorrent 0.11.{0,1} are both libtorrent.10, explicitely depend on 0.11.1+.
BUILD_DEPENDS?= libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
RUN_DEPENDS?= libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
CONFLICTS?= rtorrent-devel-[0-9]*

View File

@ -1,3 +1,3 @@
MD5 (rtorrent-0.6.4.tar.gz) = 9077817e5a0f505e0b71add9c57b89f7
SHA256 (rtorrent-0.6.4.tar.gz) = bf8ce2a565a69b26490ad34f4d8f429037bba2e5d3949ee88a03f0ebc1d3250b
SIZE (rtorrent-0.6.4.tar.gz) = 438407
MD5 (rtorrent-0.7.1.tar.gz) = 98b97730c36828e662a2355cb2b11309
SHA256 (rtorrent-0.7.1.tar.gz) = 2079c9f4d54b2cfcca5d41be0760ca0d93c6f0f05e3c1f929f66252fbdadcb8b
SIZE (rtorrent-0.7.1.tar.gz) = 414447

View File

@ -1,12 +0,0 @@
--- src/option_parser.cc.orig Wed Jul 12 10:31:59 2006
+++ src/option_parser.cc Wed Jul 12 10:32:15 2006
@@ -77,9 +77,6 @@
int c;
std::string optString = create_optstring();
- optind = 0;
- opterr = 0;
-
while ((c = getopt(argc, argv, optString.c_str())) != -1)
if (c == '?')
throw std::runtime_error("Invalid/unknown option flag \"-" + std::string(1, (char)optopt) + "\". See rtorrent -h for more information.");