<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c09caed79ca41377b2794d52f609ddbdf3ccfdcc">https://github.com/macports/macports-ports/commit/c09caed79ca41377b2794d52f609ddbdf3ccfdcc</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 c09caed  yash: update to 2.49, update homepage
</span>c09caed is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c09caed79ca41377b2794d52f609ddbdf3ccfdcc
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sun Feb 2 15:05:00 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    yash: update to 2.49, update homepage
</span>---
 shells/yash/Portfile | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/yash/Portfile b/shells/yash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4515662..04170f5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/yash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/yash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortSystem          1.0
</span> PortGroup           muniversal 1.0
 
 name                yash
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             2.48
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             2.49
</span> categories          shells
 platforms           darwin
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,19 +17,22 @@ long_description    Yet another shell (yash) is a POSIX-compliant \
</span>                     command line shell, featuring more strict POSIX \
                     compliance than those of other shells, as well as \
                     powerful command line editing.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://yash.osdn.jp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://yash.osdn.jp
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:asciidoc
</span> depends_lib         port:gettext port:ncurses
 
 # This number changes with each release.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        osdn:${name}/70439
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        osdn:${name}/71638
</span> use_xz              yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  292deaa905d2a93b0fbc1114c2750e7c205efaf9 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  f46294d77c5a646405db20a6dc3d16bc1ed109b061b2a508081ce483153c1e8d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    736280
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  fb8eef3f84775e43f99b34d1085d0ace93e157a9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    740780
</span> 
 patchfiles          respect-destdir.patch
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append A2X=${prefix}/bin/a2x
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Some older compilers (e.g., gcc-4.2) default to gnu89.
 configure.cflags-append -std=c99
 
</pre><pre style='margin:0'>

</pre>