Bug 170198 - [PATCH] py-beautifulsoup does not conflict with legacy version
Summary: [PATCH] py-beautifulsoup does not conflict with legacy version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 17:50 UTC by William Grzybowski
Modified: 2012-07-27 13:00 UTC (History)
0 users

See Also:


Attachments
beautifulsoup.patch (286 bytes, patch)
2012-07-26 17:50 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-07-26 17:50:03 UTC
	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
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2012-07-27 11:16:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2012-07-27 12:57:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-27 12:57:32 UTC
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"