svn commit: r370300 - head/www/py-django-filer

William Grzybowski wg at FreeBSD.org
Tue Oct 7 11:51:13 UTC 2014


Author: wg
Date: Tue Oct  7 11:51:13 2014
New Revision: 370300
URL: https://svnweb.freebsd.org/changeset/ports/370300
QAT: https://qat.redports.org/buildarchive/r370300/

Log:
  www/py-django-filer: switch from py-imaging to py-pillow
  
  - USES python
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/www/py-django-filer/Makefile

Modified: head/www/py-django-filer/Makefile
==============================================================================
--- head/www/py-django-filer/Makefile	Tue Oct  7 11:49:53 2014	(r370299)
+++ head/www/py-django-filer/Makefile	Tue Oct  7 11:51:13 2014	(r370300)
@@ -3,7 +3,7 @@
 
 PORTNAME=	django-filer
 PORTVERSION=	0.8.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,9 @@ COMMENT=	File and Image Management Appli
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django \
 		${PYTHON_PKGNAMEPREFIX}django-easy-thumbnails>=0:${PORTSDIR}/graphics/py-django-easy-thumbnails \
-		${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list