[91974] trunk/dports

jmr at macports.org jmr at macports.org
Sat Apr 14 03:59:30 PDT 2012


Revision: 91974
          https://trac.macports.org/changeset/91974
Author:   jmr at macports.org
Date:     2012-04-14 03:59:29 -0700 (Sat, 14 Apr 2012)
Log Message:
-----------
python26, py26-gdbm, py26-tkinter: update to 2.6.8 (#33993)

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile
    trunk/dports/lang/python26/files/patch-setup.py-disabled_modules.diff
    trunk/dports/python/py-gdbm/Portfile
    trunk/dports/python/py-tkinter/Portfile

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2012-04-14 10:50:28 UTC (rev 91973)
+++ trunk/dports/lang/python26/Portfile	2012-04-14 10:59:29 UTC (rev 91974)
@@ -6,8 +6,7 @@
 
 name                    python26
 # Remember to keep py26-tkinter and py26-gdbm's versions sync'd with this
-version                 2.6.7
-revision                4
+version                 2.6.8
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
@@ -23,11 +22,11 @@
 master_sites            ${homepage}ftp/python/${version}/
 
 distname                Python-${version}
-use_bzip2               yes
+use_xz                  yes
 
-checksums               md5     d40ef58ed88438a870bbeb0ac5d4217b \
-                        sha1    5d35eb746e85fb3deaff8518448137c9b9fb6daa \
-                        rmd160  513e84a7cb76ca876e3803bb03ed558bd0378063
+checksums               md5    b5b2b42e6f855fcd6f38942422a710bd \
+                        rmd160 39f51b4fc14f90da1560ec8ddf9d0d66c8724b5f \
+                        sha256 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac
 
 # patch-Lib-distutils-dist.py.diff comes from
 # <http://bugs.python.org/issue1180>

Modified: trunk/dports/lang/python26/files/patch-setup.py-disabled_modules.diff
===================================================================
--- trunk/dports/lang/python26/files/patch-setup.py-disabled_modules.diff	2012-04-14 10:50:28 UTC (rev 91973)
+++ trunk/dports/lang/python26/files/patch-setup.py-disabled_modules.diff	2012-04-14 10:59:29 UTC (rev 91974)
@@ -1,7 +1,7 @@
 --- setup.py.orig	2009-03-31 12:20:48.000000000 -0600
 +++ setup.py	2009-09-17 00:33:12.000000000 -0600
-@@ -17,7 +17,7 @@
- from distutils.command.install_lib import install_lib
+@@ -18,7 +18,7 @@
+ from distutils.spawn import find_executable
  
  # This global variable is used to hold the list of modules to be disabled.
 -disabled_module_list = []

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2012-04-14 10:50:28 UTC (rev 91973)
+++ trunk/dports/python/py-gdbm/Portfile	2012-04-14 10:59:29 UTC (rev 91974)
@@ -36,10 +36,11 @@
 }
 subport py26-gdbm {
     maintainers     mcalhoun openmaintainer
-    version         2.6.7
-    use_bzip2		yes
-    checksums		sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa \
-                    rmd160 513e84a7cb76ca876e3803bb03ed558bd0378063
+    version         2.6.8
+    use_xz          yes
+    checksums       md5 b5b2b42e6f855fcd6f38942422a710bd \
+                    rmd160 39f51b4fc14f90da1560ec8ddf9d0d66c8724b5f \
+                    sha256 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac
     livecheck.regex	Python (2.6.\[0-9\]+)
 }
 subport py27-gdbm {

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2012-04-14 10:50:28 UTC (rev 91973)
+++ trunk/dports/python/py-tkinter/Portfile	2012-04-14 10:59:29 UTC (rev 91974)
@@ -38,12 +38,12 @@
 }
 subport py26-tkinter {
     maintainers mcalhoun openmaintainer
-    version     2.6.7
+    version     2.6.8
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
-    checksums   md5 d40ef58ed88438a870bbeb0ac5d4217b \
-                sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa \
-                rmd160 513e84a7cb76ca876e3803bb03ed558bd0378063
-    use_bzip2   yes
+    checksums   md5 b5b2b42e6f855fcd6f38942422a710bd \
+                rmd160 39f51b4fc14f90da1560ec8ddf9d0d66c8724b5f \
+                sha256 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac
+    use_xz      yes
 }
 subport py27-tkinter {
     maintainers jwa singingwolfboy openmaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120414/1fce5472/attachment.html>


More information about the macports-changes mailing list