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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d135040e0ae9aa4489fad23dabffd66c8406a533">https://github.com/macports/macports-ports/commit/d135040e0ae9aa4489fad23dabffd66c8406a533</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 d135040  multiple ports: fix https redirects
</span>d135040 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d135040e0ae9aa4489fad23dabffd66c8406a533
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Jan 30 21:12:08 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    multiple ports: fix https redirects
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    all nomaintainer
</span>---
 python/py-FlexGet/Portfile        | 2 +-
 python/py-apycot/Portfile         | 2 +-
 python/py-beautifulsoup/Portfile  | 4 ++--
 python/py-beautifulsoup4/Portfile | 4 ++--
 python/py-chainer/Portfile        | 2 +-
 python/py-cog/Portfile            | 2 +-
 python/py-crypto/Portfile         | 2 +-
 python/py-exif/Portfile           | 2 +-
 python/py-flup/Portfile           | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-FlexGet/Portfile b/python/py-FlexGet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9717254..c7908d5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-FlexGet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-FlexGet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ long_description    FlexGet is able to handle different kinds of \
</span>                     sources like RSS-feeds, html pages and even csv \
                     files. There are even some plugins for sites that \
                     do not provide any kind of useful feeds.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://flexget.com/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://flexget.com/
</span> 
 master_sites        pypi:F/FlexGet/
 distname            FlexGet-${version}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-apycot/Portfile b/python/py-apycot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 02c16b4..4ca8d7a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-apycot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-apycot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ long_description    Apycot is an Automated Pythonic Code Tester. Use it to \
</span>                     daily run your tests and generate reports about code or \
                     document quality.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.logilab.org/projects/apycot/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.logilab.org/projects/apycot/
</span> master_sites        ftp://ftp.logilab.org/pub/apycot/
 distname            apycot-${version}
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-beautifulsoup/Portfile b/python/py-beautifulsoup/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eb54968..c77a790 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-beautifulsoup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-beautifulsoup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,8 +15,8 @@ description         Python HTML/XML parser
</span> long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.crummy.com/software/BeautifulSoup/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://www.crummy.com/software/BeautifulSoup/download/3.x/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.crummy.com/software/BeautifulSoup/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://www.crummy.com/software/BeautifulSoup/download/3.x/
</span> distname            BeautifulSoup-${version}
 checksums           md5 5ad1a8550a19bfc945baac23eb8293ed \
                     sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-beautifulsoup4/Portfile b/python/py-beautifulsoup4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3fbc4b0..962a327 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-beautifulsoup4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-beautifulsoup4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,8 +16,8 @@ description         Python HTML/XML parser
</span> long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.crummy.com/software/BeautifulSoup/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://www.crummy.com/software/BeautifulSoup/bs4/download/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.crummy.com/software/BeautifulSoup/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://www.crummy.com/software/BeautifulSoup/bs4/download/${branch}/
</span> distname            beautifulsoup4-${version}
 
 checksums           rmd160  30f17c4b959f82c2a86bc2043f6c528c9e4eab1a \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-chainer/Portfile b/python/py-chainer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e6cc1c9..b819eca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-chainer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-chainer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ supported_archs     noarch
</span> description         A flexible framework of neural networks
 long_description    ${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://chainer.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://chainer.org/
</span> platforms           darwin
 
 python.versions     27 34
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cog/Portfile b/python/py-cog/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db5d0ac..62ce669 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cog/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ description         Cog is a code generation tool. It lets you use pieces of Pyt
</span>                     you need.
 long_description    ${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://nedbatchelder.com/code/cog/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://nedbatchelder.com/code/cog/
</span> master_sites        pypi:c/${realname}
 
 distname            ${realname}-${version}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-crypto/Portfile b/python/py-crypto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fa1530d..8283ca9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-crypto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-crypto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ long_description    Collection of cryptographic algorithms and protocols, \
</span>                     IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.
 homepage            http://www.dlitz.net/software/pycrypto/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
</span> distname            pycrypto-${version}
 checksums           rmd160  ac0db079e5e4be9daf739e094c10e96291dbc009 \
                     sha256  f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-exif/Portfile b/python/py-exif/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dd6cf07..f2e5883 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-exif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-exif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ long_description  Exchangeable Image File Format for Digital Still \
</span>                           in tiff or jpeg image files. py-exif is a Python \
                                interface to this data.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://sourceforge.net/projects/exif-py/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage           https://sourceforge.net/projects/exif-py/
</span> master_sites      sourceforge:exif-py
 distname               EXIFpy_${version}
 checksums              md5 7df9f94e98b6ff5da872105a11069356 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-flup/Portfile b/python/py-flup/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8e0d84a..26e7a84 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-flup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-flup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ long_description    Flup offer three sets of WSGI servers/gateways, which \
</span>                     speak AJP 1.3, FastCGI, and SCGI. Each server comes in \
                     two flavors: a threaded version, and a forking version.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.saddi.com/software/flup
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.saddi.com/software/flup
</span> master_sites        pypi:f/flup/
 distname            flup-${version}
 checksums           md5 a005b072d144fc0e44b0fa4c5a9ba029 \
</pre><pre style='margin:0'>

</pre>