[153543] trunk/dports/lang/sbcl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 4 10:01:53 CEST 2016


Revision: 153543
          https://trac.macports.org/changeset/153543
Author:   ryandesign at macports.org
Date:     2016-10-04 01:01:53 -0700 (Tue, 04 Oct 2016)
Log Message:
-----------
sbcl: adjust whitespace

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2016-10-04 08:00:01 UTC (rev 153542)
+++ trunk/dports/lang/sbcl/Portfile	2016-10-04 08:01:53 UTC (rev 153543)
@@ -31,14 +31,14 @@
 
 # Removed with sbcl-1.3.10 to work on macOS 10.2 Sierra
 #patchfiles      \
-#    patch-use-right-gcc.diff 
+#    patch-use-right-gcc.diff
 
 distfiles       ${name}-${version}-source${extract.suffix}:sbcl
 worksrcdir      ${name}-${version}
 
 checksums       ${distfiles} \
-    rmd160  bf453e2e4241436f811dcd567828640f13092b31 \
-    sha256  4a567aad91b316c22eb756dd8e502cfd9a95a4c660fb1fa2eb1e50e009b85777 
+                rmd160  bf453e2e4241436f811dcd567828640f13092b31 \
+                sha256  4a567aad91b316c22eb756dd8e502cfd9a95a4c660fb1fa2eb1e50e009b85777
 
 platform powerpc {
     set bootversion 1.0.47
@@ -60,7 +60,7 @@
     checksums-append    ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
                         md5     941351112392a77dd62bdcb9fb62e4e4 \
                         sha1    8ea71938c40a6dccfe2d43a86e9b115f4428a218 \
-                        rmd160  97c92e16426fb4e7eb9e649e21714c342703d17b \
+                        rmd160  97c92e16426fb4e7eb9e649e21714c342703d17b
 
     global host_lisp
     set host_lisp "\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
@@ -77,9 +77,9 @@
     # deployment target to less than 10.7 doesn't prevent the PIE
     # executables from being created against the Xcode 8
     # linker. Tested on 10.11 with Xcode 8 beta.
-    if {[vercmp "8.0" ${xcodeversion}] >= 0} { 
-        reinplace "s|0x100000|0x100000 -Wl,-no_pie|g" ${worksrcpath}/src/runtime/Config.x86-64-darwin 
-    } 
+    if {[vercmp "8.0" ${xcodeversion}] >= 0} {
+        reinplace "s|0x100000|0x100000 -Wl,-no_pie|g" ${worksrcpath}/src/runtime/Config.x86-64-darwin
+    }
 }
 
 use_configure   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161004/b8412401/attachment-0002.html>


More information about the macports-changes mailing list