diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-10 23:07:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-10 23:07:13 +0800 |
commit | 65608d0e0e8f0b4ec19cceaa2f3ee3c013e91194 (patch) | |
tree | 8c1914f4820900acf2a02f1ca82cf914825ae936 /www/py-beautifulsoup | |
parent | 0535833d102c3fd5bf18bd1a25bf3ec5ce3b2e67 (diff) | |
download | freebsd-ports-gnome-65608d0e0e8f0b4ec19cceaa2f3ee3c013e91194.tar.gz freebsd-ports-gnome-65608d0e0e8f0b4ec19cceaa2f3ee3c013e91194.tar.zst freebsd-ports-gnome-65608d0e0e8f0b4ec19cceaa2f3ee3c013e91194.zip |
- Update to 3.1.0
PR: 130037
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer
Diffstat (limited to 'www/py-beautifulsoup')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 2 | ||||
-rw-r--r-- | www/py-beautifulsoup/distinfo | 6 | ||||
-rw-r--r-- | www/py-beautifulsoup/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 463c92c78f8c..3b4f13550479 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= beautifulsoup -PORTVERSION= 3.0.7a +PORTVERSION= 3.1.0.1 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-beautifulsoup/distinfo b/www/py-beautifulsoup/distinfo index ffd5ece12ccc..de9b2d9bc53a 100644 --- a/www/py-beautifulsoup/distinfo +++ b/www/py-beautifulsoup/distinfo @@ -1,3 +1,3 @@ -MD5 (BeautifulSoup-3.0.7a.tar.gz) = d28c8148bb770e72762eb202fa797b56 -SHA256 (BeautifulSoup-3.0.7a.tar.gz) = 05be932a40bfd16fd5b5eee09fa1ef96d4793b30e4abf16cf38bbee231e2e417 -SIZE (BeautifulSoup-3.0.7a.tar.gz) = 30255 +MD5 (BeautifulSoup-3.1.0.1.tar.gz) = bcffef3eda6e06e6d1e18c06a9db8a24 +SHA256 (BeautifulSoup-3.1.0.1.tar.gz) = 820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 +SIZE (BeautifulSoup-3.1.0.1.tar.gz) = 71460 diff --git a/www/py-beautifulsoup/pkg-plist b/www/py-beautifulsoup/pkg-plist index 2ff917b1a4f0..c357c192b2f8 100644 --- a/www/py-beautifulsoup/pkg-plist +++ b/www/py-beautifulsoup/pkg-plist @@ -1,3 +1,5 @@ +bin/testall.sh +bin/to3.sh %%PYTHON_SITELIBDIR%%/BeautifulSoup.py %%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc %%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo |