Ticket #33993: python26-2.6.8.diff
File python26-2.6.8.diff, 3.6 KB (added by jmroot (Joshua Root), 13 years ago) |
---|
-
lang/python26/files/patch-setup.py-disabled_modules.diff
1 1 --- setup.py.orig 2009-03-31 12:20:48.000000000 -0600 2 2 +++ setup.py 2009-09-17 00:33:12.000000000 -0600 3 @@ -1 7,7 +17,7 @@4 from distutils. command.install_lib import install_lib3 @@ -18,7 +18,7 @@ 4 from distutils.spawn import find_executable 5 5 6 6 # This global variable is used to hold the list of modules to be disabled. 7 7 -disabled_module_list = [] -
lang/python26/Portfile
6 6 7 7 name python26 8 8 # Remember to keep py26-tkinter and py26-gdbm's versions sync'd with this 9 version 2.6.7 10 revision 4 9 version 2.6.8 11 10 set major [lindex [split $version .] 0] 12 11 set branch [join [lrange [split ${version} .] 0 1] .] 13 12 categories lang … … 23 22 master_sites ${homepage}ftp/python/${version}/ 24 23 25 24 distname Python-${version} 26 use_ bzip2yes25 use_xz yes 27 26 28 checksums md5 d40ef58ed88438a870bbeb0ac5d4217b\29 sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa\30 rmd160 513e84a7cb76ca876e3803bb03ed558bd037806327 checksums md5 b5b2b42e6f855fcd6f38942422a710bd \ 28 rmd160 39f51b4fc14f90da1560ec8ddf9d0d66c8724b5f \ 29 sha256 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac 31 30 32 31 # patch-Lib-distutils-dist.py.diff comes from 33 32 # <http://bugs.python.org/issue1180> -
python/py-gdbm/Portfile
36 36 } 37 37 subport py26-gdbm { 38 38 maintainers mcalhoun openmaintainer 39 version 2.6.7 40 use_bzip2 yes 41 checksums sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa \ 42 rmd160 513e84a7cb76ca876e3803bb03ed558bd0378063 39 version 2.6.8 40 use_xz yes 41 checksums md5 b5b2b42e6f855fcd6f38942422a710bd \ 42 rmd160 39f51b4fc14f90da1560ec8ddf9d0d66c8724b5f \ 43 sha256 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac 43 44 livecheck.regex Python (2.6.\[0-9\]+) 44 45 } 45 46 subport py27-gdbm { -
python/py-tkinter/Portfile
37 37 } 38 38 subport py26-tkinter { 39 39 maintainers mcalhoun openmaintainer 40 version 2.6. 740 version 2.6.8 41 41 homepage http://docs.python.org/release/${version}/library/tkinter.html 42 checksums md5 d40ef58ed88438a870bbeb0ac5d4217b\43 sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa\44 rmd160 513e84a7cb76ca876e3803bb03ed558bd037806345 use_ bzip2yes42 checksums md5 b5b2b42e6f855fcd6f38942422a710bd \ 43 rmd160 39f51b4fc14f90da1560ec8ddf9d0d66c8724b5f \ 44 sha256 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac 45 use_xz yes 46 46 } 47 47 subport py27-tkinter { 48 48 maintainers jwa singingwolfboy openmaintainer