diff options
Diffstat (limited to 'devel/bzr-git/Makefile')
-rw-r--r-- | devel/bzr-git/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index e3722fcd586b..35d1cd12a064 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -6,17 +6,18 @@ # PORTNAME= bzr-git -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/69542176/ \ +MASTER_SITES= https://launchpadlibrarian.net/73756120/ \ http://www.c-s.li/ports/ MAINTAINER= c-s@c-s.li COMMENT= Plugin for bzr to work with git trees BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dulwich/__init__.py:${PORTSDIR}/devel/dulwich \ - bzr:${PORTSDIR}/devel/bazaar-ng +RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \ + ${PYTHON_SITELIBDIR}/dulwich/__init__.py:${PORTSDIR}/devel/dulwich \ + py*-pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 LICENSE= GPLv2 |