From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:23:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAF6E106564A; Mon, 10 Sep 2012 12:23:53 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D6EE18FC14; Mon, 10 Sep 2012 12:23:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ACNrkN052177; Mon, 10 Sep 2012 12:23:53 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ACNrtF052175; Mon, 10 Sep 2012 12:23:53 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101223.q8ACNrtF052175@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 12:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304030 - head/multimedia/py-periscope X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:23:54 -0000 Author: beat Date: Mon Sep 10 12:23:53 2012 New Revision: 304030 URL: http://svn.freebsd.org/changeset/ports/304030 Log: - Mark BROKEN: does not build File "setup.py", line 2, in from periscope import version File "periscope/__init__.py", line 1, in from periscope import * File "periscope/periscope.py", line 38, in import plugins File "periscope/plugins/__init__.py", line 20, in from Subtitulos import Subtitulos File "periscope/plugins/Subtitulos.py", line 20, in from BeautifulSoup import BeautifulSoup ImportError: No module named BeautifulSoup Reported by: pointyhat Modified: head/multimedia/py-periscope/Makefile Modified: head/multimedia/py-periscope/Makefile ============================================================================== --- head/multimedia/py-periscope/Makefile Mon Sep 10 12:09:15 2012 (r304029) +++ head/multimedia/py-periscope/Makefile Mon Sep 10 12:23:53 2012 (r304030) @@ -18,6 +18,8 @@ EXTRACT_ONLY= python-${PORTNAME}_${PORTV MAINTAINER= lioux@FreeBSD.org COMMENT= Subtitles searching module +BROKEN= does not build + LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup