Ticket #24510: patch-Portfile.diff

File patch-Portfile.diff, 1.8 KB (added by royliu@…, 14 years ago)

The Portfile patch.

  • Portfile

    old new  
    1 # $Id: Portfile 62035 2009-12-28 14:17:37Z jmr@macports.org $
     1# $Id$
    22
    33PortSystem 1.0
    44PortGroup select 1.0
    55
    66name                    python31
    77epoch                   1
    8 version                 3.1.1
     8version                 3.1.2
    99set major               [lindex [split $version .] 0]
    1010set branch              [join [lrange [split ${version} .] 0 1] .]
    1111categories              lang
     
    2525distname                Python-${version}
    2626use_bzip2               yes
    2727
    28 checksums               md5     d1ddd9f16e3c6a51c7208f33518cd674 \
    29                         sha1    42eb37bf75fae5731f6df1b195902960ae1789e0 \
    30                         rmd160  d60b64e1346b2ff15d65b032ea35fb3ad8b0dc66
     28checksums               md5     45350b51b58a46b029fb06c61257e350 \
     29                        sha1    eecbddf020a1400f3201f049caa3be7e9d403d0c \
     30                        rmd160  94b75a68c9d9f1c0206f112cae6eb9db79bda901
    3131
    3232patchfiles              patch-Makefile.pre.in.diff \
    3333                        patch-setup.py.diff \
    3434                        patch-Lib-cgi.py.diff \
    3535                        patch-Lib-distutils-dist.py.diff
    3636if {![variant_isset universal]} {
    37     patchfiles-append   patch-configure-arch_only.diff
    3837    if {[info exists configure.ld_archflags]} {
    3938        # -arch ends up getting passed to libtool which doesn't understand it, so we
    4039        # just clear it since this port doesn't respect build_arch anyway
     
    161160
    162161variant no_tkinter description {Disable Tkinter support, which will break IDLE} {
    163162   patchfiles-append    patch-setup_no_tkinter.py.diff
    164    depends_lib-delete   port:tk 
     163   depends_lib-delete   port:tk
    165164}
    166165
    167166livecheck.type          regex