<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/92f6c651b7fc057d00333e0ea2ad5f1f5d6eb4c2">https://github.com/macports/macports-ports/commit/92f6c651b7fc057d00333e0ea2ad5f1f5d6eb4c2</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 92f6c65 bashforth: Fix typo in description
</span>92f6c65 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 92f6c651b7fc057d00333e0ea2ad5f1f5d6eb4c2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 15 03:37:09 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> bashforth: Fix typo in description
</span>---
lang/bashforth/Portfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/bashforth/Portfile b/lang/bashforth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 48d7819..1a9ae9c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/bashforth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/bashforth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ supported_archs noarch
</span>
description a Forth interpreter written in Bash
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description Bashforth is a Fortran interpreter written entirely in \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description Bashforth is a Forth interpreter written entirely in \
</span> the Bash scripting language. Its virtual machine makes \
use of string threaded code. Because its source code \
doesn't need to be compiled, it is highly portable (to \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,8 +46,6 @@ use_configure no
</span>
build {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-universal_variant no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> destroot {
xinstall ${worksrcpath}/bashforth ${destroot}${prefix}/bin/
</pre><pre style='margin:0'>
</pre>