[20640] trunk/dports/lang/python25/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 12 10:42:53 PST 2006


Revision: 20640
          http://trac.macosforge.org/projects/macports/changeset/20640
Author:   pmq at macports.org
Date:     2006-11-12 10:42:53 -0800 (Sun, 12 Nov 2006)

Log Message:
-----------
Closes #11026.
Fixes indent.
Added myself as maintainer.

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

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2006-11-11 20:37:05 UTC (rev 20639)
+++ trunk/dports/lang/python25/Portfile	2006-11-12 18:42:53 UTC (rev 20640)
@@ -6,26 +6,27 @@
 version			2.5
 categories		lang
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at opendarwin.org pmq at macports.org
 description		An interpreted, object-oriented programming language
 long_description	Python is an interpreted, interactive, object-oriented \
-					programming language. This is a BETA version.
+			programming language.
 
-homepage		http://www.python.org/
-master_sites	http://www.python.org/ftp/python/2.5/ \
-				ftp://ftp.python.org/pub/python/2.5/
+homepage		http://www.python.org
+master_sites		${homepage}/ftp/python/2.5 \
+			ftp://ftp.python.org/pub/python/2.5
+
 distname		Python-${version}
-checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078
-
 use_bzip2		yes
+checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078 \
+			rmd160 f6977a6c3d3ca54c27ad9270918237a7e6521d0b
 
 configure.args	--enable-shared \
-				--mandir=${prefix}/share/man \
-				--bindir=${prefix}/bin \
-				--libdir=${prefix}/lib \
-				--without-readline \
-				--enable-ipv6 \
-				--disable-tk
+		--mandir=${prefix}/share/man \
+		--bindir=${prefix}/bin \
+		--libdir=${prefix}/lib \
+		--without-readline \
+		--enable-ipv6 \
+		--disable-tk
 
 test.run		yes
 test.target		test
@@ -44,4 +45,3 @@
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 	configure.args-append --with-cxx=/usr/bin/g++-4.0
 }
-

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


More information about the macports-changes mailing list