Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2009 04:41:01 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136600: [Patch]print/py-relatorio:add some missing dependence
Message-ID:  <200907090441.n694f1Ps007416@www.freebsd.org>
Resent-Message-ID: <200907090450.n694o0xq093707@freefall.freebsd.org>

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

>Number:         136600
>Category:       ports
>Synopsis:       [Patch]print/py-relatorio:add some missing dependence
>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:   Thu Jul 09 04:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
add some missing run_depends
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-07-09 11:37:48.000000000 +0800
+++ Makefile	2009-07-09 12:03:05.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	relatorio
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +17,8 @@
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi \
 		${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:${PORTSDIR}/graphics/py-pycha \
+		${PYTHON_PKGNAMEPREFIX}yaml>=3.07:${PORTSDIR}/devel/py-yaml
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install


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



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