<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c9355a44f09a811330960963f7c31f5fbead3dcc">https://github.com/macports/macports-ports/commit/c9355a44f09a811330960963f7c31f5fbead3dcc</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 c9355a4 xfig: fix issue with case-sensitive filesystems (buildbot) #2
</span>c9355a4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c9355a44f09a811330960963f7c31f5fbead3dcc
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Jun 30 20:41:06 2017 -0400
<span style='display:block; white-space:pre;color:#404040;'> xfig: fix issue with case-sensitive filesystems (buildbot) #2
</span>---
graphics/xfig/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/xfig/Portfile b/graphics/xfig/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e88901f..43c7eab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/xfig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/xfig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,7 @@ post-destroot {
</span> xinstall -d ${docdir}
xinstall -m 644 -W ${worksrcpath} \
CHANGES \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- Doc/TODO \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ doc/TODO \
</span> {*}[glob ${worksrcpath}/doc/FORMAT*] \
FIGAPPS \
README \
</pre><pre style='margin:0'>
</pre>