<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/663d6d9855c684b7790585ea180c15a57c0bbf39">https://github.com/macports/macports-ports/commit/663d6d9855c684b7790585ea180c15a57c0bbf39</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 663d6d9  git: credential helper must be installed in libexec/git-core
</span>663d6d9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 663d6d9855c684b7790585ea180c15a57c0bbf39
</span>Author: Barry Scott <barry@barrys-emacs.org>
AuthorDate: Fri Feb 3 12:45:10 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    git: credential helper must be installed in libexec/git-core
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    git expects to find credential helpers in libexec/git-core/ not bin.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The credential osxkeychain helper was being installed into bin/.
</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 55685b6..f723f4a 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;'>@@ -5,6 +5,7 @@ PortGroup           perl5 1.0
</span> 
 name                git
 version             2.11.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         A fast version control system
 long_description    Git is a fast, scalable, distributed open source version \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -209,7 +210,7 @@ variant credential_osxkeychain description {Install git credential-osxkeychain u
</span> 
     pre-destroot {
         xinstall -m 755 "${worksrcpath}/contrib/credential/osxkeychain/git-credential-osxkeychain" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            "${destroot}${prefix}/bin/"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            "${destroot}${prefix}/libexec/git-core/"
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>