[66549] trunk/dports/devel/scons/Portfile

stromnov at macports.org stromnov at macports.org
Fri Apr 16 08:43:07 PDT 2010


Revision: 66549
          http://trac.macports.org/changeset/66549
Author:   stromnov at macports.org
Date:     2010-04-16 08:43:01 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
scons: fix mixed tabs and spaces

Modified Paths:
--------------
    trunk/dports/devel/scons/Portfile

Modified: trunk/dports/devel/scons/Portfile
===================================================================
--- trunk/dports/devel/scons/Portfile	2010-04-16 13:54:48 UTC (rev 66548)
+++ trunk/dports/devel/scons/Portfile	2010-04-16 15:43:01 UTC (rev 66549)
@@ -1,53 +1,55 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
-PortGroup			python26 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
 
-name				scons
-version				1.2.0
+name                scons
+version             1.2.0
 revision            1
-categories			devel python
-maintainers			landonf openmaintainer
-description			Software construction tool
+categories          devel python
+maintainers         landonf openmaintainer
+
+description         Software construction tool
 long_description \
-	SCons is an Open Source software construction tool--that is, a \
-	next-generation build tool. Think of SCons as an improved, \
-	cross-platform substitute for the classic Make utility with integrated \
-	functionality similar to autoconf/automake and compiler caches such as \
-	ccache.
+    SCons is an Open Source software construction tool--that is, a \
+    next-generation build tool. Think of SCons as an improved, \
+    cross-platform substitute for the classic Make utility with integrated \
+    functionality similar to autoconf/automake and compiler caches such as \
+    ccache.
 
-platforms			darwin
+platforms           darwin
+
 if {[info exists supported_archs]} {
     supported_archs noarch
 }
 
-homepage			http://www.scons.org/
-master_sites		sourceforge
+homepage            http://www.scons.org/
+master_sites        sourceforge
 
 checksums           md5     53b6aa7281811717a57598e319441cf7 \
                     sha1    cd6be8698a384ea2ac4f5191cef94f57b2f84bbb \
                     rmd160  69c1fcc7c3af55c801f26fc7370dd01a17dc2327
 
-patchfiles			patch-setup.py patch-scons patch-sconsign patch-scons-time
+patchfiles          patch-setup.py patch-scons patch-sconsign patch-scons-time
 post-patch {
-	reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/script/scons \
-		${worksrcpath}/script/sconsign ${worksrcpath}/script/scons-time
+    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/script/scons \
+        ${worksrcpath}/script/sconsign ${worksrcpath}/script/scons-time
 }
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
-		RELEASE.txt ${destroot}${prefix}/share/doc/${name}
-	foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
-		ln -s ${python.prefix}/bin/${binfile} \
-			${destroot}${prefix}/bin/${binfile}
-	}
-	foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
-		ln -s ${python.prefix}/share/man/man1/${manfile} \
-			${destroot}${prefix}/share/man/man1/${manfile}
-	}
+    xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+        RELEASE.txt ${destroot}${prefix}/share/doc/${name}
+    foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+        ln -s ${python.prefix}/bin/${binfile} \
+            ${destroot}${prefix}/bin/${binfile}
+    }
+    foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
+        ln -s ${python.prefix}/share/man/man1/${manfile} \
+            ${destroot}${prefix}/share/man/man1/${manfile}
+    }
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100416/ac8ec0e2/attachment.html>


More information about the macports-changes mailing list