<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/29fa560380feb51393f76115b7068af470937ddc">https://github.com/macports/macports-ports/commit/29fa560380feb51393f76115b7068af470937ddc</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 29fa560380f sslh: use HTTPS URLs
</span>29fa560380f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 29fa560380feb51393f76115b7068af470937ddc
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Sep 1 06:33:38 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sslh: use HTTPS URLs
</span>---
 net/sslh/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/sslh/Portfile b/net/sslh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3115544e429..19cb84358c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/sslh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/sslh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +25,8 @@ long_description    sslh lets one accept both HTTPS and SSH connections \
</span>                     corporate firewall) while still serving HTTPS on \
                     that port.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://rutschle.net/tech/sslh/README.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://rutschle.net/tech/sslh/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://rutschle.net/tech/sslh/README.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://rutschle.net/tech/sslh/
</span> 
 distname            ${name}-v${version}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,5 +56,5 @@ destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://rutschle.net/tech/sslh/download.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://rutschle.net/tech/sslh/download.html
</span> livecheck.regex     ${name}-v(\[0-9.\]+\[a-z\]?)${extract.suffix}
</pre><pre style='margin:0'>

</pre>