Date: Wed, 24 Jul 2013 06:50:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323568 - head/www/trac-announcer Message-ID: <201307240650.r6O6oNia046051@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 24 06:50:23 2013 New Revision: 323568 URL: http://svnweb.freebsd.org/changeset/ports/323568 Log: Mark as broken: try to access network during the install phase: Installed /usr/local/lib/python2.7/site-packages/AnnouncerPlugin-0.12_p2.dev-py2.7.egg Processing dependencies for AnnouncerPlugin==0.12-p2.dev Searching for Genshi>=0.6 Reading http://pypi.python.org/simple/Genshi/ Download error on http://pypi.python.org/simple/Genshi/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found! Reading http://pypi.python.org/simple/Genshi/ Download error on http://pypi.python.org/simple/Genshi/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found! Couldn't find index page for 'Genshi' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ Download error on http://pypi.python.org/simple/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found! No local packages or download links found for Genshi>=0.6 error: Could not find suitable distribution for Requirement.parse('Genshi>=0.6') Reported by: pkg-fallout Modified: head/www/trac-announcer/Makefile Modified: head/www/trac-announcer/Makefile ============================================================================== --- head/www/trac-announcer/Makefile Wed Jul 24 06:49:33 2013 (r323567) +++ head/www/trac-announcer/Makefile Wed Jul 24 06:50:23 2013 (r323568) @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-autocomplete -# Date created: December 23, 2009 -# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru> -# +# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> # $FreeBSD$ -# PORTNAME= announcer PORTVERSION= 1.0 @@ -18,6 +14,7 @@ COMMENT= A plugin for making user-custom BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac +BROKEN= Try to access network during install phase USE_PYTHON= 2.5+ USE_ZIP= yes USE_PYDISTUTILS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307240650.r6O6oNia046051>