svn commit: r370027 - head/graphics/py-sorl-thumbnail
William Grzybowski
wg at FreeBSD.org
Sun Oct 5 00:09:16 UTC 2014
Author: wg
Date: Sun Oct 5 00:09:15 2014
New Revision: 370027
URL: https://svnweb.freebsd.org/changeset/ports/370027
QAT: https://qat.redports.org/buildarchive/r370027/
Log:
graphics/py-sorl-thumbnail: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/graphics/py-sorl-thumbnail/Makefile
Modified: head/graphics/py-sorl-thumbnail/Makefile
==============================================================================
--- head/graphics/py-sorl-thumbnail/Makefile Sun Oct 5 00:07:58 2014 (r370026)
+++ head/graphics/py-sorl-thumbnail/Makefile Sun Oct 5 00:09:15 2014 (r370027)
@@ -3,7 +3,7 @@
PORTNAME= sorl-thumbnail
PORTVERSION= 3.2.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,10 @@ COMMENT= Sorl-thumbnail provides an easy
LICENSE= BSD
-RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
More information about the svn-ports-head
mailing list