<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/76ecada2307cace27f967291b230df0b0facbdf0">https://github.com/macports/macports-ports/commit/76ecada2307cace27f967291b230df0b0facbdf0</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 76ecada  tecla: minor Portfile cleanup
</span>76ecada is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 76ecada2307cace27f967291b230df0b0facbdf0
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jun 8 13:20:05 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    tecla: minor Portfile cleanup
</span>---
 devel/tecla/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/tecla/Portfile b/devel/tecla/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 815f7cc..839d857 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/tecla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/tecla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,11 +12,11 @@ maintainers         {michaelld @michaelld} openmaintainer
</span> description         The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell.
 long_description    {*}${description} In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and in-line wild-card expansion of filenames.  The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of filenames in a list of directories.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.astro.caltech.edu/~mcs/tecla/index.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.astro.caltech.edu/~mcs/tecla/
</span> 
 worksrcdir          lib${name}
 distname            ${worksrcdir}-${version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://www.astro.caltech.edu/~mcs/tecla/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        ${homepage}
</span> 
 checksums           rmd160 3fc76778c69fe09c17e9a6bb3422ecbefd0a021d \
                     sha256 f2757cc55040859fcf8f59a0b7b26e0184a22bece44ed9568a4534a478c1ee1a
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,5 +40,4 @@ configure.ldflags-delete -L${prefix}/lib
</span> build.target        default
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://www.astro.caltech.edu/~mcs/tecla/index.html
</span> livecheck.regex     is version (\[0-9.\]*). This may
</pre><pre style='margin:0'>

</pre>