- Timestamp:
- 08/27/08 08:10:25 (3 months ago)
- Files:
-
- 1 modified
-
trunk/dports/lang/python30/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/python30/Portfile
r37846 r39635 4 4 5 5 name python30 6 version 3.0a3 7 revision 5 6 version 3.0b3 8 7 set major 3 9 8 set branch 3.0 … … 14 13 description An interpreted, object-oriented programming language 15 14 long_description Python is an interpreted, interactive, object-oriented \ 16 programming language. This version is a n ALPHA release!15 programming language. This version is a BETA release! 17 16 18 17 homepage http://www.python.org/ 19 master_sites ${homepage}/ftp/python/${ version}/ \20 ftp://ftp.python.org/pub/python/${ version}/ \21 ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${ version}/ \22 ftp://ftp.python.jp/pub/python/${ version}/18 master_sites ${homepage}/ftp/python/${branch}/ \ 19 ftp://ftp.python.org/pub/python/${branch}/ \ 20 ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ \ 21 ftp://ftp.python.jp/pub/python/${branch}/ 23 22 24 23 distname Python-${version} 25 extract.suffix .tgz 24 use_bzip2 yes 26 25 27 checksums md5 ec525b7e7fe4383e8394fab72166325226 checksums md5 91d44362c73dcc423ec51973ed4082fe 28 27 29 28 patchfiles patch-setup.py.diff \

