aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-24 14:50:23 +0800
committerbapt <bapt@FreeBSD.org>2013-07-24 14:50:23 +0800
commite15d5bf7a433416692b6351095c2e41736419e80 (patch)
tree1ff51227b71d0c5b5f575d0f5d9c64b5b40b7c3e
parente9df4a6f650a2cefc2f7c00effbcc33a1994c88d (diff)
downloadfreebsd-ports-gnome-e15d5bf7a433416692b6351095c2e41736419e80.tar.gz
freebsd-ports-gnome-e15d5bf7a433416692b6351095c2e41736419e80.tar.zst
freebsd-ports-gnome-e15d5bf7a433416692b6351095c2e41736419e80.zip
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
-rw-r--r--www/trac-announcer/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/trac-announcer/Makefile b/www/trac-announcer/Makefile
index 8ac8baf6725f..0b69d4f693fa 100644
--- a/www/trac-announcer/Makefile
+++ b/www/trac-announcer/Makefile
@@ -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-customizable notifications
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