Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 18:52:36 +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: r314754 - head/devel/py-Products.CMFCalendar
Message-ID:  <201303201852.r2KIqaj1042661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Mar 20 18:52:36 2013
New Revision: 314754
URL: http://svnweb.freebsd.org/changeset/ports/314754

Log:
  - add missing build dependency (fix build)
  
  while here:
  - trim Makefile header
  - limit python version to 2.x branch (except)
  - tab -> space change in pkg-descr:WWW

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

Modified: head/devel/py-Products.CMFCalendar/Makefile
==============================================================================
--- head/devel/py-Products.CMFCalendar/Makefile	Wed Mar 20 18:35:16 2013	(r314753)
+++ head/devel/py-Products.CMFCalendar/Makefile	Wed Mar 20 18:52:36 2013	(r314754)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-Products.CMFCalendar
-# Date created:				20 December 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Products.CMFCalendar
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,12 +12,13 @@ COMMENT=	Calendar product for the Zope C
 
 LICENSE=	ZPL21
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
 		${PYTHON_PKGNAMEPREFIX}Products.CMFDefault>=0:${PORTSDIR}/devel/py-Products.CMFDefault \
 		${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
 
 DIST_SUBDIR=	zope
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	easy_install
 
 .include <bsd.port.mk>

Modified: head/devel/py-Products.CMFCalendar/pkg-descr
==============================================================================
--- head/devel/py-Products.CMFCalendar/pkg-descr	Wed Mar 20 18:35:16 2013	(r314753)
+++ head/devel/py-Products.CMFCalendar/pkg-descr	Wed Mar 20 18:52:36 2013	(r314754)
@@ -1,3 +1,3 @@
 Calendar product for the Zope Content Management Framework.
 
-WWW:	http://pypi.python.org/pypi/Products.CMFCalendar
+WWW: http://pypi.python.org/pypi/Products.CMFCalendar



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