Date: Sat, 4 Oct 2014 22:38:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370008 - head/graphics/py-aafigure Message-ID: <201410042238.s94McOUm019087@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 4 22:38:23 2014 New Revision: 370008 URL: https://svnweb.freebsd.org/changeset/ports/370008 QAT: https://qat.redports.org/buildarchive/r370008/ Log: Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2) Modified: head/graphics/py-aafigure/Makefile Modified: head/graphics/py-aafigure/Makefile ============================================================================== --- head/graphics/py-aafigure/Makefile Sat Oct 4 22:33:10 2014 (r370007) +++ head/graphics/py-aafigure/Makefile Sat Oct 4 22:38:23 2014 (r370008) @@ -3,7 +3,7 @@ PORTNAME= aafigure PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= ASCII art to image converter wr LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 USE_PYTHON= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410042238.s94McOUm019087>