svn commit: r328478 - head/www/py-plone.scale

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Sep 27 14:24:18 UTC 2013


Author: rm
Date: Fri Sep 27 14:24:18 2013
New Revision: 328478
URL: http://svnweb.freebsd.org/changeset/ports/328478

Log:
  Remove PIL dependency, because it conflicting with Pillow, that's installed
  with Products.CMFPlone. Pillow should fully cover all the needs of plone.scale.
  
  Reported by:	QAT

Modified:
  head/www/py-plone.scale/Makefile

Modified: head/www/py-plone.scale/Makefile
==============================================================================
--- head/www/py-plone.scale/Makefile	Fri Sep 27 14:23:52 2013	(r328477)
+++ head/www/py-plone.scale/Makefile	Fri Sep 27 14:24:18 2013	(r328478)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plone.scale
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	www python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,6 @@ LICENSE=	BSD
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
-		${PYTHON_PKGNAMEPREFIX}imaging>=1.1:${PORTSDIR}/graphics/py-imaging \
 		${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence
 
 DIST_SUBDIR=	zope


More information about the svn-ports-all mailing list