<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/43cdeb7ad77fdd045de48624c2acf4da084cee4a">https://github.com/macports/macports-ports/commit/43cdeb7ad77fdd045de48624c2acf4da084cee4a</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 43cdeb7  py-Pillow: add master_sites URL for new pypi.python.org indexing scheme
</span>43cdeb7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 43cdeb7ad77fdd045de48624c2acf4da084cee4a
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Feb 9 17:10:45 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-Pillow: add master_sites URL for new pypi.python.org indexing scheme
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Should allow fetch on 10.8 and earlier.
</span>---
 python/py-Pillow/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-Pillow/Portfile b/python/py-Pillow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bf82a5..12e4c95 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-Pillow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-Pillow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,8 @@ description         Python Imaging Library (fork)
</span> long_description    ${description}
 
 homepage            https://github.com/python-imaging/Pillow
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        pypi:0f/57/25be1a4c2d487942c3ed360f6eee7f41c5b9196a09ca71c54d1a33c968d9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    pypi:[string index ${python.rootname} 0]/${python.rootname}
</span> 
 distname            Pillow-${version}
 
</pre><pre style='margin:0'>

</pre>