From owner-svn-ports-all@FreeBSD.ORG Sat Mar 9 17:43:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9845B6CB; Sat, 9 Mar 2013 17:43:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6681ED; Sat, 9 Mar 2013 17:43:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r29HhddD045900; Sat, 9 Mar 2013 17:43:39 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r29HhdqV045899; Sat, 9 Mar 2013 17:43:39 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303091743.r29HhdqV045899@svn.freebsd.org> From: Martin Wilke Date: Sat, 9 Mar 2013 17:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313737 - head/devel/py-Products.CMFDefault X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 17:43:39 -0000 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 -# # $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