aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-03-06 13:03:28 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-03-06 13:03:28 +0000
commit8d26d915ec308132b64c3052dec032fac25cf442 (patch)
tree33930573d5bae033b8208abd5846e93e9858ae2a
parent07f62c29ce8f2085a8bf6cbf74c8feddee1d7506 (diff)
downloadports-8d26d915ec308132b64c3052dec032fac25cf442.tar.gz
ports-8d26d915ec308132b64c3052dec032fac25cf442.zip
- add missing dependency to fix build on pointyhat
- trim Makefile header - add a note about why the USE_ZOPE is commented there - tab -> space change in pkg-descr:WWW - bump PORTREVISION because of dependency list change Reported by: pointyhat (po.miwibox)
Notes
Notes: svn path=/head/; revision=313511
-rw-r--r--devel/py-Products.CMFCore/Makefile9
-rw-r--r--devel/py-Products.CMFCore/pkg-descr2
2 files changed, 4 insertions, 7 deletions
diff --git a/devel/py-Products.CMFCore/Makefile b/devel/py-Products.CMFCore/Makefile
index 7617f1aee4af..2a448feede58 100644
--- a/devel/py-Products.CMFCore/Makefile
+++ b/devel/py-Products.CMFCore/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: py-Products.CMFCore
-# Date created: 20 December 2011
-# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
# $FreeBSD$
-#
PORTNAME= Products.CMFCore
PORTVERSION= 2.2.6
+PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +12,7 @@ COMMENT= Zope Content Management Framework core components
LICENSE= ZPL21
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \
${PYTHON_PKGNAMEPREFIX}Products.ZSQLMethods>=0:${PORTSDIR}/devel/py-Products.ZSQLMethods
@@ -23,6 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/p
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
-#USE_ZOPE= yes
+#USE_ZOPE= yes # cyclic dependency
.include <bsd.port.mk>
diff --git a/devel/py-Products.CMFCore/pkg-descr b/devel/py-Products.CMFCore/pkg-descr
index 38a64b1df511..760a131a8f4d 100644
--- a/devel/py-Products.CMFCore/pkg-descr
+++ b/devel/py-Products.CMFCore/pkg-descr
@@ -1,3 +1,3 @@
Zope Content Management Framework core components.
-WWW: http://pypi.python.org/pypi/Products.CMFCore
+WWW: http://pypi.python.org/pypi/Products.CMFCore