<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/94d29bc3994ae58eca440a847046c2ef5e23b18e">https://github.com/macports/macports-ports/commit/94d29bc3994ae58eca440a847046c2ef5e23b18e</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 94d29bc git: Fix build with +credential_osxkeychain
</span>94d29bc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 94d29bc3994ae58eca440a847046c2ef5e23b18e
</span>Author: Clemens Lang <neverpanic@gmail.com>
AuthorDate: Tue Feb 7 10:39:48 2017 +0100
<span style='display:block; white-space:pre;color:#404040;'> git: Fix build with +credential_osxkeychain
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Follow-up to 663d6d9, fixes build with the +credential_osxkeychain
</span><span style='display:block; white-space:pre;color:#404040;'> variant, which would previously have failed because
</span><span style='display:block; white-space:pre;color:#404040;'> $prefix/libexec/git-core did not exist.
</span>---
devel/git/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/Portfile b/devel/git/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f723f4a..918a614 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,6 +121,7 @@ post-destroot {
</span> xinstall -m 644 ${worksrcpath}/contrib/completion/git-prompt.sh \
${share_path}/git-prompt.sh
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/libexec/git-core
</span> xinstall -m 755 ${worksrcpath}/contrib/subtree/git-subtree.sh \
${destroot}${prefix}/libexec/git-core/git-subtree
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -208,7 +209,7 @@ variant credential_osxkeychain description {Install git credential-osxkeychain u
</span> system -W "${worksrcpath}/contrib/credential/osxkeychain" "make [join ${build.args}]"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- pre-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ post-destroot {
</span> xinstall -m 755 "${worksrcpath}/contrib/credential/osxkeychain/git-credential-osxkeychain" \
"${destroot}${prefix}/libexec/git-core/"
}
</pre><pre style='margin:0'>
</pre>