<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e28e81ac32160c87f185c5a4cdfc04117c27146">https://github.com/macports/macports-ports/commit/2e28e81ac32160c87f185c5a4cdfc04117c27146</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2e28e81ac32160c87f185c5a4cdfc04117c27146
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Sat Dec 3 18:32:00 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libffi: Tweak descriptions, replace homepage
</span>---
 devel/libffi/Portfile | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libffi/Portfile b/devel/libffi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 20afdf0..98d6432 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libffi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libffi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,20 +10,13 @@ platforms           darwin
</span> license             MIT
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         libffi provides a high level api to various \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    calling conventions
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    libffi library provides a portable, high level \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         A portable foreign function interface library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    The libffi library provides a portable, high level \
</span>                     programming interface to various calling \
                     conventions. This allows a programmer to call any \
                     function specified by a call interface description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    at run-time. Some programs may not know at the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    time of compilation what arguments are to be \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    passed to a function. For instance, an interpreter \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    may be told at run-time about the number and types \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    of arguments used to call a given function. Libffi \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    can be used in such programs to provide a bridge \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    from the interpreter program to compiled code.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://sources.redhat.com/libffi/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    at run-time.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            http://www.sourceware.org/libffi
</span> 
 master_sites        http://www.mirrorservice.org/sites/sourceware.org/pub/libffi/ \
                     http://ftp-stud.fht-esslingen.de/pub/Mirrors/sourceware.org/libffi/ \
</pre><pre style='margin:0'>

</pre>