<pre style='margin:0'>
NicosPavlov pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dabf0dea46a35ae959466175944ee7978b248bfb">https://github.com/macports/macports-ports/commit/dabf0dea46a35ae959466175944ee7978b248bfb</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 dabf0de kde4-kile: update path used in case of MacTeX to new one (closes https://trac.macports.org/ticket/53202)
</span>dabf0de is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dabf0dea46a35ae959466175944ee7978b248bfb
</span>Author: Nicolas Pavillon <nicos@macports.org>
AuthorDate: Tue Jan 24 00:30:30 2017 +0900
<span style='display:block; white-space:pre;color:#404040;'> kde4-kile: update path used in case of MacTeX to new one (closes https://trac.macports.org/ticket/53202)
</span>---
tex/kde4-kile/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tex/kde4-kile/Portfile b/tex/kde4-kile/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3cab7b1..97e5914 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tex/kde4-kile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tex/kde4-kile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup kde4 1.1
</span>
name kde4-kile
version 2.1.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 4
</span> categories tex kde kde4
platforms darwin
license GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ patchfiles-append patch-kilestdtools.cpp.diff \
</span>
post-patch {
if {[variant_isset mactex]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|@TEXPREFIX@|/bin/texbin|g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace "s|@TEXPREFIX@|/Library/TeX/texbin|g" \
</span> ${worksrcpath}/src/data/kilestdtools.rc ${worksrcpath}/src/test/runTests.sh
} else {
reinplace "s|@TEXPREFIX@|${prefix}/bin|g" \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +51,7 @@ post-patch {
</span> }
variant mactex description "change support of kile for MacTeX TeXLive" {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- notes-append "For the mactex variant to work, /usr/texbin must also be added to binpath in macports.conf"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ notes-append "For the mactex variant to work, /Library/TeX/texbin must also be added to binpath in macports.conf"
</span> }
build.asroot yes
</pre><pre style='margin:0'>
</pre>