[34382] trunk/dports/python

mww at macports.org mww at macports.org
Fri Feb 22 15:37:41 PST 2008


Revision: 34382
          http://trac.macosforge.org/projects/macports/changeset/34382
Author:   mww at macports.org
Date:     2008-02-22 15:37:41 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
version 2.5.2

Modified Paths:
--------------
    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/python/py25-bsddb/Portfile
===================================================================
--- trunk/dports/python/py25-bsddb/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-bsddb/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-bsddb
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-bz2/Portfile
===================================================================
--- trunk/dports/python/py25-bz2/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-bz2/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-bz2
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-curses/Portfile
===================================================================
--- trunk/dports/python/py25-curses/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-curses/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-curses
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-gdbm/Portfile
===================================================================
--- trunk/dports/python/py25-gdbm/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-gdbm/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-gdbm
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 depends_lib-append	port:gdbm

Modified: trunk/dports/python/py25-hashlib/Portfile
===================================================================
--- trunk/dports/python/py25-hashlib/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-hashlib/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-hashlib
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 depends_lib-append	port:openssl

Modified: trunk/dports/python/py25-readline/Portfile
===================================================================
--- trunk/dports/python/py25-readline/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-readline/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-readline
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 depends_lib-append	port:readline

Modified: trunk/dports/python/py25-socket-ssl/Portfile
===================================================================
--- trunk/dports/python/py25-socket-ssl/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-socket-ssl/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-socket-ssl
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 depends_lib-append	port:openssl

Modified: trunk/dports/python/py25-sqlite3/Portfile
===================================================================
--- trunk/dports/python/py25-sqlite3/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-sqlite3/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,8 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-sqlite3
-version			2.5.1
-revision		1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

Modified: trunk/dports/python/py25-tkinter/Portfile
===================================================================
--- trunk/dports/python/py25-tkinter/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-tkinter/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,8 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-tkinter
-version			2.5.1
-revision 		1
+version			2.5.2
 categories		python graphics
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 depends_lib-append	port:tcl port:tk

Modified: trunk/dports/python/py25-zlib/Portfile
===================================================================
--- trunk/dports/python/py25-zlib/Portfile	2008-02-22 23:36:35 UTC (rev 34381)
+++ trunk/dports/python/py25-zlib/Portfile	2008-02-22 23:37:41 UTC (rev 34382)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-zlib
-version			2.5.1
+version			2.5.2
 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 993a66bd2dabb0c4f33ca98372576315ef113df6
+checksums		sha1 4755d212f50af704c20224a6966e23acc5aea60f
 use_bzip2		yes
 
 worksrcdir		${worksrcdir}/Modules

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080222/b8179ca6/attachment.html 


More information about the macports-changes mailing list