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

reiffert at macports.org reiffert at macports.org
Sat Mar 8 03:24:53 PST 2008


Revision: 34838
          http://trac.macosforge.org/projects/macports/changeset/34838
Author:   reiffert at macports.org
Date:     2008-03-08 03:24:49 -0800 (Sat, 08 Mar 2008)

Log Message:
-----------
Fix newline and lint happy

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

Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile	2008-03-08 10:41:32 UTC (rev 34837)
+++ trunk/dports/lang/python30/Portfile	2008-03-08 11:24:49 UTC (rev 34838)
@@ -34,7 +34,7 @@
 		Mac/IDLE/Makefile.in Mac/Tools/Doc/setup.py \
 		Mac/PythonLauncher/Makefile.in \
 		Mac/BuildScript/build-installer.py
-	xinstall -m 644 ${filespath}/mac_japanese.py Lib/encodings/x_mac_japanese.py 
+	xinstall -m 644 ${filespath}/mac_japanese.py Lib/encodings/x_mac_japanese.py
 }
 
 post-destroot {
@@ -69,7 +69,7 @@
 
 platform darwin 7 {
 	# there is no SystemStubs on 10.3
-	post-patch { 
+	post-patch {
 		reinplace "s|-lSystemStubs||g" \
 			configure configure.in
 	}
@@ -77,8 +77,7 @@
 		reinplace "s|-lSystemStubs||g" \
 			Makefile.pre.in Makefile.pre Makefile
 	}
-	# To avoid GCC incompatibility issue. See http://nxg.me.uk/note/2004/res
-tFP/ (by ebgssth at gmail.com, ticket #13322)
+	# To avoid GCC incompatibility issue. See http://nxg.me.uk/note/2004/restFP/ (by ebgssth at gmail.com, ticket #13322)
 	configure.ldflags-append "-lcc_dynamic"
 }
 

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


More information about the macports-changes mailing list