diff options
author | lioux <lioux@FreeBSD.org> | 2011-07-26 11:00:25 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2011-07-26 11:00:25 +0800 |
commit | bf8bc9a9c08391b832c5e9d4ffd2c833ef48b039 (patch) | |
tree | a8d80d9c048cc7c2670a6fd197259f477ea9cf4f /www | |
parent | 386991384e7baf28e5a7da66069917e7422ab2d4 (diff) | |
download | freebsd-ports-gnome-bf8bc9a9c08391b832c5e9d4ffd2c833ef48b039.tar.gz freebsd-ports-gnome-bf8bc9a9c08391b832c5e9d4ffd2c833ef48b039.tar.zst freebsd-ports-gnome-bf8bc9a9c08391b832c5e9d4ffd2c833ef48b039.zip |
- Update to 3.2.0
- Take over maintainership
PR: ports/159169
Approved by: Mike Meyer <mwm@mired.org> (previous maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 5 | ||||
-rw-r--r-- | www/py-beautifulsoup/distinfo | 4 | ||||
-rw-r--r-- | www/py-beautifulsoup/pkg-plist | 2 |
3 files changed, 4 insertions, 7 deletions
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 |