<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/87b4aaf40af3d7a8d690a034089e3563ec824e86">https://github.com/macports/macports-ports/commit/87b4aaf40af3d7a8d690a034089e3563ec824e86</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 87b4aaf  drupal8: use HTTPS URLs
</span>87b4aaf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 87b4aaf40af3d7a8d690a034089e3563ec824e86
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Thu May 2 17:48:40 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    drupal8: use HTTPS URLs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove ftp.osuosl.org mirror—only redirects to ftp.drupal.org
</span>---
 www/drupal8/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/drupal8/Portfile b/www/drupal8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4b8c57d..50a492c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/drupal8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/drupal8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,10 +19,9 @@ long_description    Drupal is Open Source social publishing software that \
</span>     sites, including community web portals, corporate web sites, social \
     networking sites, personal web sites or blogs, and much more.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://drupal.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://drupal.org
</span> distname            drupal-${version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        https://ftp.drupal.org/files/projects/ \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    http://ftp.osuosl.org/pub/drupal/files/projects/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://ftp.drupal.org/files/projects/
</span> 
 checksums           rmd160  d25e374d5fee2601693e626f12dab7d41c8e51be \
                     sha256  fa59c87eb83fb39b90946f965885cbb4fa3cd64f16708380390bb78d49da39f2 \
</pre><pre style='margin:0'>

</pre>