Date: Sat, 4 Oct 2014 15:13:26 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369974 - head/converters/py-pisa Message-ID: <201410041513.s94FDQao004558@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041513.s94FDQao004558>