Ticket #24510: patch-Portfile.diff
File patch-Portfile.diff, 1.8 KB (added by royliu@…, 15 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 62035 2009-12-28 14:17:37Z jmr@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 PortGroup select 1.0 5 5 6 6 name python31 7 7 epoch 1 8 version 3.1. 18 version 3.1.2 9 9 set major [lindex [split $version .] 0] 10 10 set branch [join [lrange [split ${version} .] 0 1] .] 11 11 categories lang … … 25 25 distname Python-${version} 26 26 use_bzip2 yes 27 27 28 checksums md5 d1ddd9f16e3c6a51c7208f33518cd674\29 sha1 42eb37bf75fae5731f6df1b195902960ae1789e0\30 rmd160 d60b64e1346b2ff15d65b032ea35fb3ad8b0dc6628 checksums md5 45350b51b58a46b029fb06c61257e350 \ 29 sha1 eecbddf020a1400f3201f049caa3be7e9d403d0c \ 30 rmd160 94b75a68c9d9f1c0206f112cae6eb9db79bda901 31 31 32 32 patchfiles patch-Makefile.pre.in.diff \ 33 33 patch-setup.py.diff \ 34 34 patch-Lib-cgi.py.diff \ 35 35 patch-Lib-distutils-dist.py.diff 36 36 if {![variant_isset universal]} { 37 patchfiles-append patch-configure-arch_only.diff38 37 if {[info exists configure.ld_archflags]} { 39 38 # -arch ends up getting passed to libtool which doesn't understand it, so we 40 39 # just clear it since this port doesn't respect build_arch anyway … … 161 160 162 161 variant no_tkinter description {Disable Tkinter support, which will break IDLE} { 163 162 patchfiles-append patch-setup_no_tkinter.py.diff 164 depends_lib-delete port:tk 163 depends_lib-delete port:tk 165 164 } 166 165 167 166 livecheck.type regex