svn commit: r369974 - head/converters/py-pisa
William Grzybowski
wg at FreeBSD.org
Sat Oct 4 15:13:26 UTC 2014
Author: wg
Date: Sat Oct 4 15:13:25 2014
New Revision: 369974
URL: https://svnweb.freebsd.org/changeset/ports/369974
QAT: https://qat.redports.org/buildarchive/r369974/
Log:
converters/py-pisa: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/converters/py-pisa/Makefile
Modified: head/converters/py-pisa/Makefile
==============================================================================
--- head/converters/py-pisa/Makefile Sat Oct 4 15:13:11 2014 (r369973)
+++ head/converters/py-pisa/Makefile Sat Oct 4 15:13:25 2014 (r369974)
@@ -3,7 +3,7 @@
PORTNAME= pisa
PORTVERSION= 3.0.33
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +15,10 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib \
${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 \
- ${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list