<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/55857112ee364d553aa2d3a06ae9c42f01b12947">https://github.com/macports/macports-ports/commit/55857112ee364d553aa2d3a06ae9c42f01b12947</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 55857112ee364d553aa2d3a06ae9c42f01b12947
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Nov 19 10:50:09 2018 -0800
<span style='display:block; white-space:pre;color:#404040;'> py-pygit2: add comment concerning upgrade issue
</span>---
python/py-pygit2/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pygit2/Portfile b/python/py-pygit2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0297d23..e4accd8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pygit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pygit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,10 @@ PortSystem 1.0
</span> PortGroup python 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# version 0.27.2 requires pycparser < 2.18
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# upstream claims pycparser 2.18+ is broken
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# current MacPorts version is 2.19
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://github.com/libgit2/pygit2/commit/b1bbdcb98643baf5d4d7634d7afc18feda56de52
</span> github.setup libgit2 pygit2 0.27.1 v
name py-pygit2
</pre><pre style='margin:0'>
</pre>