Ticket #17183: python.2.diff

File python.2.diff, 1.0 KB (added by erickt@…, 15 years ago)

python 3.0 just was released.

  • lang/python30/Portfile

    diff --git lang/python30/Portfile lang/python30/Portfile
    index 1bdc0e0..4720377 100644
     
    33PortSystem 1.0
    44
    55name                    python30
    6 version                 3.0rc3
    7 set major               3
     6version                 3.0
    87set branch              3.0
    98categories              lang
    109platforms               darwin
    master_sites ${homepage}/ftp/python/${branch}/ \ 
    2322distname                Python-${version}
    2423use_bzip2               yes
    2524
    26 checksums               md5 89b496ae718d1abb94bfa3b9be5f91ef \
    27                         sha1 b4e34ab09f2a2b6aa63112a67c0dc33a79fb03a1 \
    28                         rmd160 90c540d0ba4e41c0f1fecc602cda762f4e1a3f3b
     25checksums               md5 28021e4c542323b7544aace274a03bed \
     26                        sha1 bf434861cd7bdefb47703ffb6bbc66c6dbd2da3d \
     27                        rmd160 ae3da661bd387330e93cc5fbcd3f2040bfeff6b6
    2928
    3029patchfiles              patch-setup.py.diff \
    3130                        patch-Makefile.pre.in.diff \