Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2012 09:40:45 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170198: [PATCH] py-beautifulsoup does not conflict with legacy version
Message-ID:  <5011730d.0f4f650a.44a5.07c6@mx.google.com>
Resent-Message-ID: <201207261650.q6QGo3bL070125@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170198
>Category:       ports
>Synopsis:       [PATCH] py-beautifulsoup does not conflict with legacy version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 26 16:50:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	Python module is named bs4 for the new stable version.
	The legacy one is named BeautifulSoup, it should be ok to have both installed.

>How-To-Repeat:
>Fix:

	See attached patch


--- beautifulsoup.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 301567)
+++ Makefile	(working copy)
@@ -19,6 +19,4 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	beautifulsoup4
 
-CONFLICTS=	py[0-9]*-beautifulsoup-3.*
-
 .include <bsd.port.mk>
--- beautifulsoup.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5011730d.0f4f650a.44a5.07c6>