<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/83d64452682712ccdedd44fc11b4f5d7f06db620">https://github.com/macports/macports-ports/commit/83d64452682712ccdedd44fc11b4f5d7f06db620</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 83d64452682 alacritty: set appropriate release dir as per architecture
</span>83d64452682 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 83d64452682712ccdedd44fc11b4f5d7f06db620
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Apr 7 12:12:34 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    alacritty: set appropriate release dir as per architecture
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/62649
</span>---
 aqua/alacritty/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/alacritty/Portfile b/aqua/alacritty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f4d1f993d31..c6bf74bf57d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/alacritty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/alacritty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cargo 1.0
 
 github.setup        alacritty alacritty 0.7.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         A cross-platform, GPU-accelerated terminal emulator
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,6 +17,7 @@ long_description    Alacritty is the fastest terminal emulator in existence. \
</span> categories          aqua shells
 platforms           darwin
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span> 
 maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +31,7 @@ set al_app_name     Alacritty.app
</span> set al_app_dir      ${applications_dir}/${al_app_name}
 set al_app_template extra/osx/${al_app_name}
 set al_app_bindir   ${al_app_dir}/Contents/MacOS
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set al_target_dir   target/${build_arch}-apple-${platforms}/release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set al_target_dir   target/[cargo.rust_platform]/release
</span> 
 destroot {
     copy ${worksrcpath}/${al_app_template}/ ${destroot}${applications_dir}
</pre><pre style='margin:0'>

</pre>