From william88@gmail.com  Sun May 27 14:21:56 2012
Return-Path: <william88@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F122E1065679
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2012 14:21:56 +0000 (UTC)
	(envelope-from william88@gmail.com)
Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182])
	by mx1.freebsd.org (Postfix) with ESMTP id A86378FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2012 14:21:56 +0000 (UTC)
Received: by vcbfy7 with SMTP id fy7so1434221vcb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2012 07:21:55 -0700 (PDT)
Received: by 10.52.27.200 with SMTP id v8mr4578230vdg.108.1338128515686;
        Sun, 27 May 2012 07:21:55 -0700 (PDT)
Received: from localhost ([177.42.104.117])
        by mx.google.com with ESMTPS id bj6sm14281264vdc.12.2012.05.27.07.21.53
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 27 May 2012 07:21:55 -0700 (PDT)
Message-Id: <4fc23883.66ad340a.5a8a.ffffcc7c@mx.google.com>
Date: Sun, 27 May 2012 07:21:55 -0700 (PDT)
From: William Grzybowski <william88@gmail.com>
Reply-To: William Grzybowski <william88@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] www/py-beautifulsoup: update to a new major version
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mwm@mired.org

>Number:         168372
>Category:       ports
>Synopsis:       [PATCH] www/py-beautifulsoup: update to a new major version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 14:30:02 UTC 2012
>Closed-Date:    Wed Jul 25 17:01:38 UTC 2012
>Last-Modified:  Wed Jul 25 17:01:38 UTC 2012
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	4.x is the new stable branch for beautifulsoup for some time now.
	3.x is only receiving security fixes.
	I also would like to request a repocopy of the current port to www/py-beautifulsoup32
	before updating it.

>How-To-Repeat:
>Fix:

	See attached patch


--- py-beautifulsoup.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-beautifulsoup/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	26 Jul 2011 03:00:25 -0000	1.10
+++ Makefile	27 May 2012 14:18:41 -0000
@@ -6,19 +6,19 @@
 #
 
 PORTNAME=	beautifulsoup
-PORTVERSION=	3.2.0
+PORTVERSION=	4.0.5
 CATEGORIES=	www python
-MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/download/3.x/
+MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	BeautifulSoup-${PORTVERSION}
+DISTNAME=	beautifulsoup4-${PORTVERSION}
 
 MAINTAINER=	mwm@mired.org
 COMMENT=	HTML/XML Parser for Python
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.7+
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	BeautifulSoup
+PYDISTUTILS_PKGNAME=	beautifulsoup4
 
-CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
+CONFLICTS=	py[0-9]*-beautifulsoup-3.*
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/py-beautifulsoup/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	26 Jul 2011 03:00:25 -0000	1.10
+++ distinfo	27 May 2012 14:18:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6
-SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056
+SHA256 (beautifulsoup4-4.0.5.tar.gz) = c29865bd59457afac69ae269083d750797305b4ba886688b2fcdb74476fc56ec
+SIZE (beautifulsoup4-4.0.5.tar.gz) = 123569
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/py-beautifulsoup/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	26 Jul 2011 03:00:25 -0000	1.4
+++ pkg-plist	27 May 2012 14:18:42 -0000
@@ -1,6 +1,51 @@
-%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
-%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
-%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
-%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.py
-%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyc
-%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyo
+%%PYTHON_SITELIBDIR%%/bs4/dammit.pyc
+%%PYTHON_SITELIBDIR%%/bs4/__init__.pyo
+%%PYTHON_SITELIBDIR%%/bs4/dammit.py
+%%PYTHON_SITELIBDIR%%/bs4/element.pyo
+%%PYTHON_SITELIBDIR%%/bs4/testing.pyc
+%%PYTHON_SITELIBDIR%%/bs4/testing.py
+%%PYTHON_SITELIBDIR%%/bs4/__init__.py
+%%PYTHON_SITELIBDIR%%/bs4/dammit.pyo
+%%PYTHON_SITELIBDIR%%/bs4/__init__.pyc
+%%PYTHON_SITELIBDIR%%/bs4/element.py
+%%PYTHON_SITELIBDIR%%/bs4/testing.pyo
+%%PYTHON_SITELIBDIR%%/bs4/element.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyc
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.py
+%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyo
+%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyc
+%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyo
+%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyo
+%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyc
+%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.py
+%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.py
+%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyc
+%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.py
+%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.py
+%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyc
+%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyo
+%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyc
+%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/bs4/builder
+@dirrm %%PYTHON_SITELIBDIR%%/bs4/tests
+@dirrm %%PYTHON_SITELIBDIR%%/bs4
--- py-beautifulsoup.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 27 14:30:18 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun May 27 14:30:27 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mwm@mired.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168372: [PATCH] www/py-beautifulsoup: update to a new major version
Date: Sun, 27 May 2012 14:30:23 UT

 Maintainer of www/py-beautifulsoup,
 
 Please note that PR ports/168372 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168372
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Mike Meyer <mwm@mired.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168372: [PATCH] www/py-beautifulsoup: update to a new
 major version
