Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2011 22:36:10 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157777: [FIX] devel/bzr-git
Message-ID:  <201106112236.p5BMaAX0035573@red.freebsd.org>
Resent-Message-ID: <201106112240.p5BMe9Ub008784@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157777
>Category:       ports
>Synopsis:       [FIX] devel/bzr-git
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 11 22:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
There was a missing dependency.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN bzr-git.orig/Makefile bzr-git/Makefile
--- bzr-git.orig/Makefile	2011-06-11 22:08:19.676701529 +0200
+++ bzr-git/Makefile	2011-06-12 00:34:08.907241962 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	bzr-git
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://launchpadlibrarian.net/69542176/ \
 		http://www.c-s.li/ports/
@@ -15,8 +16,9 @@
 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
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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