Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 21:25:48 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307572 - head/devel/bzr-fastimport
Message-ID:  <201211192125.qAJLPmfN044691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Mon Nov 19 21:25:47 2012
New Revision: 307572
URL: http://svnweb.freebsd.org/changeset/ports/307572

Log:
  Update dependency (this port needs devel/py-fastimport)
  
  Feature safe:	yes

Modified:
  head/devel/bzr-fastimport/Makefile

Modified: head/devel/bzr-fastimport/Makefile
==============================================================================
--- head/devel/bzr-fastimport/Makefile	Mon Nov 19 21:20:34 2012	(r307571)
+++ head/devel/bzr-fastimport/Makefile	Mon Nov 19 21:25:47 2012	(r307572)
@@ -14,7 +14,8 @@ COMMENT=	Provide fast loading of revisio
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bzr
-RUN_DEPENDS=	bzr:${PORTSDIR}/devel/bzr
+RUN_DEPENDS=	bzr:${PORTSDIR}/devel/bzr \
+		${PYTHON_SITELIBDIR}/fastimport/__init__.py:${PORTSDIR}/devel/py-fastimport
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211192125.qAJLPmfN044691>