Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 00:09:16 +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: r370027 - head/graphics/py-sorl-thumbnail
Message-ID:  <201410050009.s9509Gwm012492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410050009.s9509Gwm012492>