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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/67b375d52bd9037cbd82290054464b4c54d1749e">https://github.com/macports/macports-ports/commit/67b375d52bd9037cbd82290054464b4c54d1749e</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 67b375d52bd gifsicle: Add another master_sites entry
</span>67b375d52bd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 67b375d52bd9037cbd82290054464b4c54d1749e
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Mar 22 02:17:07 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gifsicle: Add another master_sites entry
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This one has less stringent TLS requirements so it works on the machine
</span><span style='display:block; white-space:pre;color:#404040;'>    we use to mirror the distfiles.
</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/69565
</span>---
 graphics/gifsicle/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gifsicle/Portfile b/graphics/gifsicle/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d917abea8f8..3e7a013ab0a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gifsicle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gifsicle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,6 @@ name                gifsicle
</span> version             1.95
 revision            0
 categories          graphics
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {mps @Schamschula} openmaintainer
 description         GIF image/animation creator/editor.
 long_description    Gifsicle is a UNIX command-line tool for creating, \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +14,8 @@ long_description    Gifsicle is a UNIX command-line tool for creating, \
</span>                     animations.
 homepage            https://www.lcdf.org/gifsicle/
 license             GPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        ${homepage}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        ${homepage} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    https://fossies.org/linux/misc/
</span> 
 checksums           rmd160  ad9d02fb0b0e91e321347be50460c8720c857a25 \
                     sha256  b2711647009fd2a13130f3be160532ed46538e762bfc0f020dea50618a7dc950 \
</pre><pre style='margin:0'>

</pre>