svn commit: r307164 - branches/RELENG_9_1_0/net-p2p/rtorrent-devel

Beat Gaetzi beat at FreeBSD.org
Thu Nov 8 10:23:51 UTC 2012


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 at 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/


More information about the svn-ports-branches mailing list