[44405] trunk/dports

blb at macports.org blb at macports.org
Sat Dec 27 16:40:47 PST 2008


Revision: 44405
          http://trac.macports.org/changeset/44405
Author:   blb at macports.org
Date:     2008-12-27 16:40:47 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
lang/python25 and associated modules - update to 2.5.4; for python25, also
remove unused major variable, calculate the branch instead of hardcoding,
switch to bz2 tarball to match the modules, remove MacPorts 1.6-specific
workarounds, and remove redundant file in reinplace; ticket #17757 (maintainer
timeout)

Modified Paths:
--------------
    trunk/dports/lang/python25/Portfile
    trunk/dports/python/py25-bsddb/Portfile
    trunk/dports/python/py25-bz2/Portfile
    trunk/dports/python/py25-curses/Portfile
    trunk/dports/python/py25-gdbm/Portfile
    trunk/dports/python/py25-hashlib/Portfile
    trunk/dports/python/py25-readline/Portfile
    trunk/dports/python/py25-socket-ssl/Portfile
    trunk/dports/python/py25-sqlite3/Portfile
    trunk/dports/python/py25-tkinter/Portfile
    trunk/dports/python/py25-zlib/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/lang/python25/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -3,10 +3,8 @@
 PortSystem 1.0
 
 name                    python25
-version                 2.5.2
-revision                7
-set major               2
-set branch              2.5
+version                 2.5.4
+set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
 platforms               darwin
 maintainers             mww
@@ -19,11 +17,11 @@
 master_sites            http://ftp.python.org/ftp/python/${version}/
 
 distname                Python-${version}
-extract.suffix          .tgz
+use_bzip2               yes
 
-checksums               md5     3f7ca8aa86c6bd275426d63b46e07992 \
-                        sha1    7a835c93a904ae4ecb2d23b5183e94d3b92f8305 \
-                        rmd160  a6e2e81910639a362f265af2e3814e7b47e2110a
+checksums               md5     394a5f56a5ce811fb0f023197ec0833e \
+                        sha1    0f2e819d6381f72f26c734e00a6780b3933ea404 \
+                        rmd160  3a76c83464c3b1c38a60351ab054e33ac7195663
 
 # patch-Lib-distutils-dist.py.diff comes from
 # <http://bugs.python.org/issue1180>
@@ -43,16 +41,11 @@
 
 use_parallel_build      no
 
-if {![info exists applications_dir]} {
-    set applications_dir /Applications/MacPorts
-}
-
 post-patch {
         reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py
         reinplace "s|/Applications/MacPython|${applications_dir}/MacPython|g" \
                 Mac/Makefile.in Mac/IDLE/Makefile.in \
-                Mac/IDLE/Makefile.in Mac/Tools/Doc/setup.py \
-                Mac/PythonLauncher/Makefile.in \
+                Mac/Tools/Doc/setup.py Mac/PythonLauncher/Makefile.in \
                 Mac/BuildScript/build-installer.py
         reinplace "s|xargs -0 rm -r|xargs -0 rm -rf|g" \
                 Mac/PythonLauncher/Makefile.in

Modified: trunk/dports/python/py25-bsddb/Portfile
===================================================================
--- trunk/dports/python/py25-bsddb/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-bsddb/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,8 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-bsddb
-version			2.5.2
-revision		1
+version			2.5.4
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -16,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-bz2/Portfile
===================================================================
--- trunk/dports/python/py25-bz2/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-bz2/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-bz2
-version			2.5.2
+version			2.5.4
 categories		python
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-curses/Portfile
===================================================================
--- trunk/dports/python/py25-curses/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-curses/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-curses
-version			2.5.2
+version			2.5.4
 categories		python
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-gdbm/Portfile
===================================================================
--- trunk/dports/python/py25-gdbm/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-gdbm/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-gdbm
-version			2.5.2
+version			2.5.4
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 depends_lib-append	port:gdbm

Modified: trunk/dports/python/py25-hashlib/Portfile
===================================================================
--- trunk/dports/python/py25-hashlib/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-hashlib/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-hashlib
-version			2.5.2
+version			2.5.4
 categories		python
 platforms		darwin
 maintainers		mww
@@ -16,7 +16,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 depends_lib-append	port:openssl

Modified: trunk/dports/python/py25-readline/Portfile
===================================================================
--- trunk/dports/python/py25-readline/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-readline/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-readline
-version			2.5.2
+version			2.5.4
 categories		python
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 depends_lib-append	port:readline

Modified: trunk/dports/python/py25-socket-ssl/Portfile
===================================================================
--- trunk/dports/python/py25-socket-ssl/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-socket-ssl/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-socket-ssl
-version			2.5.2
+version			2.5.4
 categories		python
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 depends_lib-append	port:openssl

Modified: trunk/dports/python/py25-sqlite3/Portfile
===================================================================
--- trunk/dports/python/py25-sqlite3/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-sqlite3/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-sqlite3
-version			2.5.2
+version			2.5.4
 categories		python databases
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-tkinter/Portfile
===================================================================
--- trunk/dports/python/py25-tkinter/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-tkinter/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-tkinter
-version			2.5.2
+version			2.5.4
 categories		python graphics
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 depends_lib-append	port:tcl port:tk

Modified: trunk/dports/python/py25-zlib/Portfile
===================================================================
--- trunk/dports/python/py25-zlib/Portfile	2008-12-28 00:39:35 UTC (rev 44404)
+++ trunk/dports/python/py25-zlib/Portfile	2008-12-28 00:40:47 UTC (rev 44405)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-zlib
-version			2.5.2
+version			2.5.4
 categories		python
 platforms		darwin
 maintainers		mww
@@ -15,7 +15,7 @@
 master_sites	http://www.python.org/ftp/python/${version}/
 distname		Python-${version}
 dist_subdir		python25
-checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
+checksums		sha1 0f2e819d6381f72f26c734e00a6780b3933ea404
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/c754a59b/attachment.html>


More information about the macports-changes mailing list