<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/000d9ce147e91531e3347a028627001cb1f01bc9">https://github.com/macports/macports-ports/commit/000d9ce147e91531e3347a028627001cb1f01bc9</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 000d9ce  ghostscript: Remove incorrect doc symlink
</span>000d9ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 000d9ce147e91531e3347a028627001cb1f01bc9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 27 11:21:33 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ghostscript: Remove incorrect doc symlink
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also ensure ghostscript is not active when building ghostscript, to
</span><span style='display:block; white-space:pre;color:#404040;'>    ensure that the new programs don't get linked to old libraries.
</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/56137
</span>---
 print/ghostscript/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/ghostscript/Portfile b/print/ghostscript/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 318a1a9..dc3c6085 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/ghostscript/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/ghostscript/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,12 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           conflicts_build 1.0
</span> PortGroup           muniversal 1.0
 
 name                ghostscript
 version             9.23
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          print
 license             AGPL-3 BSD
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,6 +90,9 @@ post-patch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/56137
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build     ${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_autoreconf      yes
 autoreconf.args     -fv
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,9 +130,6 @@ post-destroot {
</span>     xinstall -m 644 {*}[glob -directory ${workpath}/fonts *.afm *.gsf *.pfa *.pfm] \
             ${destroot}${prefix}/share/${name}/fonts
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -d ${destroot}${prefix}/share/doc
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ln -s ../${name}/${version}/doc ${destroot}${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     # std fonts - "documentation"
     xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}/fonts
     xinstall -m 0644 -W ${workpath}/fonts \
</pre><pre style='margin:0'>

</pre>