Revision: 117470 https://trac.macports.org/changeset/117470 Author: jwa@macports.org Date: 2014-02-27 22:09:19 -0800 (Thu, 27 Feb 2014) Log Message: ----------- python34: version bump to 3.4.0rc2, the port proper and -gdbm, -tkinter ports also, closing #42637 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 2014-02-28 03:04:22 UTC (rev 117469) +++ trunk/dports/lang/python34/Portfile 2014-02-28 06:09:19 UTC (rev 117470) @@ -7,9 +7,9 @@ name python34 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this -version 3.4.0rc1 +version 3.4.0rc2 # typo in epoch, meant to have 20140105 at the end, wait until May to correct -epoch 20140503 +epoch 20140504 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] @@ -30,8 +30,8 @@ use_xz yes -checksums rmd160 ce20b5eaa81467d2af5bf22edbe2a08135470a89 \ - sha256 4142820fca96ac2b2772efc5767e51ebb74e2171eda35798f205a0efa7017f6c +checksums rmd160 3cb1eb62455fbfd7c39be103da3c709557a0a9a8 \ + sha256 dfc0085a723d9e61a11698bad3aa2bdd8bda4d2760d90149a988adcf27ad676c patchfiles patch-setup.py.diff \ patch-Lib-cgi.py.diff \ Modified: trunk/dports/python/py-gdbm/Portfile =================================================================== --- trunk/dports/python/py-gdbm/Portfile 2014-02-28 03:04:22 UTC (rev 117469) +++ trunk/dports/python/py-gdbm/Portfile 2014-02-28 06:09:19 UTC (rev 117470) @@ -86,11 +86,11 @@ } subport py34-gdbm { maintainers jwa openmaintainer - version 3.4.0rc1 - epoch 20140210 + version 3.4.0rc2 + epoch 20140223 use_xz yes - checksums rmd160 ce20b5eaa81467d2af5bf22edbe2a08135470a89 \ - sha256 4142820fca96ac2b2772efc5767e51ebb74e2171eda35798f205a0efa7017f6c + checksums rmd160 3cb1eb62455fbfd7c39be103da3c709557a0a9a8 \ + sha256 dfc0085a723d9e61a11698bad3aa2bdd8bda4d2760d90149a988adcf27ad676c set setup_py "setup-py3k.py" set cfile "_gdbmmodule.c" livecheck.regex Python (3.4.\[0-9\]+) Modified: trunk/dports/python/py-tkinter/Portfile =================================================================== --- trunk/dports/python/py-tkinter/Portfile 2014-02-28 03:04:22 UTC (rev 117469) +++ trunk/dports/python/py-tkinter/Portfile 2014-02-28 06:09:19 UTC (rev 117470) @@ -94,13 +94,13 @@ } subport py34-tkinter { maintainers jwa openmaintainer - version 3.4.0rc1 - epoch 20140210 + version 3.4.0rc2 + epoch 20140223 # homepage is a placeholder until the release # homepage http://docs.python.org/release/${version}/library/tkinter.html use_xz yes - checksums rmd160 ce20b5eaa81467d2af5bf22edbe2a08135470a89 \ - sha256 4142820fca96ac2b2772efc5767e51ebb74e2171eda35798f205a0efa7017f6c + checksums rmd160 3cb1eb62455fbfd7c39be103da3c709557a0a9a8 \ + sha256 dfc0085a723d9e61a11698bad3aa2bdd8bda4d2760d90149a988adcf27ad676c append extract_files " Modules/tkinter.h" set module_name tkinter }