Ticket #16029: python.diff

File python.diff, 1.7 KB (added by erickt@…, 16 years ago)
  • lang/python30/Portfile

    diff --git lang/python30/Portfile lang/python30/Portfile
    index 439c8e3..bd59f6a 100644
     
    33PortSystem 1.0
    44
    55name                    python30
    6 version                 3.0a3
    7 revision                5
     6version                 3.0b2
    87set major               3
    98set branch              3.0
    109categories              lang
    long_description Python is an interpreted, interactive, object-oriented \ 
    1615                        programming language. This version is an ALPHA release!
    1716
    1817homepage                http://www.python.org/
    19 master_sites            ${homepage}/ftp/python/${version}/ \
     18master_sites            ${homepage}/ftp/python/${branch}/ \
    2019                        ftp://ftp.python.org/pub/python/${version}/ \
    2120                        ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \
    2221                        ftp://ftp.python.jp/pub/python/${version}/
    master_sites ${homepage}/ftp/python/${version}/ \ 
    2423distname                Python-${version}
    2524extract.suffix          .tgz
    2625
    27 checksums               md5 ec525b7e7fe4383e8394fab721663252
     26checksums               md5 cd2a241a1b17491e229a9ccb500794e7 \
     27                        sha1 86ff7d79a1dcf8c2788f5a3ea57458d38c06e553 \
     28                        rmd160 2e232dff2e31d190400ab8918bd104647b23ca8a
    2829
    2930patchfiles              patch-setup.py.diff \
    3031                        patch-Makefile.pre.in.diff \
    31                         patch-Lib-cgi.py.diff
     32                        patch-Lib-cgi.py.diff \
     33                        patch-Mac-Makefile.in.diff
    3234
    3335depends_lib             port:gettext
    3436