Date: Sat, 9 Mar 2013 18:53:54 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313745 - head/devel/py-Products.CMFUid Message-ID: <201303091853.r29Irs8u067403@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 9 18:53:53 2013 New Revision: 313745 URL: http://svnweb.freebsd.org/changeset/ports/313745 Log: - Unbreak build Modified: head/devel/py-Products.CMFUid/Makefile (contents, props changed) Modified: head/devel/py-Products.CMFUid/Makefile ============================================================================== --- head/devel/py-Products.CMFUid/Makefile Sat Mar 9 18:53:41 2013 (r313744) +++ head/devel/py-Products.CMFUid/Makefile Sat Mar 9 18:53:53 2013 (r313745) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-Products.CMFUid -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= Products.CMFUid PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +12,7 @@ COMMENT= Uid product for the Zope CMF 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.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303091853.r29Irs8u067403>