svn commit: r370008 - head/graphics/py-aafigure

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 22:38:24 UTC 2014


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


More information about the svn-ports-head mailing list