www/py-plone.app.* (3 ports): convert to USES+= zip

USES=zip is required when at least one distfile is a zip archive.
Approved by:	general infrastructure blanket
This commit is contained in:
John Marino 2014-05-28 21:32:40 +00:00
parent 3067d29901
commit eca1ef15d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355657
3 changed files with 3 additions and 6 deletions

View file

@ -6,7 +6,6 @@ PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
@ -38,6 +37,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.viewletmanager>=1.2:${PORTSDIR}/ww
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zope
USES= zope zip
.include <bsd.port.mk>

View file

@ -6,7 +6,6 @@ PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
@ -52,6 +51,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borg.localrole>=0:${PORTSDIR}/security/py-bo
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zope
USES= zope zip
.include <bsd.port.mk>

View file

@ -6,7 +6,6 @@ PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
@ -26,6 +25,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}collective.z3cform.datetimewidget>=0.1:${POR
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zope
USES= zope zip
.include <bsd.port.mk>