From owner-svn-ports-branches@FreeBSD.ORG Thu Nov 8 10:23:51 2012 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C5D7F98; Thu, 8 Nov 2012 10:23:51 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1128E8FC17; Thu, 8 Nov 2012 10:23:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8ANoTt049044; Thu, 8 Nov 2012 10:23:50 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8ANoGm049042; Thu, 8 Nov 2012 10:23:50 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211081023.qA8ANoGm049042@svn.freebsd.org> From: Beat Gaetzi Date: Thu, 8 Nov 2012 10:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307164 - branches/RELENG_9_1_0/net-p2p/rtorrent-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 10:23:51 -0000 Author: beat Date: Thu Nov 8 10:23:50 2012 New Revision: 307164 URL: http://svnweb.freebsd.org/changeset/ports/307164 Log: MFH r307156 by az: Fix build. Feature safe: yes Modified: branches/RELENG_9_1_0/net-p2p/rtorrent-devel/Makefile Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/net-p2p/rtorrent-devel/Makefile ============================================================================== --- branches/RELENG_9_1_0/net-p2p/rtorrent-devel/Makefile Thu Nov 8 10:23:39 2012 (r307163) +++ branches/RELENG_9_1_0/net-p2p/rtorrent-devel/Makefile Thu Nov 8 10:23:50 2012 (r307164) @@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME:S/-devel//}-${PORTV MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -BUILD_DEPENDS= libtorrent-devel=0.13.1:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel=0.13.1:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel=0.13.1_1:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel=0.13.1_1:${PORTSDIR}/net-p2p/libtorrent-devel MASTERDIR= ${.CURDIR}/../rtorrent PATCHDIR= ${.CURDIR}/files/