Python module is named bs4 for the new stable version. The legacy one is named BeautifulSoup, it should be ok to have both installed. Fix: See attached patch
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: madpilot Date: Fri Jul 27 11:57:18 2012 New Revision: 301604 URL: http://svn.freebsd.org/changeset/ports/301604 Log: - Remove uneeded CONFLICTS. PR: ports/170198 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Approved by: crees, tabthorpe (mentors, implicit) Modified: head/www/py-beautifulsoup/Makefile (contents, props changed) Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Fri Jul 27 11:39:54 2012 (r301603) +++ head/www/py-beautifulsoup/Makefile Fri Jul 27 11:57:18 2012 (r301604) @@ -19,6 +19,4 @@ USE_PYTHON= 2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= beautifulsoup4 -CONFLICTS= py[0-9]*-beautifulsoup-3.* - .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"