<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/63aedbda1df336ea2455470e292100ae002577a6">https://github.com/macports/macports-ports/commit/63aedbda1df336ea2455470e292100ae002577a6</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 63aedbd  chapel: update to 1.20.0
</span>63aedbd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 63aedbda1df336ea2455470e292100ae002577a6
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Sun Oct 13 13:07:04 2019 +0900

<span style='display:block; white-space:pre;color:#404040;'>    chapel: update to 1.20.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59213
</span>---
 lang/chapel/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/chapel/Portfile b/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c25f76..90d1caa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/chapel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        chapel-lang chapel 1.15.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        chapel-lang chapel 1.20.0
</span> categories          lang parallel science
 platforms           darwin
 supported_archs     i386 x86_64
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,8 +16,9 @@ long_description \
</span> license             BSD
 homepage            http://chapel.cray.com/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  ed4a788016dc6e015176c9e8a79eaffdbfb7747f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  5474ef5e20ab3b46804ce9c35524b1b8995e7845603e99a0525bca8199c62d4b
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  23b5c1a70e94dcc286565146bcf0c76d095f1e76 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  fcd73ba194f5f66e07149270dde4fb1f132204bd3ccb5a513c9403755ebcc7ae \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    152898957
</span> 
 use_configure       no
 use_parallel_build  no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +47,7 @@ destroot {
</span>         file copy ${worksrcpath}/${d} ${destroot}${prefix}/lib/${name}
     }
     xinstall -d ${destroot}${prefix}/lib/${name}/third-party
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    foreach d "chpl-venv fltk gasnet gmp hwloc jemalloc massivethreads qthread re2" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach d "chpl-venv fltk gasnet gmp hwloc jemalloc libunwind qthread re2" {
</span>         xinstall -d ${destroot}${prefix}/lib/${name}/third-party/$d
         xinstall -m 644 ${worksrcpath}/third-party/${d}/Makefile.include \
             ${destroot}${prefix}/lib/${name}/third-party/$d
</pre><pre style='margin:0'>

</pre>