diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-07-11 00:34:18 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-07-11 00:34:18 +0800 |
commit | 83931bca3c7277e6e6f89294e16222a492f569c2 (patch) | |
tree | a4b940ff25fd1f4adc5074eaa39d868b448af7d1 /net-p2p | |
parent | 8bb7d35622e20a590eeef59eecfb6b31807f1b75 (diff) | |
download | freebsd-ports-gnome-83931bca3c7277e6e6f89294e16222a492f569c2.tar.gz freebsd-ports-gnome-83931bca3c7277e6e6f89294e16222a492f569c2.tar.zst freebsd-ports-gnome-83931bca3c7277e6e6f89294e16222a492f569c2.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)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 5 |
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 |