[123557] trunk/dports/lang/rust/Portfile

larryv at macports.org larryv at macports.org
Sun Aug 10 16:44:07 PDT 2014


Revision: 123557
          https://trac.macports.org/changeset/123557
Author:   larryv at macports.org
Date:     2014-08-10 16:44:07 -0700 (Sun, 10 Aug 2014)
Log Message:
-----------
rust: Adjust whitespace.

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

Modified: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile	2014-08-10 23:44:05 UTC (rev 123556)
+++ trunk/dports/lang/rust/Portfile	2014-08-10 23:44:07 UTC (rev 123557)
@@ -40,20 +40,20 @@
                         sha256  d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba
 
 # Select the snapshot compiler; see src/snapshots.txt in distribution.
-set stage0(distdir)             rust-stage0
-set stage0(date)                2014-06-21
-set stage0(rev)                 db9af1d
-set stage0(platform)        macos-${configure.build_arch}
+set stage0(distdir)     rust-stage0
+set stage0(date)        2014-06-21
+set stage0(rev)         db9af1d
+set stage0(platform)    macos-${configure.build_arch}
 set stage0(hash)        [expr {${configure.build_arch} eq "i386" ?
                                 "3f25b2680efbab16ad074477a19d49dcce475977" :
                                 "4a8c2e1b7634d73406bac32a1a97893ec3ed818d"}]
-set stage0(distfile)        [join "rust stage0 ${stage0(date)}
-                                               ${stage0(rev)}
-                                               ${stage0(platform)}
-                                               ${stage0(hash)}" -].tar.bz2
+set stage0(distfile)    [join "rust stage0 ${stage0(date)}
+                                           ${stage0(rev)}
+                                           ${stage0(platform)}
+                                           ${stage0(hash)}" -].tar.bz2
 
-master_sites-append         http://static.rust-lang.org/stage0-snapshots:stage0
-distfiles-append            ${stage0(distfile)}:stage0
+master_sites-append     http://static.rust-lang.org/stage0-snapshots:stage0
+distfiles-append        ${stage0(distfile)}:stage0
 switch ${configure.build_arch} {
     i386 {
         set stage0(rmd160)  7c344247d62a417d703de720ac01881bcbf4fc25
@@ -64,9 +64,9 @@
         set stage0(sha256)  2c63e45ae276812f4429389584cf1eb0a9c0ef182f6f9e15a2731d3e30c03ea8
     }
 }
-checksums-append            ${stage0(distfile)} \
-                                rmd160  ${stage0(rmd160)} \
-                                sha256  ${stage0(sha256)}
+checksums-append        ${stage0(distfile)} \
+                            rmd160  ${stage0(rmd160)} \
+                            sha256  ${stage0(sha256)}
 
 depends_extract             bin:bzip2:bzip2
 extract.only-delete         ${stage0(distfile)}
@@ -123,9 +123,9 @@
     configure.pre_args-append   --build=[lindex $tgts 1]
 }
 # TODO: Build docs also, probably in a subport.
-configure.args              --disable-docs \
-                            --enable-local-rust \
-                            --local-rust-root=${workpath}/${stage0(distdir)}
+configure.args      --disable-docs \
+                    --enable-local-rust \
+                    --local-rust-root=${workpath}/${stage0(distdir)}
 
 build.type          gnu
 build.args          VERBOSE=1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140810/dff32588/attachment.html>


More information about the macports-changes mailing list