1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Remove uneeded dependency from libtorrent [1]

- Update dependency lines in rtorrent

PR:		191621
Submitted by:	Colin <anonymous.bug.report@gmail.com> (original submitter)
Reported By:	Andre <a.heider@gmail.com> [1] (as followup comment)
This commit is contained in:
Guido Falsi 2014-07-10 16:34:18 +00:00
parent 04ac9cfde8
commit 57ebee93f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361474
2 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,13 @@
PORTNAME= libtorrent
PORTVERSION= 0.13.4
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= BitTorrent Library written in C++
LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
CONFLICTS= rblibtorrent-[0-9]* \
rblibtorrent-devel-[0-9]*

View File

@ -2,14 +2,15 @@
PORTNAME= rtorrent
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= BitTorrent Client written in C++
BUILD_DEPENDS= libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent
RUN_DEPENDS= libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent
BUILD_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
RUN_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes