<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/e01cb806e066fb66f2c14080b5381de6353b76b7">https://github.com/macports/macports-ports/commit/e01cb806e066fb66f2c14080b5381de6353b76b7</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 e01cb80 xfig: fix issue with case-sensitive filesystems (buildbot)
</span>e01cb80 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e01cb806e066fb66f2c14080b5381de6353b76b7
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Jun 30 20:26:37 2017 -0400
<span style='display:block; white-space:pre;color:#404040;'> xfig: fix issue with case-sensitive filesystems (buildbot)
</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 24bb628..e88901f 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;'>@@ -39,7 +39,7 @@ post-destroot {
</span> xinstall -m 644 -W ${worksrcpath} \
CHANGES \
Doc/TODO \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- {*}[glob ${worksrcpath}/Doc/FORMAT*] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {*}[glob ${worksrcpath}/doc/FORMAT*] \
</span> FIGAPPS \
README \
${docdir}
</pre><pre style='margin:0'>
</pre>