Date: Mon, 28 May 2012 00:31:02 -0400

 On Sun, 27 May 2012 14:30:23 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of www/py-beautifulsoup,
 > 
 > Please note that PR ports/168372 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168372
 > 
 
 I mostly agree with this patch. The current version should be
 repo-copied to pybeautifulsoup3 before the update.
 
 The submitter of this patch should probably become the maintainer of
 the new port, as I'm not using version4 yet.
 
     <mike
 -- 
 Mike Meyer <mwm@mired.org>		http://www.mired.org/
 Independent Software developer/SCM consultant, email for more information.
 
 O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
Responsible-Changed-From-To: freebsd-python->portmgr 
Responsible-Changed-By: rm 
Responsible-Changed-When: Wed May 30 19:30:10 UTC 2012 
Responsible-Changed-Why:  
Repocopy request: www/py-beautifulsoup -> www/py-beautifulsoup32. Please 
do the repocopy. Thank you. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 
State-Changed-From-To: feedback->repocopy 
State-Changed-By: rm 
State-Changed-When: Wed May 30 19:34:53 UTC 2012 
State-Changed-Why:  
Change status to repocopy 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 
Responsible-Changed-From-To: portmgr->cvs 
Responsible-Changed-By: gnats 
Responsible-Changed-When: Thu Jun 14 07:05:03 UTC 2012 
Responsible-Changed-Why:  
Automatic repocopy approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 
Responsible-Changed-From-To: cvs->rm 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sun Jul 15 00:00:37 UTC 2012 
Responsible-Changed-Why:  
over to rm as repocopies don't exist anymore 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 
State-Changed-From-To: repocopy->open 
State-Changed-By: eadler 
State-Changed-When: Sun Jul 15 00:02:44 UTC 2012 
State-Changed-Why:  
repocopies don't exist anymore 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168372: commit references a PR
Date: Wed, 25 Jul 2012 16:58:32 +0000 (UTC)

 Author: rm
 Date: Wed Jul 25 16:58:19 2012
 New Revision: 301524
 URL: http://svn.freebsd.org/changeset/ports/301524
 
 Log:
   - copy py-beautyfulsoup 3.2.0 to py-beautyfulsoup32
   - update py-beautyfulsoup to current stable branch (4.1.1)
   - pass maintainership of this new port to submitter
   - set USE_PYTHON to 2.7, because it doesn't packages with python3
     (port modification needed)
   - chase dependency update to deskutils/calibre
   - add UPDATING entry
   
   PR:		168372 (based on)
   Submitted by:	William Grzybowski <william88 at gmail dot com>
   Approved by:	Mike Meyer <mwm at mired dot org> (maintainer)
 
 Added:
   head/www/py-beautifulsoup32/
      - copied from r301522, head/www/py-beautifulsoup/
 Modified:
   head/UPDATING
   head/deskutils/calibre/Makefile
   head/www/Makefile
   head/www/py-beautifulsoup/Makefile
   head/www/py-beautifulsoup/distinfo
   head/www/py-beautifulsoup/pkg-plist
 
 Modified: head/UPDATING
 ==============================================================================
 --- head/UPDATING	Wed Jul 25 16:52:24 2012	(r301523)
 +++ head/UPDATING	Wed Jul 25 16:58:19 2012	(r301524)
 @@ -5,6 +5,17 @@ they are unavoidable.
  You should get into the habit of checking this file for changes each time
  you update your ports collection, before attempting any port upgrades.
  
 +20120725:
 +  AFFECTS: users of www/py-beautifulsoup
 +  AUTHOR: rm@FreeBSD.org
 +
 +  Current www/py-beautifulsoup has been moved to www/py-beautifulsoup32,
 +  since 4.1.1 is now current stable version.
 +
 +  If you prefer to stick with 3.2.0 do:
 +
 +  # portmaster -o www/py-beautifulsoup32 www/py-beautifulsoup
 +
  20120723:
    AFFECTS: users of security/snort
    AUTHOR: zi@FreeBSD.org
 
 Modified: head/deskutils/calibre/Makefile
 ==============================================================================
 --- head/deskutils/calibre/Makefile	Wed Jul 25 16:52:24 2012	(r301523)
 +++ head/deskutils/calibre/Makefile	Wed Jul 25 16:58:19 2012	(r301524)
 @@ -7,6 +7,7 @@
  
  PORTNAME=	calibre
  PORTVERSION=	0.8.54
 +PORTREVISION=	1
  CATEGORIES=	deskutils python
  MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/
  
 @@ -29,7 +30,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}se
  RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils \
  		${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \
  		${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
 -		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:${PORTSDIR}/www/py-beautifulsoup \
 +		${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \
  		${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
  		${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
  		${PYTHON_PKGNAMEPREFIX}mechanize>=0:${PORTSDIR}/www/py-mechanize \
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Wed Jul 25 16:52:24 2012	(r301523)
 +++ head/www/Makefile	Wed Jul 25 16:58:19 2012	(r301524)
 @@ -1444,6 +1444,7 @@
      SUBDIR += py-beaker
      SUBDIR += py-beautifulsoup
      SUBDIR += py-beautifulsoup30
 +    SUBDIR += py-beautifulsoup32
      SUBDIR += py-bjoern
      SUBDIR += py-bleach
      SUBDIR += py-blogofile
 
 Modified: head/www/py-beautifulsoup/Makefile
 ==============================================================================
 --- head/www/py-beautifulsoup/Makefile	Wed Jul 25 16:52:24 2012	(r301523)
 +++ head/www/py-beautifulsoup/Makefile	Wed Jul 25 16:58:19 2012	(r301524)
 @@ -1,24 +1,24 @@
  # New ports collection makefile for:	beautifulsoup
 -# Date created:				15 July 2005
 -# Whom:					Mike Meyer <mwm@mired.org>
 +# Date created:				25 July 2012
 +# Whom:					Mike Meyer
  #
  # $FreeBSD$
  #
  
  PORTNAME=	beautifulsoup
 -PORTVERSION=	3.2.0
 +PORTVERSION=	4.1.1
  CATEGORIES=	www python
 -MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/download/3.x/
 +MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/bs4/download/4.1/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 -DISTNAME=	BeautifulSoup-${PORTVERSION}
 +DISTNAME=	beautifulsoup4-${PORTVERSION}
  
 -MAINTAINER=	mwm@mired.org
 +MAINTAINER=	william88@gmail.com
  COMMENT=	HTML/XML Parser for Python
  
 -USE_PYTHON=	yes
 +USE_PYTHON=	2.7
  USE_PYDISTUTILS=	yes
 -PYDISTUTILS_PKGNAME=	BeautifulSoup
 +PYDISTUTILS_PKGNAME=	beautifulsoup4
  
 -CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
 +CONFLICTS=	py[0-9]*-beautifulsoup-3.*
  
  .include <bsd.port.mk>
 
 Modified: head/www/py-beautifulsoup/distinfo
 ==============================================================================
 --- head/www/py-beautifulsoup/distinfo	Wed Jul 25 16:52:24 2012	(r301523)
 +++ head/www/py-beautifulsoup/distinfo	Wed Jul 25 16:58:19 2012	(r301524)
 @@ -1,2 +1,2 @@
 -SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6
 -SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056
 +SHA256 (beautifulsoup4-4.1.1.tar.gz) = a8b1b59a105c07cf5a4912efd77294b3f86c4e3623fee773c8ca764c29d507ed
 +SIZE (beautifulsoup4-4.1.1.tar.gz) = 129632
 
 Modified: head/www/py-beautifulsoup/pkg-plist
 ==============================================================================
 --- head/www/py-beautifulsoup/pkg-plist	Wed Jul 25 16:52:24 2012	(r301523)
 +++ head/www/py-beautifulsoup/pkg-plist	Wed Jul 25 16:58:19 2012	(r301524)
 @@ -1,6 +1,51 @@
 -%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
 -%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
 -%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
 -%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.py
 -%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyc
 -%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/dammit.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/__init__.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/dammit.py
 +%%PYTHON_SITELIBDIR%%/bs4/element.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/testing.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/testing.py
 +%%PYTHON_SITELIBDIR%%/bs4/__init__.py
 +%%PYTHON_SITELIBDIR%%/bs4/dammit.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/__init__.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/element.py
 +%%PYTHON_SITELIBDIR%%/bs4/testing.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/element.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.py
 +%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.py
 +%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.py
 +%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.py
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.py
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyo
 +%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyc
 +%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyo
 +@dirrm %%PYTHON_SITELIBDIR%%/bs4/builder
 +@dirrm %%PYTHON_SITELIBDIR%%/bs4/tests
 +@dirrm %%PYTHON_SITELIBDIR%%/bs4
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Wed Jul 25 17:01:37 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168372 
>Unformatted:
