diff --git lang/python30/Portfile lang/python30/Portfile
index 439c8e3..bd59f6a 100644
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name python30 |
6 | | version 3.0a3 |
7 | | revision 5 |
| 6 | version 3.0b2 |
8 | 7 | set major 3 |
9 | 8 | set branch 3.0 |
10 | 9 | categories lang |
… |
… |
long_description Python is an interpreted, interactive, object-oriented \ |
16 | 15 | programming language. This version is an ALPHA release! |
17 | 16 | |
18 | 17 | homepage http://www.python.org/ |
19 | | master_sites ${homepage}/ftp/python/${version}/ \ |
| 18 | master_sites ${homepage}/ftp/python/${branch}/ \ |
20 | 19 | ftp://ftp.python.org/pub/python/${version}/ \ |
21 | 20 | ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \ |
22 | 21 | ftp://ftp.python.jp/pub/python/${version}/ |
… |
… |
master_sites ${homepage}/ftp/python/${version}/ \ |
24 | 23 | distname Python-${version} |
25 | 24 | extract.suffix .tgz |
26 | 25 | |
27 | | checksums md5 ec525b7e7fe4383e8394fab721663252 |
| 26 | checksums md5 cd2a241a1b17491e229a9ccb500794e7 \ |
| 27 | sha1 86ff7d79a1dcf8c2788f5a3ea57458d38c06e553 \ |
| 28 | rmd160 2e232dff2e31d190400ab8918bd104647b23ca8a |
28 | 29 | |
29 | 30 | patchfiles patch-setup.py.diff \ |
30 | 31 | patch-Makefile.pre.in.diff \ |
31 | | patch-Lib-cgi.py.diff |
| 32 | patch-Lib-cgi.py.diff \ |
| 33 | patch-Mac-Makefile.in.diff |
32 | 34 | |
33 | 35 | depends_lib port:gettext |
34 | 36 | |