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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7f9c3e63521e7fcffb084f196873c8b01ae68e50">https://github.com/macports/macports-ports/commit/7f9c3e63521e7fcffb084f196873c8b01ae68e50</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 7f9c3e6  multiple ports: use HTTPS for Apache sites
</span>7f9c3e6 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    multiple ports: use HTTPS for Apache sites
</span>---
 devel/apache-ant-1.9/Portfile     | 4 ++--
 devel/apache-ant/Portfile         | 4 ++--
 devel/apr-util0/Portfile          | 2 +-
 devel/apr0/Portfile               | 2 +-
 devel/thrift/Portfile             | 4 ++--
 java/commons-collections/Portfile | 4 ++--
 java/commons-logging/Portfile     | 4 ++--
 java/derby/Portfile               | 4 ++--
 perl/p5-thrift/Portfile           | 4 ++--
 python/py-thrift/Portfile         | 4 ++--
 10 files changed, 18 insertions(+), 18 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apache-ant-1.9/Portfile b/devel/apache-ant-1.9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 86c591a..f73828f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apache-ant-1.9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apache-ant-1.9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ long_description        Ant is a Java based build tool.  In theory it is \
</span>                         uses XML build files that define a set of targets.  \
                         Each target has dependencies (other targets) and \
                         contains a set of tasks to perform.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://ant.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://ant.apache.org/
</span> 
 platforms               darwin freebsd
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,5 +89,5 @@ destroot        {
</span> universal_variant       no
 
 livecheck.type          regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           http://www.apache.org/dist/ant/binaries/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           https://www.apache.org/dist/ant/binaries/
</span> livecheck.regex         apache-ant-([quotemeta ${branch}](?:\\.\\d+)*)-bin\\.tar\\.bz2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apache-ant/Portfile b/devel/apache-ant/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 072d2e0..2a0fdc1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apache-ant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apache-ant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ long_description        Ant is a Java based build tool.  In theory it is \
</span>                         uses XML build files that define a set of targets.  \
                         Each target has dependencies (other targets) and \
                         contains a set of tasks to perform.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://ant.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://ant.apache.org/
</span> 
 platforms               darwin freebsd
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,5 +94,5 @@ destroot        {
</span> universal_variant       no
 
 livecheck.type          regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           http://www.apache.org/dist/ant/binaries/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           https://www.apache.org/dist/ant/binaries/
</span> livecheck.regex         {apache-ant-(\d+(?:\.\d+)*)-bin\.tar\.bz2}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apr-util0/Portfile b/devel/apr-util0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3fe6190..54afe53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apr-util0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apr-util0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ long_description        apr-util is a library of useful utilities built with \
</span>                         the APRutil library, the latest version is in the \
                         apr-util port.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        http://apr.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://apr.apache.org/
</span> master_sites    apache:apr
 
 distname        apr-util-${version}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apr0/Portfile b/devel/apr0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd3250a..307e240 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apr0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apr0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ long_description        The Apache Portable Runtime is a library of C data \
</span>                         This is the old version of APR, the newest version \
                         is in the apr port.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        http://apr.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://apr.apache.org/
</span> master_sites    apache:apr
 
 distname        apr-${version}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/thrift/Portfile b/devel/thrift/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 81488a8..cd08944 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ long_description \
</span>     seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \
     Haskell, C#, Cocoa, Smalltalk, and OCaml.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        http://thrift.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://thrift.apache.org/
</span> master_sites    apache:${name}/${version}
 
 checksums           sha1   5c67fb6d2e01fa4ee02823a9c577f4d985f0ecfe \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -122,5 +122,5 @@ test.run        yes
</span> test.target     check
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   http://www.apache.org/dist/thrift/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   https://www.apache.org/dist/thrift/
</span> livecheck.regex {(\d+(?:\.\d+)*)/}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/commons-collections/Portfile b/java/commons-collections/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4610f7c..54ef758 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/commons-collections/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/commons-collections/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ description               Jakarta Commons-Collections
</span> long_description  Commons-Collections provides a suite of classes that \
                                extend or augment the Java Collections \
                                Framework.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://commons.apache.org/collections/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage           https://commons.apache.org/collections/
</span> 
 distfiles              ${distname}-src${extract.suffix}
 master_sites           apache:commons/collections/source/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,5 +47,5 @@ destroot       {
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   http://commons.apache.org/downloads/download_collections.cgi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   https://commons.apache.org/downloads/download_collections.cgi
</span> livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/commons-logging/Portfile b/java/commons-logging/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4d84b1..0e0b4b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/commons-logging/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/commons-logging/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ platforms         darwin
</span> description               Jakarta Commons-Logging
 long_description       Commons-Logging is a wrapper around a variety of \
                                logging API implementations.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://commons.apache.org/logging/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage           https://commons.apache.org/logging/
</span>                           
 distname               ${name}-${version}-src
 master_sites           apache:commons/logging/source/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,5 +47,5 @@ destroot       {
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   http://commons.apache.org/downloads/download_logging.cgi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   https://commons.apache.org/downloads/download_logging.cgi
</span> livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/derby/Portfile b/java/derby/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f02349..677aa48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/derby/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/derby/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@ long_description        Apache Derby, an Apache DB subproject, is an open \
</span>                         with the Derby Network Client JDBC driver and Derby \
                         Network Server.  5) Derby is easy to install, deploy, \
                         and use.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://db.apache.org/derby/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://db.apache.org/derby/
</span> 
 master_sites            apache:db/derby/db-${name}-${version}
 distname                db-${name}-${version}-bin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,5 +62,5 @@ destroot {
</span> }
 
 livecheck.type          regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url           "http://db.apache.org/derby/derby_downloads.html"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url           "https://db.apache.org/derby/derby_downloads.html"
</span> livecheck.regex         release-(\[0-9.\]+)\.cgi
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-thrift/Portfile b/perl/p5-thrift/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6883fad..c6e2474 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ long_description    Thrift is a software framework for scalable cross-language \
</span>                     seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \
                     Haskell, C#, Cocoa, Smalltalk, and OCaml.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://thrift.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://thrift.apache.org/
</span> master_sites        apache:thrift/${version}
 dist_subdir         thrift
 distname            thrift-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,5 +50,5 @@ if {${perl5.major} != ""} {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://www.apache.org/dist/thrift/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://www.apache.org/dist/thrift/
</span> livecheck.regex     {(\d+(?:\.\d+)*)/}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-thrift/Portfile b/python/py-thrift/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b1404e..04041d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,7 +20,7 @@ long_description \
</span>     seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \
     Haskell, C#, Cocoa, Smalltalk, and OCaml.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        http://thrift.apache.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://thrift.apache.org/
</span> dist_subdir     thrift
 master_sites    apache:${dist_subdir}/${version}
 distname        thrift-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,5 +53,5 @@ if {${name} ne ${subport}} {
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url   http://www.apache.org/dist/thrift/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url   https://www.apache.org/dist/thrift/
</span> livecheck.regex {(\d+(?:\.\d+)*)/}
</pre><pre style='margin:0'>

</pre>