svn commit: r307232 - branches/RELENG_9_1_0/devel/py-Products.GenericSetup

Ruslan Mahmatkhanov rm at FreeBSD.org
Fri Nov 9 09:42:05 UTC 2012


Author: rm
Date: Fri Nov  9 09:42:04 2012
New Revision: 307232
URL: http://svnweb.freebsd.org/changeset/ports/307232

Log:
  MFH r307198
  
  - add missing dependency, it should fix build on pointyhat
  
  Reported by:	pointyhat (beat)
  Approved by:	portmgr (beat)
  Feature safe:	yes

Modified:
  branches/RELENG_9_1_0/devel/py-Products.GenericSetup/Makefile
Directory Properties:
  branches/RELENG_9_1_0/   (props changed)

Modified: branches/RELENG_9_1_0/devel/py-Products.GenericSetup/Makefile
==============================================================================
--- branches/RELENG_9_1_0/devel/py-Products.GenericSetup/Makefile	Fri Nov  9 09:38:30 2012	(r307231)
+++ branches/RELENG_9_1_0/devel/py-Products.GenericSetup/Makefile	Fri Nov  9 09:42:04 2012	(r307232)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.GenericSetup
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,7 @@ COMMENT=	Read Zope configuration state f
 
 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}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib
 


More information about the svn-ports-all mailing list