- Update to 3.1.0
PR: 130037 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer
This commit is contained in:
parent
9bf3827108
commit
deea80422b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225656
@ -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}
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
bin/testall.sh
|
||||
bin/to3.sh
|
||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
|
||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
bin/testall.sh
|
||||
bin/to3.sh
|
||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.py
|
||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user