[106228] trunk/dports

jmr at macports.org jmr at macports.org
Sun May 19 14:29:53 PDT 2013


Revision: 106228
          https://trac.macports.org/changeset/106228
Author:   jmr at macports.org
Date:     2013-05-19 14:29:52 -0700 (Sun, 19 May 2013)
Log Message:
-----------
python32: update to 3.2.5 (#39133)

Modified Paths:
--------------
    trunk/dports/lang/python32/Portfile
    trunk/dports/python/py-gdbm/Portfile
    trunk/dports/python/py-tkinter/Portfile

Removed Paths:
-------------
    trunk/dports/lang/python32/files/pyconfig.ed

Modified: trunk/dports/lang/python32/Portfile
===================================================================
--- trunk/dports/lang/python32/Portfile	2013-05-19 21:14:06 UTC (rev 106227)
+++ trunk/dports/lang/python32/Portfile	2013-05-19 21:29:52 UTC (rev 106228)
@@ -7,7 +7,7 @@
 name                    python32
 epoch                   20120412
 # Remember to keep py32-tkinter and py32-gdbm's versions sync'd with this
-version                 3.2.3
+version                 3.2.5
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -24,10 +24,11 @@
 master_sites            ${homepage}ftp/python/${version}/
 
 distname                Python-${version}
-use_xz				yes
+use_xz                  yes
 
-checksums           rmd160  8e34a4dd2544a9b6a691557a0ab0e69b21e5ee0e \
-                    sha256  23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754
+checksums               md5 03c5843638c576d29b3321947facd22d \
+                        rmd160 ee9a13e6744406c6b99078da38a6cbf290f64256 \
+                        sha256 8ccb9645b9779fc4550055b2ebb21a724ab7a63dee45643286eb4f79b2f84116
 
 patchfiles              patch-setup.py.diff \
                         patch-Lib-cgi.py.diff \
@@ -57,7 +58,7 @@
    reinplace "s|@@APPLICATIONS_DIR@@|${applications_dir}|" \
       ${worksrcpath}/configure
 
-   # See http://trac.macports.org/changeset/37861
+   # See https://trac.macports.org/changeset/37861
    reinplace "s|xargs -0 rm -r|/usr/bin/xargs -0 /bin/rm -r|g" \
       ${worksrcpath}/Mac/PythonLauncher/Makefile.in
 }
@@ -110,13 +111,6 @@
        ${destroot}${framewdir}/lib/python${branch}/$confdir/Makefile
 }
 
-platform darwin {
-   post-configure {
-      # See http://trac.macports.org/ticket/18376
-      system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.ed"
-   }
-}
-
 variant universal {
    post-patch {
       set universal_arch_flags {}

Deleted: trunk/dports/lang/python32/files/pyconfig.ed
===================================================================
--- trunk/dports/lang/python32/files/pyconfig.ed	2013-05-19 21:14:06 UTC (rev 106227)
+++ trunk/dports/lang/python32/files/pyconfig.ed	2013-05-19 21:29:52 UTC (rev 106228)
@@ -1,2 +0,0 @@
-g,.*\(HAVE_POLL[_A-Z]*\).*,s,,/* #undef \1 */,
-w

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2013-05-19 21:14:06 UTC (rev 106227)
+++ trunk/dports/python/py-gdbm/Portfile	2013-05-19 21:29:52 UTC (rev 106228)
@@ -65,10 +65,11 @@
 }
 subport py32-gdbm {
     maintainers     nomaintainer
-    version         3.2.3
+    version         3.2.5
     use_xz			yes
-    checksums		rmd160  8e34a4dd2544a9b6a691557a0ab0e69b21e5ee0e \
-        sha256  23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754
+    checksums		md5 03c5843638c576d29b3321947facd22d \
+                    rmd160 ee9a13e6744406c6b99078da38a6cbf290f64256 \
+                    sha256 8ccb9645b9779fc4550055b2ebb21a724ab7a63dee45643286eb4f79b2f84116
     set setup_py "setup-py3k.py"
     set cfile "_gdbmmodule.c"
     livecheck.regex	Python (3.2.\[0-9\]+)

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2013-05-19 21:14:06 UTC (rev 106227)
+++ trunk/dports/python/py-tkinter/Portfile	2013-05-19 21:29:52 UTC (rev 106228)
@@ -71,10 +71,12 @@
 }
 subport py32-tkinter {
     maintainers nomaintainer
-    version     3.2.3
+    version     3.2.5
+    revision    0
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
-    checksums   rmd160  8e34a4dd2544a9b6a691557a0ab0e69b21e5ee0e \
-                sha256  23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754
+    checksums   md5 03c5843638c576d29b3321947facd22d \
+                rmd160 ee9a13e6744406c6b99078da38a6cbf290f64256 \
+                sha256 8ccb9645b9779fc4550055b2ebb21a724ab7a63dee45643286eb4f79b2f84116
     use_xz        yes
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130519/751b7b3f/attachment-0001.html>


More information about the macports-changes mailing list