Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2013 13:03:28 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313511 - head/devel/py-Products.CMFCore
Message-ID:  <201303061303.r26D3S5m021306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Mar  6 13:03:28 2013
New Revision: 313511
URL: http://svnweb.freebsd.org/changeset/ports/313511

Log:
  - 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)

Modified:
  head/devel/py-Products.CMFCore/Makefile
  head/devel/py-Products.CMFCore/pkg-descr

Modified: head/devel/py-Products.CMFCore/Makefile
==============================================================================
--- head/devel/py-Products.CMFCore/Makefile	Wed Mar  6 11:05:26 2013	(r313510)
+++ head/devel/py-Products.CMFCore/Makefile	Wed Mar  6 13:03:28 2013	(r313511)
@@ -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 Framewo
 
 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
 DIST_SUBDIR=	zope
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
-#USE_ZOPE=	yes
+#USE_ZOPE=	yes # cyclic dependency
 
 .include <bsd.port.mk>

Modified: head/devel/py-Products.CMFCore/pkg-descr
==============================================================================
--- head/devel/py-Products.CMFCore/pkg-descr	Wed Mar  6 11:05:26 2013	(r313510)
+++ head/devel/py-Products.CMFCore/pkg-descr	Wed Mar  6 13:03:28 2013	(r313511)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303061303.r26D3S5m021306>