Date: Thu, 10 Jul 2014 16:34:18 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361474 - in head/net-p2p: libtorrent rtorrent Message-ID: <201407101634.s6AGYIq8082167@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Jul 10 16:34:18 2014 New Revision: 361474 URL: http://svnweb.freebsd.org/changeset/ports/361474 QAT: https://qat.redports.org/buildarchive/r361474/ Log: - 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) Modified: head/net-p2p/libtorrent/Makefile head/net-p2p/rtorrent/Makefile Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Thu Jul 10 16:16:32 2014 (r361473) +++ head/net-p2p/libtorrent/Makefile Thu Jul 10 16:34:18 2014 (r361474) @@ -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]* Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Thu Jul 10 16:16:32 2014 (r361473) +++ head/net-p2p/rtorrent/Makefile Thu Jul 10 16:34:18 2014 (r361474) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407101634.s6AGYIq8082167>