<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9d6d3568ab0cd3186a41f3a0931e3750c2f11f38">https://github.com/macports/macports-ports/commit/9d6d3568ab0cd3186a41f3a0931e3750c2f11f38</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 9d6d3568ab0 crystal: Update to 1.2.0
</span>9d6d3568ab0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d6d3568ab0cd3186a41f3a0931e3750c2f11f38
</span>Author: Vadim-Valdis Yudaev <judaew@macports.org>
AuthorDate: Fri Oct 15 18:47:27 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    crystal: Update to 1.2.0
</span>---
 lang/crystal/Portfile | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/crystal/Portfile b/lang/crystal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0e9bd4ec5df..1dfdaad6056 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/crystal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/crystal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,11 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           compiler_blacklist_versions 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        crystal-lang crystal 1.1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        crystal-lang crystal 1.2.0
</span> revision            0
 categories          lang
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     x86_64 arm64
</span> license             Apache-2
 maintainers         {outlook.com:mohd.akram @mohd-akram} openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,16 +37,16 @@ set cr_ver          ${version}
</span> set cr_full_ver     ${cr_ver}-1
 
 master_sites-append https://github.com/crystal-lang/${name}/releases/download/${cr_ver}/:bootstrap
<span style='display:block; white-space:pre;background:#ffe0e0;'>-distfiles-append    ${name}-${cr_full_ver}-${os.platform}-${build_arch}${extract.suffix}:bootstrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+distfiles-append    ${name}-${cr_full_ver}-${os.platform}-universal${extract.suffix}:bootstrap
</span> 
 checksums           ${distname}${extract.suffix} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  3256a805faec024191e03336efaea5048555298f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  2071287fe8d4dfa933bf73788d68f33eb2d33f541f055113db1dbb0c6e165480 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    2478010 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ${name}-${cr_full_ver}-${os.platform}-${build_arch}${extract.suffix} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  16421bc1a536039a498bc3c1fbcc0a158cc794e9 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  4627cdd7a28a9bbf493826cfdc2815f475deace6746476438211cea0726abeb2 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    23865131
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  c780eca51c49e9dfd0535ae21514328021b1c7bd \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  885561722b089f2e6b30a3f61dbc7bb8d0e079695e66a7ea9e6d302422a7efd0 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    2617915 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ${name}-${cr_full_ver}-${os.platform}-universal${extract.suffix} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  b92bcec86d75d876378f5f73f9c79e4e7ddaa1cc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ce9e671abec489a95df39e347d109e6a99b7388dffe1942b726cb62e2f433ac3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    45688870
</span> 
 patchfiles          patch-compiler.diff patch-xml.diff \
                     patch-crypto.diff patch-ssl.diff
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,9 +92,9 @@ destroot {
</span>     file copy ${worksrcpath}/samples \
         ${destroot}${prefix}/share/doc/${name}/examples
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/etc/bash_completion.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/bash-completion/completions
</span>     xinstall ${worksrcpath}/etc/completion.bash \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ${destroot}${prefix}/etc/bash_completion.d/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/bash-completion/completions/${name}
</span> 
     xinstall -d ${destroot}${prefix}/share/zsh/site-functions
     xinstall ${worksrcpath}/etc/completion.zsh \
</pre><pre style='margin:0'>

</pre>