svn commit: r313737 - head/devel/py-Products.CMFDefault
Martin Wilke
miwi at FreeBSD.org
Sat Mar 9 17:43:39 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list