From owner-svn-ports-head@FreeBSD.ORG Wed Jul 25 16:58:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0C25106566B; Wed, 25 Jul 2012 16:58:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 89AE38FC1F; Wed, 25 Jul 2012 16:58:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6PGwKgH079472; Wed, 25 Jul 2012 16:58:20 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6PGwKLq079465; Wed, 25 Jul 2012 16:58:20 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201207251658.q6PGwKLq079465@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 25 Jul 2012 16:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301524 - in head: . deskutils/calibre www www/py-beautifulsoup www/py-beautifulsoup32 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 16:58:20 -0000 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 Approved by: Mike Meyer (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 +# 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 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