diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-11 17:34:09 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-11 17:34:09 +0000 |
commit | c5db3d9375958320fd529623f7e67fe414cdae38 (patch) | |
tree | 1f6a491c3878255237f106124524008384267f03 /www/py-plone.app.controlpanel | |
parent | 23b5323f9d02fb3717b20e01718847614b149b5f (diff) |
Notes
Diffstat (limited to 'www/py-plone.app.controlpanel')
-rw-r--r-- | www/py-plone.app.controlpanel/Makefile | 15 | ||||
-rw-r--r-- | www/py-plone.app.controlpanel/distinfo | 4 | ||||
-rw-r--r-- | www/py-plone.app.controlpanel/pkg-descr | 2 |
3 files changed, 8 insertions, 13 deletions
diff --git a/www/py-plone.app.controlpanel/Makefile b/www/py-plone.app.controlpanel/Makefile index 4a74e905b2ba..7a32c0d0f01f 100644 --- a/www/py-plone.app.controlpanel/Makefile +++ b/www/py-plone.app.controlpanel/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-plone.app.controlpanel -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= plone.app.controlpanel -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.8 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.a ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:${PORTSDIR}/security/py-plone.protect \ ${PYTHON_PKGNAMEPREFIX}plone.locking>=0:${PORTSDIR}/www/py-plone.locking \ ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \ - ${PYTHON_PKGNAMEPREFIX}zope.app.form>=0:${PORTSDIR}/devel/py-zope.app.form \ ${PYTHON_PKGNAMEPREFIX}zope.cachedescriptors>=0:${PORTSDIR}/devel/py-zope.cachedescriptors \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ @@ -32,11 +26,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.a ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.ramcache>=0:${PORTSDIR}/devel/py-zope.ramcache \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>0:${PORTSDIR}/devel/py-zope.publisher \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ - ${PYTHON_PKGNAMEPREFIX}Products.Archetypes>=0:${PORTSDIR}/devel/py-Products.Archetypes \ ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.CMFDefault>=0:${PORTSDIR}/devel/py-Products.CMFDefault \ ${PYTHON_PKGNAMEPREFIX}Products.PlonePAS>=0:${PORTSDIR}/security/py-Products.PlonePAS \ @@ -45,8 +39,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.a zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -#USE_ZOPE= yes +USE_ZIP= yes +USE_ZOPE= yes .include <bsd.port.mk> diff --git a/www/py-plone.app.controlpanel/distinfo b/www/py-plone.app.controlpanel/distinfo index 8a557acb5271..44990a4e8d0c 100644 --- a/www/py-plone.app.controlpanel/distinfo +++ b/www/py-plone.app.controlpanel/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/plone.app.controlpanel-2.2.3.tar.gz) = 08608455b87ceef2eb7681e45a0744a1b2d1ba6d71aa97b4003d443b62ef36d5 -SIZE (zope/plone.app.controlpanel-2.2.3.tar.gz) = 92900 +SHA256 (zope/plone.app.controlpanel-2.2.8.zip) = 2a3f5aedc44762d683ad4a4afd418ec0c54c7a985b15f840cd660d517810ac2d +SIZE (zope/plone.app.controlpanel-2.2.8.zip) = 132923 diff --git a/www/py-plone.app.controlpanel/pkg-descr b/www/py-plone.app.controlpanel/pkg-descr index 74fdd09ade65..baf71fa5f4e5 100644 --- a/www/py-plone.app.controlpanel/pkg-descr +++ b/www/py-plone.app.controlpanel/pkg-descr @@ -1,3 +1,3 @@ Formlib-based controlpanels for Plone. -WWW: http://pypi.python.org/pypi/plone.app.controlpanel +WWW: http://pypi.python.org/pypi/plone.app.controlpanel |