<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5ccf85eac9872d270fe715b70d76bd53e361ae7c">https://github.com/macports/macports-ports/commit/5ccf85eac9872d270fe715b70d76bd53e361ae7c</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 5ccf85eac98 discount: install .pc file
</span>5ccf85eac98 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5ccf85eac9872d270fe715b70d76bd53e361ae7c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Dec 2 00:26:03 2021 +1100

<span style='display:block; white-space:pre;color:#404040;'>    discount: install .pc file
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/64091
</span>---
 textproc/discount/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/discount/Portfile b/textproc/discount/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7800726c268..7faac6be011 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/discount/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/discount/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,7 @@ description         C implementation of the Markdown markup language
</span> long_description    ${description}.
 
 github.setup        Orc discount 2.2.7 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> checksums           rmd160  9731bf7610e7481e6d844be163d2bc302d8704c9 \
                     sha256  72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2 \
                     size    128805
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +20,7 @@ license             BSD
</span> github.tarball_from archive
 
 configure.cmd       ./configure.sh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append --shared
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append --shared --pkg-config
</span> 
 use_parallel_build  no
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,4 +31,4 @@ post-build {
</span> post-destroot {
     file rename ${destroot}${prefix}/bin/markdown \
                 ${destroot}${prefix}/bin/discount-markdown
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span>\ No newline at end of file
<span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>