From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 16:34:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D2A250C; Thu, 10 Jul 2014 16:34:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDDD62C58; Thu, 10 Jul 2014 16:34:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AGYI4v082170; Thu, 10 Jul 2014 16:34:18 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6AGYIq8082167; Thu, 10 Jul 2014 16:34:18 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201407101634.s6AGYIq8082167@svn.freebsd.org> From: Guido Falsi Date: Thu, 10 Jul 2014 16:34:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 16:34:19 -0000 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 (original submitter) Reported By: Andre [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