<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/e7caa785d2c3c25b994c152f6a0a505e7834bdbb">https://github.com/macports/macports-ports/commit/e7caa785d2c3c25b994c152f6a0a505e7834bdbb</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 e7caa78  vcdimager: Remove unrecognized --with-xml-prefix
</span>e7caa78 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e7caa785d2c3c25b994c152f6a0a505e7834bdbb
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Apr 27 00:07:37 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    vcdimager: Remove unrecognized --with-xml-prefix
</span>---
 multimedia/vcdimager/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/vcdimager/Portfile b/multimedia/vcdimager/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 10328dd..275230b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/vcdimager/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/vcdimager/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +31,7 @@ depends_lib         port:libcdio \
</span> 
 configure.args      --disable-silent-rules \
                     --with-cli-frontend \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-xml-frontend \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-xml-prefix=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-xml-frontend
</span> 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>