[48031] trunk/dports/lang/python30/Portfile

mww at macports.org mww at macports.org
Fri Mar 13 01:47:45 PDT 2009


Revision: 48031
          http://trac.macports.org/changeset/48031
Author:   mww at macports.org
Date:     2009-03-13 01:47:41 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
version 3.0.1 (#18779 by erickt@), drop maintainership

Modified Paths:
--------------
    trunk/dports/lang/python30/Portfile

Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile	2009-03-13 08:03:10 UTC (rev 48030)
+++ trunk/dports/lang/python30/Portfile	2009-03-13 08:47:41 UTC (rev 48031)
@@ -3,29 +3,29 @@
 PortSystem 1.0
 
 name                    python30
-version                 3.0
-revision                1
+version                 3.0.1
+set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
 platforms               darwin
-maintainers             mww
+maintainers             nomaintainer
 
 description             An interpreted, object-oriented programming language
 long_description        Python is an interpreted, interactive, object-oriented \
                         programming language.
 
 homepage                http://www.python.org/
-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}/
+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}/
 
 distname                Python-${version}
 use_bzip2               yes
 
-checksums               md5     28021e4c542323b7544aace274a03bed \
-                        sha1    bf434861cd7bdefb47703ffb6bbc66c6dbd2da3d \
-                        rmd160  ae3da661bd387330e93cc5fbcd3f2040bfeff6b6
+checksums               md5     7291eac6a9a7a3642e309c78b8d744e5 \
+                        sha1    6206059f0c04336e8d6550d2cdd88ab91f2657ff \
+                        rmd160  78c918abba4cc85bd111a49ad17bed36f5d0b6b5
 
 patchfiles              patch-setup.py.diff \
                         patch-Lib-cgi.py.diff \
@@ -35,11 +35,10 @@
                         port:sqlite3 port:ncurses port:gdbm \
                         port:bzip2 port:readline
 
-configure.args          --enable-shared \
-                        --enable-framework=${frameworks_dir} \
+configure.args          --enable-framework=${frameworks_dir} \
                         --enable-ipv6
 
-use_parallel_build      no
+use_parallel_build      yes
 
 post-patch {
    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Lib/cgi.py
@@ -87,7 +86,7 @@
 }
 
 post-activate {
-    ui_msg "\nTo fully complete your installation and make python $branch the default, please run
+   ui_msg "\nTo fully complete your installation and make python $branch the default, please run
 \n\tsudo port install python_select \
 \n\tsudo python_select $name\n"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090313/b7ebe621/attachment.html>


More information about the macports-changes mailing list