<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/793cbb87216fa422837025d0bdf24de2a2f405ea">https://github.com/macports/macports-ports/commit/793cbb87216fa422837025d0bdf24de2a2f405ea</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 793cbb8 calcurse: disable rpath
</span>793cbb8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 793cbb87216fa422837025d0bdf24de2a2f405ea
</span>Author: Michael Klein <michael.klein@puffin.lb.shuttle.de>
AuthorDate: Thu Nov 23 22:34:12 2017 +0100
<span style='display:block; white-space:pre;color:#404040;'> calcurse: disable rpath
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> fix build on 10.8 and 10.9
</span>---
sysutils/calcurse/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/calcurse/Portfile b/sysutils/calcurse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3231de7..a4e6c89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/calcurse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/calcurse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,8 @@ checksums rmd160 5f6f839e62e0ee7241d055f86a96eb8411a87d0c \
</span>
depends_lib port:gettext port:libiconv port:ncurses
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append --disable-rpath
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type regex
livecheck.url ${homepage}/downloads/
livecheck.regex "latest.*>(\\d+(?:\\.\\d+)*)</"
</pre><pre style='margin:0'>
</pre>