Revision: 92507 https://trac.macports.org/changeset/92507 Author: jmr@macports.org Date: 2012-04-30 06:51:03 -0700 (Mon, 30 Apr 2012) Log Message: ----------- py-fancycompleter: mark broken pending resolution of #34265 Modified Paths: -------------- trunk/dports/python/py-fancycompleter/Portfile Modified: trunk/dports/python/py-fancycompleter/Portfile =================================================================== --- trunk/dports/python/py-fancycompleter/Portfile 2012-04-30 13:42:19 UTC (rev 92506) +++ trunk/dports/python/py-fancycompleter/Portfile 2012-04-30 13:51:03 UTC (rev 92507) @@ -26,6 +26,9 @@ patchfiles py25-exception-handling.patch } if {$name != $subport} { - depends_lib-append port:py${python.version}-repl + # deps don't (yet?) exist + pre-fetch { + error "this port is broken" + } + #depends_lib-append port:py${python.version}-repl } -
participants (1)
-
jmr@macports.org