<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1d446bbc944ab788cea901fda2ea0ace21d9de22">https://github.com/macports/macports-ports/commit/1d446bbc944ab788cea901fda2ea0ace21d9de22</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 1d446bb  libunwind: Remove incorrect comment about being installed into a nonstandard path
</span>1d446bb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1d446bbc944ab788cea901fda2ea0ace21d9de22
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Wed Nov 29 12:53:37 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libunwind: Remove incorrect comment about being installed into a nonstandard path
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/55430
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
 devel/libunwind/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libunwind/Portfile b/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d63c8de..425f1f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libunwind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,9 +11,7 @@ license                 MIT NCSA
</span> maintainers             {jeremyhu @jeremyhu} openmaintainer
 description             A version of Apple's libunwind library that is included in libSystem
 long_description        Apple's libunwind library (part of libSystem) was released as OSS and is \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        now stewarded by the LLVM Project.  This version installs headers outside \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        of the normal filesystem hierarchy in order to not accidentally conflict \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        with the host implementation that other ports may expect.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        now stewarded by the LLVM Project.
</span> 
 homepage                http://blog.llvm.org/2013/10/new-libunwind-implementation-in-libcabi.html
 
</pre><pre style='margin:0'>

</pre>