<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ab87690e1b897a092648194e57392a05fce2856f">https://github.com/macports/macports-ports/commit/ab87690e1b897a092648194e57392a05fce2856f</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 ab87690e1b8 imlib2: Fix long description
</span>ab87690e1b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ab87690e1b897a092648194e57392a05fce2856f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 12 04:03:49 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    imlib2: Fix long description
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Refer to this port as "Imlib2" not "Imlib" in the long description.
</span><span style='display:block; white-space:pre;color:#404040;'>    Imlib2 is not version 2 of Imlib; it is a completely different library.
</span>---
 graphics/imlib2/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/imlib2/Portfile b/graphics/imlib2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e0b9ed960d..8cc4b9a35ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/imlib2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/imlib2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,10 +19,12 @@ platforms           darwin
</span> maintainers         nomaintainer
 description         Image loading and rendering library
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Imlib is a general Image loading and rendering library designed to make \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    the task of loading images, and obtaining X-Windows drawables a simple \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    task, as well as a quick one. It also aims to provide simple \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    manipulation routines that might be desired for common operations.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Imlib2 is a general image loading and rendering \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    library designed to make the task of loading \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    images and obtaining X-Windows drawables a simple \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    task as well as a quick one. It also aims to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    provide simple manipulation routines that might be \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    desired for common operations.
</span> 
 homepage            https://docs.enlightenment.org/api/imlib2/html/
 master_sites        sourceforge:project/enlightenment/imlib2-src/${version}/
</pre><pre style='margin:0'>

</pre>