summaryrefslogtreecommitdiff
path: root/www/plone/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-09-26 07:31:34 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-09-26 07:31:34 +0000
commit671432e0e8ce94aaf09fa818c4fda48099f29cbb (patch)
tree6f94d7c121f2038b2dd9e076f44e740697c46136 /www/plone/Makefile
parentupdate x11/idesk: 0.5.5 -> 0.5.6 (diff)
update www/plone: 1.0.1 -> 1.0.5
PR: 57165 Submitted by: Filippo Natali <filippo@widestore.net>
Notes
Notes: svn path=/head/; revision=89424
Diffstat (limited to '')
-rw-r--r--www/plone/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/plone/Makefile b/www/plone/Makefile
index 6d0b7a66f082..d9aa8622fa09 100644
--- a/www/plone/Makefile
+++ b/www/plone/Makefile
@@ -6,23 +6,23 @@
#
PORTNAME= plone
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= www zope
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= plone
-DISTNAME= CMFPlone1.0.1
+DISTNAME= CMFPlone1.0.5
DIST_SUBDIR= zope
-MAINTAINER= ports@freebsd.org
+MAINTAINER= filippo@widestore.net
COMMENT= A user friendly implementation of the CMF written on top of ZOPE
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \
- ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf
+RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf13
+
USE_PYTHON= yes
+USE_ZOPE= yes
PYTHON_VERSION= python2.1
-WRKSRC= ${WRKDIR}/CMFPlone-1.0.1
+WRKSRC= ${WRKDIR}/CMFPlone-1.0.5
MODULES= CMFPlone DCWorkflow Formulator i18n
# You can change this in the environment if you like.