- Use USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST
- Remove USE_GNOME=desktopfileutils
- Convert to new options helper
- Support STAGEDIR
- Bump PORTREVISION for package change
- Pass maintainership to submitter
- While I'm here:
- Fix post-install: DESKTOPDIR is already in BSD.local.dist
- Simplify Makefile
PR: ports/190255
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
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)
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