ports/157777: [FIX] devel/bzr-git

C-S c-s at c-s.li
Sat Jun 11 22:40:10 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list