Revision: 116498 https://trac.macports.org/changeset/116498 Author: jwa@macports.org Date: 2014-01-27 02:23:20 -0800 (Mon, 27 Jan 2014) Log Message: ----------- python34: version bump to 3.4.0b3 Modified Paths: -------------- trunk/dports/lang/python34/Portfile Modified: trunk/dports/lang/python34/Portfile =================================================================== --- trunk/dports/lang/python34/Portfile 2014-01-27 10:21:44 UTC (rev 116497) +++ trunk/dports/lang/python34/Portfile 2014-01-27 10:23:20 UTC (rev 116498) @@ -7,8 +7,9 @@ name python34 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this -version 3.4.0b2 -epoch 20140501 +version 3.4.0b3 +# typo in epoch, meant to have 20140105 at the end, wait until May to correct +epoch 20140502 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] @@ -29,8 +30,8 @@ use_xz yes -checksums rmd160 3bd43d7e36edba515c9e76a7510d331058b6f993 \ - sha256 6141d1f048f87451a73d65a5df23d66e2d7eddc8044b2aba232a123d56f2cd0f +checksums rmd160 ee940fb8512e1fb644909a5c51d05305aefb1adb \ + sha256 e9bf449f89f05b5d262e2676ee6ec67be55076a65979a67cc45623b4eb9d22ce patchfiles patch-setup.py.diff \ patch-Lib-cgi.py.diff \
participants (1)
-
jwa@macports.org