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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d2ae2c4fdf1bee6e2fd58a595683fe5a1b9ca959">https://github.com/macports/macports-ports/commit/d2ae2c4fdf1bee6e2fd58a595683fe5a1b9ca959</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 d2ae2c4  tomcat-native: use HTTPS homepage and livecheck
</span>d2ae2c4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d2ae2c4fdf1bee6e2fd58a595683fe5a1b9ca959
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Tue Jul 2 08:50:04 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tomcat-native: use HTTPS homepage and livecheck
</span>---
 java/tomcat-native/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/tomcat-native/Portfile b/java/tomcat-native/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5b7a5bf..891333e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/tomcat-native/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/tomcat-native/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ description         Tomcat 7+ HTTP Server native library support.
</span> long_description    This port provides access to native apr and other \
                     functions utilized by tomcat.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://tomcat.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://tomcat.apache.org/
</span> master_sites        apache:tomcat/tomcat-connectors/native/${version}/source/
 
 checksums           rmd160  01c9c3e44c94adf5038fb4b7698a5c18f474c8cd \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,5 +57,5 @@ For further information please see https://tomcat.apache.org/native-doc/index.ht
</span> "
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://archive.apache.org/dist/tomcat/tomcat-connectors/native/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://archive.apache.org/dist/tomcat/tomcat-connectors/native/
</span> livecheck.regex     {(\d+\.\d+\.\d+)/}
</pre><pre style='margin:0'>

</pre>