svn commit: r313745 - head/devel/py-Products.CMFUid

Martin Wilke miwi at FreeBSD.org
Sat Mar 9 18:53:54 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list