<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/86398f85070896cea633e2efb3cb6e01a01da408">https://github.com/macports/macports-ports/commit/86398f85070896cea633e2efb3cb6e01a01da408</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 86398f8  poppler-qt4-mac: Fix occasional double spaces in notes
</span>86398f8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 86398f85070896cea633e2efb3cb6e01a01da408
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 22 01:24:04 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    poppler-qt4-mac: Fix occasional double spaces in notes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    And rewrap to 80 chars.
</span>---
 graphics/poppler-qt4-mac/Portfile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/poppler-qt4-mac/Portfile b/graphics/poppler-qt4-mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8591ca7..c993bbe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/poppler-qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/poppler-qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,14 +69,15 @@ patchfiles-append    patch-CVE-2017-18267.diff
</span> patchfiles-append   patch-bug106417.diff
 
 notes {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-This port is based on the last version of poppler (0.61.1) that supported qt4. It will be kept \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-as up-to-date as possible with security updates, but is not expected to be as up-to-date as the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-official poppler port (that no longer supports qt4). You should consider this when deciding when \ 
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-and whether it is appropriate to use this port.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-To use this port to build poppler-based ports that require qt4, you will need to pass in the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-directions to the pkgconfig files or otherwise direct the build to find these headers and libraries. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-For example, these lines may be useful:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+This port is based on the last version of poppler (0.61.1) that supported qt4.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+It will be kept as up-to-date as possible with security updates, but is not\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+expected to be as up-to-date as the official poppler port (that no longer\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supports qt4). You should consider this when deciding when and whether it is\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+appropriate to use this port.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To use this port to build poppler-based ports that require qt4, you will need\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+to pass in the directions to the pkgconfig files or otherwise direct the build\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+to find these headers and libraries. For example, these lines may be useful:
</span> 
 configure.env-append PKG_CONFIG_PATH="${prefix}/libexec/poppler-qt4-mac/lib/pkgconfig:${prefix}/lib/pkgconfig"
 build.env-append PKG_CONFIG_PATH="${prefix}/libexec/poppler-qt4-mac/lib/pkgconfig:${prefix}/lib/pkgconfig"
</pre><pre style='margin:0'>

</pre>