Date: Thu, 8 Nov 2012 10:23:50 +0000 (UTC) From: Beat Gaetzi <beat@FreeBSD.org> 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 Message-ID: <201211081023.qA8ANoGm049042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211081023.qA8ANoGm049042>