Date: Fri, 27 Sep 2013 14:24:18 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328478 - head/www/py-plone.scale Message-ID: <201309271424.r8REOIjb029183@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271424.r8REOIjb029183>