<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/f79b00ec032b29752b998f99790df8d9f1e8f950">https://github.com/macports/macports-guide/commit/f79b00ec032b29752b998f99790df8d9f1e8f950</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 f79b00e  Makefile: Switch to docbook-xsl-ns for DocBook 5.0
</span>f79b00e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f79b00ec032b29752b998f99790df8d9f1e8f950
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue May 1 17:01:03 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: Switch to docbook-xsl-ns for DocBook 5.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    With the switch to DocBook 5.0, the DocBook XSL stylesheets should have
</span><span style='display:block; white-space:pre;color:#404040;'>    been switched to the namespaced variant [1]. However, at that time, the
</span><span style='display:block; white-space:pre;color:#404040;'>    docbook-xsl port already provided the namespaced version due to
</span><span style='display:block; white-space:pre;color:#404040;'>    a mistake [2]. While namespace stripping seems to work, explicitly
</span><span style='display:block; white-space:pre;color:#404040;'>    switch to docbook-xsl-ns now.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [1] https://docbook.org/docs/howto/howto.html#processing
</span><span style='display:block; white-space:pre;color:#404040;'>    [2] https://trac.macports.org/ticket/55946
</span>---
 .travis.yml                     | 2 +-
 README.md                       | 2 +-
 guide/resources/chunk.xsl       | 2 +-
 guide/resources/single-page.xsl | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.travis.yml b/.travis.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 87e508e..5964be7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.travis.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.travis.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ addons:
</span>     packages:
     - libxml2-utils
     - xsltproc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    - docbook-xsl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    - docbook-xsl-ns
</span>     - docbook5-xml
 
 script: |
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/README.md b/README.md
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b1027e..c302217 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/README.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/README.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ DocBook XML sources to the desired output format. You can install them from
</span> MacPorts with this command:
 
 ```
<span style='display:block; white-space:pre;background:#ffe0e0;'>-$ sudo port install libxml2 libxslt docbook-xsl docbook-xml-5.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+$ sudo port install libxml2 libxslt docbook-xsl-ns docbook-xml-5.0
</span> ```
 
 ### HTML Output
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/resources/chunk.xsl b/guide/resources/chunk.xsl
</span><span style='display:block; white-space:pre;color:#808080;'>index c805214..5ccc76b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/resources/chunk.xsl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/resources/chunk.xsl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,5 @@
</span> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl"/>
</span>     <xsl:include href="base.xsl"/>
     <!-- Include tab switching for chunk and single-page -->
     <xsl:include href="tabs.xsl"/>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/resources/single-page.xsl b/guide/resources/single-page.xsl
</span><span style='display:block; white-space:pre;color:#808080;'>index d9401df..72f74fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/resources/single-page.xsl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/resources/single-page.xsl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,5 @@
</span> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/profile-docbook.xsl"/>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/profile-docbook.xsl"/>
</span>     <xsl:include href="base.xsl"/>
     <!-- Include tab switching for chunk and single-page -->
     <xsl:include href="tabs.xsl"/>
</pre><pre style='margin:0'>

</pre>