<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8b2f1b5581bedbdf55fe8a13c2af03a9704ffc3e">https://github.com/macports/macports-ports/commit/8b2f1b5581bedbdf55fe8a13c2af03a9704ffc3e</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 8b2f1b5581b saml2aws: Fix build on case-sensitive filesystems
</span>8b2f1b5581b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8b2f1b5581bedbdf55fe8a13c2af03a9704ffc3e
</span>Author: James O'Gorman <james@netinertia.co.uk>
AuthorDate: Sat May 22 14:33:11 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> saml2aws: Fix build on case-sensitive filesystems
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The saml2aws project is under GitHub author Versent, but the program is
</span><span style='display:block; white-space:pre;color:#404040;'> using import paths of github.com/versent. This works on case-insensitive
</span><span style='display:block; white-space:pre;color:#404040;'> filesystems (the default for HFS+ and APFS) but fails on case-sensitive
</span><span style='display:block; white-space:pre;color:#404040;'> filesystems, such as the MacPorts Buildbots.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/62928
</span>---
security/saml2aws/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/saml2aws/Portfile b/security/saml2aws/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3811388e53..abf1a378ec1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/saml2aws/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/saml2aws/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup golang 1.0
go.setup github.com/Versent/saml2aws 2.30.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+go.package github.com/versent/saml2aws
</span> revision 0
categories security
platforms darwin
</pre><pre style='margin:0'>
</pre>