<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/cc33bcc3648c9a231e1d038963255e4a7d2178da">https://github.com/macports/macports-ports/commit/cc33bcc3648c9a231e1d038963255e4a7d2178da</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 cc33bcc3648 a2ps: Prevent the use of MacPorts makeinfo
</span>cc33bcc3648 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cc33bcc3648c9a231e1d038963255e4a7d2178da
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 1 01:01:22 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    a2ps: Prevent the use of MacPorts makeinfo
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/47881
</span>---
 print/a2ps/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/a2ps/Portfile b/print/a2ps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 42444e9fb0e..d254e17e9d4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/a2ps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/a2ps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,10 @@ configure.args \
</span>                           --mandir='\${prefix}/share/man' \
                                --infodir='\${prefix}/share/info'
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Not compatible with MacPorts texinfo.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                           MAKEINFO=/usr/bin/makeinfo
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {![variant_isset a4]} {
     default_variants +letter
 }
</pre><pre style='margin:0'>

</pre>