svn commit: r323568 - head/www/trac-announcer

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 24 06:50:24 UTC 2013


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 at codelabs.ru>
-#
+# Created by: Eygene Ryabinkin <rea-fbsd at 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


More information about the svn-ports-all mailing list