Revision
39635
Author
mww@macports.org
Date
2008-08-27 08:10:25 -0700 (Wed, 27 Aug 2008)

Log Message

version 3.0b3

Modified Paths

Diff

Modified: trunk/dports/lang/python30/Portfile (39634 => 39635)


--- trunk/dports/lang/python30/Portfile	2008-08-27 08:17:47 UTC (rev 39634)
+++ trunk/dports/lang/python30/Portfile	2008-08-27 15:10:25 UTC (rev 39635)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                    python30
-version                 3.0a3
-revision                5
+version                 3.0b3
 set major               3
 set branch              3.0
 categories              lang
@@ -13,18 +12,18 @@
 
 description             An interpreted, object-oriented programming language
 long_description        Python is an interpreted, interactive, object-oriented \
-                        programming language. This version is an ALPHA release!
+                        programming language. This version is a BETA release!
 
 homepage                http://www.python.org/
-master_sites            ${homepage}/ftp/python/${version}/ \
-                        ftp://ftp.python.org/pub/python/${version}/ \
-                        ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \
-                        ftp://ftp.python.jp/pub/python/${version}/
+master_sites            ${homepage}/ftp/python/${branch}/ \
+                        ftp://ftp.python.org/pub/python/${branch}/ \
+                        ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ \
+                        ftp://ftp.python.jp/pub/python/${branch}/
 
 distname                Python-${version}
-extract.suffix          .tgz
+use_bzip2               yes
 
-checksums               md5 ec525b7e7fe4383e8394fab721663252
+checksums               md5 91d44362c73dcc423ec51973ed4082fe
 
 patchfiles              patch-setup.py.diff \
                         patch-Makefile.pre.in.diff \