From bf8bc9a9c08391b832c5e9d4ffd2c833ef48b039 Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 26 Jul 2011 03:00:25 +0000 Subject: - Update to 3.2.0 - Take over maintainership PR: ports/159169 Approved by: Mike Meyer (previous maintainer) --- www/py-beautifulsoup/Makefile | 5 ++--- www/py-beautifulsoup/distinfo | 4 ++-- www/py-beautifulsoup/pkg-plist | 2 -- 3 files changed, 4 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index dc5a709fafc1..f92415ee70b3 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -6,10 +6,9 @@ # PORTNAME= beautifulsoup -PORTVERSION= 3.1.0.1 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/ +MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= BeautifulSoup-${PORTVERSION} diff --git a/www/py-beautifulsoup/distinfo b/www/py-beautifulsoup/distinfo index fcbba0e3494f..d787ba31ac70 100644 --- a/www/py-beautifulsoup/distinfo +++ b/www/py-beautifulsoup/distinfo @@ -1,2 +1,2 @@ -SHA256 (BeautifulSoup-3.1.0.1.tar.gz) = 820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 -SIZE (BeautifulSoup-3.1.0.1.tar.gz) = 71460 +SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6 +SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056 diff --git a/www/py-beautifulsoup/pkg-plist b/www/py-beautifulsoup/pkg-plist index c357c192b2f8..2ff917b1a4f0 100644 --- a/www/py-beautifulsoup/pkg-plist +++ b/www/py-beautifulsoup/pkg-plist @@ -1,5 +1,3 @@ -bin/testall.sh -bin/to3.sh %%PYTHON_SITELIBDIR%%/BeautifulSoup.py %%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc %%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo -- cgit