<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/c82696955118176c7eb65dff9af70cd7c9ec9533">https://github.com/macports/macports-ports/commit/c82696955118176c7eb65dff9af70cd7c9ec9533</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 c826969  docbook-xsl: Fix sf backward-compatibility URLs
</span>c826969 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c82696955118176c7eb65dff9af70cd7c9ec9533
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 25 19:08:56 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    docbook-xsl: Fix sf backward-compatibility URLs
</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/55253
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/55255
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/56354
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/docbook/xslt10-stylesheets/issues/65#issuecomment-384467339
</span>---
 textproc/docbook-xsl/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/docbook-xsl/Portfile b/textproc/docbook-xsl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b997aee..e89e34f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/docbook-xsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/docbook-xsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup       xmlcatalog 1.0
</span> 
 github.setup    docbook xslt10-stylesheets 1.79.2 release/
 name            docbook-xsl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        3
</span> categories      textproc
 platforms       darwin
 license         MIT Permissive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,11 @@ destroot {
</span> 
     # Also register docbook.sourceforge.net URIs for backward compatibility
     copy ${destroot}${prefix}/${instxsldir}/catalog.xml ${destroot}${prefix}/${instxsldir}/catalog.sf.xml
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s/cdn\\.docbook\\.org/docbook.sourceforge.net/g" ${destroot}${prefix}/${instxsldir}/catalog.sf.xml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${subport} eq "docbook-xsl-ns"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|/cdn\.docbook\.org/release/xsl/|/docbook.sourceforge.net/release/xsl-ns/|g} ${destroot}${prefix}/${instxsldir}/catalog.sf.xml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|/cdn\.docbook\.org/release/xsl-nons/|/docbook.sourceforge.net/release/xsl/|g} ${destroot}${prefix}/${instxsldir}/catalog.sf.xml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 if {${registry.format} == "receipt_flat"} {
</pre><pre style='margin:0'>

</pre>