diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 09:18:55 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 09:18:55 +0000 |
commit | 420dd1455af7ef2151d26916efdd88c83ff7dbd8 (patch) | |
tree | 4e03abe1b33a9d3fc04222ad8f3e0a767f8676db /www/plone | |
parent | ab9fce97e471adc1f9b3b4054147d088172ec1e8 (diff) | |
download | ports-420dd1455af7ef2151d26916efdd88c83ff7dbd8.tar.gz ports-420dd1455af7ef2151d26916efdd88c83ff7dbd8.zip |
Notes
Diffstat (limited to 'www/plone')
-rw-r--r-- | www/plone/Makefile | 13 | ||||
-rw-r--r-- | www/plone/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/plone/Makefile b/www/plone/Makefile index 1d8a63697d73..dbf23279beea 100644 --- a/www/plone/Makefile +++ b/www/plone/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plone -PORTVERSION= 4.2.5 +PORTVERSION= 4.3.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP DISTNAME= Plone-${PORTVERSION} @@ -13,16 +13,12 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFPlacefulWorkflow>=0:${PORTSDIR}/devel/py-Products.CMFPlacefulWorkflow \ ${PYTHON_PKGNAMEPREFIX}Products.CMFPlone>=0:${PORTSDIR}/www/py-Products.CMFPlone \ - ${PYTHON_PKGNAMEPREFIX}Products.kupu>=0:${PORTSDIR}/www/py-Products.kupu \ ${PYTHON_PKGNAMEPREFIX}plone.app.caching>=0:${PORTSDIR}/www/py-plone.app.caching \ + ${PYTHON_PKGNAMEPREFIX}plone.app.dexterity>0:${PORTSDIR}/www/py-plone.app.dexterity \ ${PYTHON_PKGNAMEPREFIX}plone.app.iterate>=0:${PORTSDIR}/www/py-plone.app.iterate \ ${PYTHON_PKGNAMEPREFIX}plone.app.openid>=0:${PORTSDIR}/security/py-plone.app.openid \ ${PYTHON_PKGNAMEPREFIX}plone.app.theming>0:${PORTSDIR}/www/py-plone.app.theming \ - ${PYTHON_PKGNAMEPREFIX}wicked>=0:${PORTSDIR}/textproc/py-wicked \ - ${PYTHON_PKGNAMEPREFIX}zope.copypastemove>0:${PORTSDIR}/devel/py-zope.copypastemove \ - ${PYTHON_PKGNAMEPREFIX}zope.app.component>0:${PORTSDIR}/devel/py-zope.app.component \ - ${PYTHON_PKGNAMEPREFIX}zope.app.container>0:${PORTSDIR}/devel/py-zope.app.container \ - ${PYTHON_PKGNAMEPREFIX}zope.app.publisher>0:${PORTSDIR}/devel/py-zope.app.publisher + ${PYTHON_PKGNAMEPREFIX}wicked>=0:${PORTSDIR}/textproc/py-wicked OPTIONS_DEFINE= LDAP OPTIONS_EXCLUDE=NLS DOCS @@ -30,10 +26,11 @@ OPTIONS_EXCLUDE=NLS DOCS DIST_SUBDIR= zope PYDISTUTILS_PKGNAME= Plone USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} diff --git a/www/plone/distinfo b/www/plone/distinfo index b73e638bafae..74bfca7d2c8b 100644 --- a/www/plone/distinfo +++ b/www/plone/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/Plone-4.2.5.zip) = d3e8c4177da57cd9a0271dd2ab5468e8be510b6b3190dd0f58ff9cfd06f96f1a -SIZE (zope/Plone-4.2.5.zip) = 21451 +SHA256 (zope/Plone-4.3.2.zip) = 9a8604a1f0d0a9ebc5532d1f6d03b5851b039c6b4bc7b983eca4719f0e686a66 +SIZE (zope/Plone-4.3.2.zip) = 21558 |