<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6611ecad26bedc13541c10619e86440968bcdaf8">https://github.com/macports/macports-ports/commit/6611ecad26bedc13541c10619e86440968bcdaf8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6611ecad26bedc13541c10619e86440968bcdaf8
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun May 19 07:14:40 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> activewire: whitespace changes
</span>---
devel/activewire/Portfile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/activewire/Portfile b/devel/activewire/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05bd74a..71b03e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/activewire/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/activewire/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,7 @@ pre-configure {
</span>
build {
set xcode_build_args [xcode::get_build_args]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> foreach i {libaw awdriver awconfig} {
if {[variant_isset $i] || $i == "libaw"} {
set command "cd '${worksrcpath}/$i' && ${build.cmd} ${xcode_build_args}"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,27 +68,27 @@ build {
</span> destroot {
xinstall -m 0755 -d ${destroot}${prefix}/share/activewire
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/activewire
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set xcode_build_args [xcode::get_build_args]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> foreach {target dest} {libaw lib awconfig bin awdriver bin} {
set pre_command "cd '${worksrcpath}/${target}' && ${build.cmd} \
${xcode_build_args} install DSTROOT=${destroot} \
INSTALL_PATH=${prefix}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[variant_isset $target] || $target == "libaw"} {
set command "${pre_command}/${dest}"
ui_debug "Assembled Command: ${command}"
system ${command}
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[variant_isset doc]} {
set doc_path "${worksrcpath}/../Documentation/"
foreach i [glob -tails -directory $doc_path *] {
file copy $doc_path/$i "${destroot}${prefix}/share/doc/activewire"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set example_path "${worksrcpath}/../Examples"
system "cp -r '${example_path}/C Example' ${destroot}${prefix}/share/doc/activewire"
system "cp -r '${example_path}/Cocoa Example' ${destroot}${prefix}/share/doc/activewire"
</pre><pre style='margin:0'>
</pre>