Date: Sat, 4 Oct 2014 15:07:33 +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: r369968 - head/print/py-reportlab2 Message-ID: <201410041507.s94F7XMa099042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Oct 4 15:07:33 2014 New Revision: 369968 URL: https://svnweb.freebsd.org/changeset/ports/369968 QAT: https://qat.redports.org/buildarchive/r369968/ Log: print/py-reportlab2: switch from py-pillow to py-imaging - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/print/py-reportlab2/Makefile Modified: head/print/py-reportlab2/Makefile ============================================================================== --- head/print/py-reportlab2/Makefile Sat Oct 4 14:37:03 2014 (r369967) +++ head/print/py-reportlab2/Makefile Sat Oct 4 15:07:33 2014 (r369968) @@ -3,6 +3,7 @@ PORTNAME= reportlab PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ COMMENT= Library to create PDF documents LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow OPTIONS_DEFINE= DOCS @@ -27,9 +28,8 @@ PORTSCOUT= limit:^2\. PFBFER_VERSION= 20070710 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils PORTDOCS= reportlab-graphics-reference.pdf \ reportlab-reference.pdf \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041507.s94F7XMa099042>