Revision: 149573 https://trac.macports.org/changeset/149573 Author: jwa@macports.org Date: 2016-06-27 04:49:25 -0700 (Mon, 27 Jun 2016) Log Message: ----------- python34: version bump to 3.4.5, python34 goes into security fix mode Modified Paths: -------------- trunk/dports/lang/python34/Portfile trunk/dports/python/py-gdbm/Portfile trunk/dports/python/py-tkinter/Portfile Modified: trunk/dports/lang/python34/Portfile =================================================================== --- trunk/dports/lang/python34/Portfile 2016-06-27 11:47:48 UTC (rev 149572) +++ trunk/dports/lang/python34/Portfile 2016-06-27 11:49:25 UTC (rev 149573) @@ -7,10 +7,9 @@ name python34 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this -version 3.4.4 -revision 1 +version 3.4.5 -epoch 20151221 +epoch 20160627 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] @@ -30,8 +29,8 @@ use_xz yes -checksums rmd160 86f5979b30fb17b4b612007585d6a34d4ae75f2c \ - sha256 a797d3820155ec6cb654a652b9acfb11792d4e7d568eef1f9199009e042b6ba2 +checksums rmd160 47604be01f37671a16c17e27316af327a1048fd6 \ + sha256 ee64b1c8a47461009abf25252332d29a4e587cb4f0c1c96aa793a3732e9d898a patchfiles patch-setup.py.diff \ patch-Lib-cgi.py.diff \ Modified: trunk/dports/python/py-gdbm/Portfile =================================================================== --- trunk/dports/python/py-gdbm/Portfile 2016-06-27 11:47:48 UTC (rev 149572) +++ trunk/dports/python/py-gdbm/Portfile 2016-06-27 11:49:25 UTC (rev 149573) @@ -87,11 +87,11 @@ } subport py34-gdbm { maintainers jwa openmaintainer - version 3.4.4 - epoch 20151221 + version 3.4.5 + epoch 20160627 use_xz yes - checksums rmd160 86f5979b30fb17b4b612007585d6a34d4ae75f2c \ - sha256 a797d3820155ec6cb654a652b9acfb11792d4e7d568eef1f9199009e042b6ba2 + checksums rmd160 47604be01f37671a16c17e27316af327a1048fd6 \ + sha256 ee64b1c8a47461009abf25252332d29a4e587cb4f0c1c96aa793a3732e9d898a set setup_py "setup-py3k.py" set extract_files "Modules/_gdbmmodule.c" livecheck.regex Python (3.4.\[0-9\]+) Modified: trunk/dports/python/py-tkinter/Portfile =================================================================== --- trunk/dports/python/py-tkinter/Portfile 2016-06-27 11:47:48 UTC (rev 149572) +++ trunk/dports/python/py-tkinter/Portfile 2016-06-27 11:49:25 UTC (rev 149573) @@ -92,12 +92,12 @@ } subport py34-tkinter { maintainers jwa openmaintainer - version 3.4.4 - epoch 20151221 + version 3.4.5 + epoch 20160627 homepage http://docs.python.org/release/${version}/library/tkinter.html use_xz yes - checksums rmd160 86f5979b30fb17b4b612007585d6a34d4ae75f2c \ - sha256 a797d3820155ec6cb654a652b9acfb11792d4e7d568eef1f9199009e042b6ba2 + checksums rmd160 47604be01f37671a16c17e27316af327a1048fd6 \ + sha256 ee64b1c8a47461009abf25252332d29a4e587cb4f0c1c96aa793a3732e9d898a append extract_files " Modules/tkinter.h" set module_name tkinter }
participants (1)
-
jwa@macports.org