Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39635 for trunk

Show
Ignore:
Timestamp:
08/27/08 08:10:25 (3 months ago)
Author:
mww@…
Message:

version 3.0b3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python30/Portfile

    r37846 r39635  
    44 
    55name                    python30 
    6 version                 3.0a3 
    7 revision                5 
     6version                 3.0b3 
    87set major               3 
    98set branch              3.0 
     
    1413description             An interpreted, object-oriented programming language 
    1514long_description        Python is an interpreted, interactive, object-oriented \ 
    16                         programming language. This version is an ALPHA release! 
     15                        programming language. This version is a BETA release! 
    1716 
    1817homepage                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}/ 
     18master_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}/ 
    2322 
    2423distname                Python-${version} 
    25 extract.suffix          .tgz 
     24use_bzip2               yes 
    2625 
    27 checksums               md5 ec525b7e7fe4383e8394fab721663252 
     26checksums               md5 91d44362c73dcc423ec51973ed4082fe 
    2827 
    2928patchfiles              patch-setup.py.diff \