[120267] trunk/dports

jwa at macports.org jwa at macports.org
Wed May 21 01:38:08 PDT 2014


Revision: 120267
          https://trac.macports.org/changeset/120267
Author:   jwa at macports.org
Date:     2014-05-21 01:38:08 -0700 (Wed, 21 May 2014)
Log Message:
-----------
python34: version bump to 3.4.1 with typo correction in epoch and master_sites change to proper, with corresponding bumps to -gdbm and -tkinter ports, closing #43771

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-05-21 04:39:44 UTC (rev 120266)
+++ trunk/dports/lang/python34/Portfile	2014-05-21 08:38:08 UTC (rev 120267)
@@ -7,11 +7,9 @@
 name                    python34
 
 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
-version                 3.4.0
-revision                2
+version                 3.4.1
 
-# typo in epoch, meant to have 20140105 at the end, wait until May to correct
-epoch                   20140506
+epoch                   20140519
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -25,15 +23,14 @@
                         programming language.
 
 homepage                http://www.python.org/
-master_sites            ${homepage}ftp/python/3.4.0/
-#master_sites            ${homepage}ftp/python/${version}/
+master_sites            ${homepage}ftp/python/${version}/
 
 distname                Python-${version}
 
 use_xz					yes
 
-checksums               rmd160  f6b4664a4333a2010f8e168e252de7c22013e4a8 \
-                        sha256  f13686c0a2d45e7146759e9d5d1cbd8097a0606483c0cf7730e1e13f58b14cbe
+checksums           rmd160  276fda8bd4ef515da83645ddd5f01eb0f68522a5 \
+                    sha256  c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4
 
 patchfiles              patch-setup.py.diff \
                         patch-Lib-cgi.py.diff \

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2014-05-21 04:39:44 UTC (rev 120266)
+++ trunk/dports/python/py-gdbm/Portfile	2014-05-21 08:38:08 UTC (rev 120267)
@@ -86,11 +86,11 @@
 }
 subport py34-gdbm {
     maintainers     jwa openmaintainer
-    version         3.4.0
-    epoch           20140317
+    version         3.4.1
+    epoch           20140519
     use_xz			yes
-    checksums       rmd160  f6b4664a4333a2010f8e168e252de7c22013e4a8 \
-                    sha256  f13686c0a2d45e7146759e9d5d1cbd8097a0606483c0cf7730e1e13f58b14cbe
+    checksums       rmd160  276fda8bd4ef515da83645ddd5f01eb0f68522a5 \
+                    sha256  c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4
     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-05-21 04:39:44 UTC (rev 120266)
+++ trunk/dports/python/py-tkinter/Portfile	2014-05-21 08:38:08 UTC (rev 120267)
@@ -94,13 +94,12 @@
 }
 subport py34-tkinter {
     maintainers jwa openmaintainer
-    version     3.4.0
-    epoch       20140317
-# homepage is a placeholder until the release
-#    homepage    http://docs.python.org/release/${version}/library/tkinter.html
+    version     3.4.1
+    epoch       20140519
+    homepage    http://docs.python.org/release/${version}/library/tkinter.html
     use_xz      yes
-    checksums   rmd160  f6b4664a4333a2010f8e168e252de7c22013e4a8 \
-                sha256  f13686c0a2d45e7146759e9d5d1cbd8097a0606483c0cf7730e1e13f58b14cbe
+    checksums   rmd160  276fda8bd4ef515da83645ddd5f01eb0f68522a5 \
+                sha256  c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140521/6dac5032/attachment.html>


More information about the macports-changes mailing list