svn commit: r314754 - head/devel/py-Products.CMFCalendar
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Mar 20 18:52:37 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list