<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/d08617c395900282d3034185baf81987a9954e59">https://github.com/macports/macports-ports/commit/d08617c395900282d3034185baf81987a9954e59</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 d08617c3959 libunistring: remove texinfo and perl dependency
</span>d08617c3959 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d08617c395900282d3034185baf81987a9954e59
</span>Author: Lukas Oberhuber <lukaso@gmail.com>
AuthorDate: Thu Sep 29 12:25:48 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libunistring: remove texinfo and perl dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    `texinfo` and `perl` are only required for "Hacking" according to the docs.
</span><span style='display:block; white-space:pre;color:#404040;'>    They are used to generate the documentation, which is already included in
</span><span style='display:block; white-space:pre;color:#404040;'>    the release tarball.
</span>---
 textproc/libunistring/Portfile | 3 ---
 1 file changed, 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libunistring/Portfile b/textproc/libunistring/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a5aeb1db9f8..c51496dd58e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libunistring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libunistring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,9 +30,6 @@ long_description    Text files are nowadays usually encoded in Unicode, and may
</span> homepage            https://www.gnu.org/software/libunistring/
 master_sites        gnu
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build       bin:perl:perl5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:texinfo
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # use gmake on 10.4, see:
 # https://trac.macports.org/ticket/63790
 platform darwin 8 {
</pre><pre style='margin:0'>

</pre>