From owner-svn-ports-head@FreeBSD.ORG Thu Nov 8 08:17:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 714F9FF9; Thu, 8 Nov 2012 08:17:02 +0000 (UTC) (envelope-from az@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 566FB8FC12; Thu, 8 Nov 2012 08:17:02 +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 qA88H1Bj028431; Thu, 8 Nov 2012 08:17:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA88H1q0028429; Thu, 8 Nov 2012 08:17:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201211080817.qA88H1q0028429@svn.freebsd.org> From: Andrej Zverev Date: Thu, 8 Nov 2012 08:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307156 - head/net-p2p/rtorrent-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 08:17:02 -0000 Author: az Date: Thu Nov 8 08:17:01 2012 New Revision: 307156 URL: http://svnweb.freebsd.org/changeset/ports/307156 Log: Fix build. Feature safe: yes Modified: head/net-p2p/rtorrent-devel/Makefile Modified: head/net-p2p/rtorrent-devel/Makefile ============================================================================== --- head/net-p2p/rtorrent-devel/Makefile Thu Nov 8 05:39:07 2012 (r307155) +++ head/net-p2p/rtorrent-devel/Makefile Thu Nov 8 08:17:01 2012 (r307156) @@ -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/