Commit graph

6 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
71ba0a3638 - correct py-beautifulsoup dependency. the current dependency will fail if
user already head www/py-beautifulsoup (4.x) installed, while the port
  needs an exactly 3.2.x version.
- bump PORTREVISION because of dependency change

Approved by:	portmgr (beat)
2012-09-11 20:10:28 +00:00
Beat Gaetzi
11f4efa278 - Unbreak port by changing dependency to www/py-beautifulsoup32
Submitted by:	rm, nivit
With hat:	portmgr
2012-09-10 19:31:40 +00:00
Beat Gaetzi
64857ff5d0 - Mark BROKEN: does not build
File "setup.py", line 2, in <module>
    from periscope import version
  File "periscope/__init__.py", line 1, in <module>
    from periscope import *
  File "periscope/periscope.py", line 38, in <module>
    import plugins
  File "periscope/plugins/__init__.py", line 20, in <module>
    from Subtitulos import Subtitulos
  File "periscope/plugins/Subtitulos.py", line 20, in <module>
    from BeautifulSoup import BeautifulSoup
  ImportError: No module named BeautifulSoup

Reported by:	pointyhat
2012-09-10 12:23:53 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Mario Sergio Fujikawa Ferreira
23d5ac7afa o Add option UNRAR to "Enable support for rar (.rar) compressed
subtitles" with default on
o Be explicit about the required python version: 2.6+
o Bump PORTREVISION
2011-08-27 02:39:08 +00:00
Mario Sergio Fujikawa Ferreira
a9a449cd31 New port py-periscope version 0.2.4: Subtitles searching module 2011-07-26 03:03:46 +00:00