<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/69fc764f06e3fc14f81d5530f43250a4e7955fd4">https://github.com/macports/macports-ports/commit/69fc764f06e3fc14f81d5530f43250a4e7955fd4</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 69fc764  tkirc: Fix broken tkirc symlink
</span>69fc764 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 69fc764f06e3fc14f81d5530f43250a4e7955fd4
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Oct 7 20:02:52 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tkirc: Fix broken tkirc symlink
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also ensure we use MacPorts tk and ircii, not some other version.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Clean up destroot phase.
</span>---
 irc/tkirc/Portfile | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/tkirc/Portfile b/irc/tkirc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b0c8a3..f42f3b1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/tkirc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/tkirc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@ PortSystem 1.0
</span> 
 name           tkirc
 version                2.46
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories        irc
 license                GPL-2+
 maintainers    nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,23 +14,26 @@ platforms    darwin
</span> supported_archs   noarch
 master_sites   ftp://ftp.netsplit.de/pub/tcltk/ netbsd:packages/distfiles
 checksums      md5 b6b16369e2d1cd6a0941d93577d6831e
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_run     bin:ircII:ircii bin:wish8.4:tk
</span> distname  ${name}${version}
 worksrcdir     tkirc2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run         port:ircii \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:tk
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_configure     no
 
 build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace -locale C "s;wish8.3;wish8.4;" ${worksrcpath}/tkirc2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -locale C "s;wish8.3;${prefix}/bin/wish;" ${worksrcpath}/tkirc2
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "install -d ${destroot}${prefix}/bin"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "install -d ${destroot}${prefix}/share/doc/tkirc/examples"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "install -c ${worksrcpath}/tkirc2 ${destroot}${prefix}/bin"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "ln -fs ${destroot}${prefix}/bin/tkirc2 ${destroot}${prefix}/bin/tkirc"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "install -c ${worksrcpath}/CHANGES ${destroot}${prefix}/share/doc/tkirc"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "install -c ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/tkirc"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "install -c ${worksrcpath}/README ${destroot}${prefix}/share/doc/tkirc"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "tar -cf - -C ${worksrcpath} .tkirc2 | tar -xf - -C ${destroot}${prefix}/share/doc/tkirc/examples"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall ${worksrcpath}/tkirc2 ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s tkirc2 ${destroot}${prefix}/bin/tkirc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set docdir ${prefix}/share/doc/${subport}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -W ${worksrcpath} CHANGES COPYING README ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/doc/tkirc/examples
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/.tkirc2 ${destroot}${prefix}/share/doc/tkirc/examples
</span> }
</pre><pre style='margin:0'>

</pre>