aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.app.workflow
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-09-11 17:34:09 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-09-11 17:34:09 +0000
commitc5db3d9375958320fd529623f7e67fe414cdae38 (patch)
tree1f6a491c3878255237f106124524008384267f03 /www/py-plone.app.workflow
parent23b5323f9d02fb3717b20e01718847614b149b5f (diff)
downloadports-c5db3d9375958320fd529623f7e67fe414cdae38.tar.gz
ports-c5db3d9375958320fd529623f7e67fe414cdae38.zip
Notes
Diffstat (limited to 'www/py-plone.app.workflow')
-rw-r--r--www/py-plone.app.workflow/Makefile43
-rw-r--r--www/py-plone.app.workflow/distinfo4
-rw-r--r--www/py-plone.app.workflow/pkg-descr2
3 files changed, 22 insertions, 27 deletions
diff --git a/www/py-plone.app.workflow/Makefile b/www/py-plone.app.workflow/Makefile
index ecf20596ffbe..4bbae680fcc7 100644
--- a/www/py-plone.app.workflow/Makefile
+++ b/www/py-plone.app.workflow/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: py-plone.app.workflow
-# Date created: 03 January 2012
-# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
# $FreeBSD$
-#
PORTNAME= plone.app.workflow
-PORTVERSION= 2.0.6
+PORTVERSION= 2.0.7
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,28 +11,28 @@ COMMENT= Workflow and security settings for Plone
LICENSE= GPLv2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kss-core>=0:${PORTSDIR}/devel/py-kss-core \
- ${PYTHON_PKGNAMEPREFIX}plone.app.kss>=0:${PORTSDIR}/www/py-plone.app.kss \
- ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \
- ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
- ${PYTHON_PKGNAMEPREFIX}zope.componentvocabulary>=0:${PORTSDIR}/devel/py-zope.componentvocabulary \
- ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \
- ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
- ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
- ${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}DateTime>=0:${PORTSDIR}/devel/py-DateTime \
- ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
- ${PYTHON_PKGNAMEPREFIX}Products.DCWorkflow>=0:${PORTSDIR}/devel/py-Products.DCWorkflow \
- ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \
- ${PYTHON_PKGNAMEPREFIX}Products.statusmessages>=0:${PORTSDIR}/devel/py-Products.statusmessages
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kss-core>0:${PORTSDIR}/devel/py-kss-core \
+ ${PYTHON_PKGNAMEPREFIX}plone.app.kss>0:${PORTSDIR}/www/py-plone.app.kss \
+ ${PYTHON_PKGNAMEPREFIX}plone.memoize>0:${PORTSDIR}/www/py-plone.memoize \
+ ${PYTHON_PKGNAMEPREFIX}transaction>0:${PORTSDIR}/devel/py-transaction \
+ ${PYTHON_PKGNAMEPREFIX}zope.component>0:${PORTSDIR}/devel/py-zope.component \
+ ${PYTHON_PKGNAMEPREFIX}zope.i18n>0:${PORTSDIR}/devel/py-zope.i18n \
+ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
+ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \
+ ${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}DateTime>0:${PORTSDIR}/devel/py-DateTime \
+ ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>0:${PORTSDIR}/devel/py-Products.CMFCore \
+ ${PYTHON_PKGNAMEPREFIX}Products.DCWorkflow>0:${PORTSDIR}/devel/py-Products.DCWorkflow \
+ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>0:${PORTSDIR}/devel/py-Products.GenericSetup \
+ ${PYTHON_PKGNAMEPREFIX}Products.statusmessages>0:${PORTSDIR}/devel/py-Products.statusmessages
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
-#USE_ZOPE= yes
+USE_ZOPE= yes
.include <bsd.port.mk>
diff --git a/www/py-plone.app.workflow/distinfo b/www/py-plone.app.workflow/distinfo
index 7209956aed7a..c7594a200075 100644
--- a/www/py-plone.app.workflow/distinfo
+++ b/www/py-plone.app.workflow/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zope/plone.app.workflow-2.0.6.zip) = b91e921bbfb1de2f6a039482150a6b83d17502d4873964ae7849f73e9fb73bc7
-SIZE (zope/plone.app.workflow-2.0.6.zip) = 52282
+SHA256 (zope/plone.app.workflow-2.0.7.zip) = e4636bb34d23d4c1547d56a0264396e4e7528f2d7eaca25e110c50ca8d9c8c82
+SIZE (zope/plone.app.workflow-2.0.7.zip) = 52107
diff --git a/www/py-plone.app.workflow/pkg-descr b/www/py-plone.app.workflow/pkg-descr
index 3a58a16953c0..0507c4f3c559 100644
--- a/www/py-plone.app.workflow/pkg-descr
+++ b/www/py-plone.app.workflow/pkg-descr
@@ -1,3 +1,3 @@
Workflow and security settings for Plone.
-WWW: http://pypi.python.org/pypi/plone.app.workflow
+WWW: http://pypi.python.org/pypi/plone.app.workflow