Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2010 05:52:29 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151470: [PATCH] converters/py-svglib
Message-ID:  <201010150552.o9F5qT2f084465@www.freebsd.org>
Resent-Message-ID: <201010150600.o9F60KJE002166@freefall.freebsd.org>

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

>Number:         151470
>Category:       ports
>Synopsis:       [PATCH] converters/py-svglib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 06:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
py-svglib needs print/py-reportlab2 to run properly

Add license
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-svglib.orig/Makefile py-svglib/Makefile
--- py-svglib.orig/Makefile	2010-10-15 07:44:22.644814427 +0200
+++ py-svglib/Makefile	2010-10-15 07:48:55.935296494 +0200
@@ -15,6 +15,10 @@
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	An Library For Reading And Converting SVG
 
+LICENSE=	LGPL3
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2
+
 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?201010150552.o9F5qT2f084465>