aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-07-10 16:34:18 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-07-10 16:34:18 +0000
commit57ebee93f3d320d66dd2d6735d49de3a9be9a649 (patch)
treea4b940ff25fd1f4adc5074eaa39d868b448af7d1 /net-p2p
parent04ac9cfde8901de5084ad9683bdf88101a281357 (diff)
downloadports-57ebee93f3d320d66dd2d6735d49de3a9be9a649.tar.gz
ports-57ebee93f3d320d66dd2d6735d49de3a9be9a649.zip
- 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)
Notes
Notes: svn path=/head/; revision=361474
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent/Makefile3
-rw-r--r--net-p2p/rtorrent/Makefile5
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 26986207c1ea..09092c4e9b46 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -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]*
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 4bd941498b3c..cf4d35e705d0 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -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