Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 17:43:39 +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: r313737 - head/devel/py-Products.CMFDefault
Message-ID:  <201303091743.r29HhdqV045899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  9 17:43:38 2013
New Revision: 313737
URL: http://svnweb.freebsd.org/changeset/ports/313737

Log:
  - Unbreak build
  
  ===>   py27-Products.CMFDefault-2.2.2 depends on file: /usr/local/bin/python2.7 - found
  ===>  Configuring for py27-Products.CMFDefault-2.2.2
  Download error on http://pypi.python.org/simple/eggtestinfo/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
  Download error on http://pypi.python.org/simple/eggtestinfo/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
  Couldn't find index page for 'eggtestinfo' (maybe misspelled?)

Modified:
  head/devel/py-Products.CMFDefault/Makefile   (contents, props changed)

Modified: head/devel/py-Products.CMFDefault/Makefile
==============================================================================
--- head/devel/py-Products.CMFDefault/Makefile	Sat Mar  9 17:40:17 2013	(r313736)
+++ head/devel/py-Products.CMFDefault/Makefile	Sat Mar  9 17:43:38 2013	(r313737)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-Products.CMFDefault
-# Date created:				20 December 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Products.CMFDefault
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +12,7 @@ COMMENT=	Default product for the Zope Co
 
 LICENSE=	ZPL21
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}five.formlib>=1.0.2:${PORTSDIR}/devel/py-five.formlib \
 		${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?201303091743.r29HhdqV045899>