<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/3c9cb53c66156f8ba281b93b6252db9374865ad2">https://github.com/macports/macports-ports/commit/3c9cb53c66156f8ba281b93b6252db9374865ad2</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 3c9cb53c661 parallel-hashmap: depend on git on <= 10.9
</span>3c9cb53c661 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3c9cb53c66156f8ba281b93b6252db9374865ad2
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu May 18 09:29:40 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> parallel-hashmap: depend on git on <= 10.9
</span>---
devel/parallel-hashmap/Portfile | 9 +++++++++
1 file changed, 9 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/parallel-hashmap/Portfile b/devel/parallel-hashmap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 01e6f0af168..6544caf26b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/parallel-hashmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/parallel-hashmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,6 +17,15 @@ checksums rmd160 1efbfaa5fb4c65c146de0c895b68c2bb0afc6967 \
</span> size 2048486
installs_libs no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} < 14} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Lion+ (with Xcode 4.1+) have git; earlier need to bring their own.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # On 10.9 git fetch fails with ssl error.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append port:git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ git.cmd ${prefix}/bin/git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # https://github.com/greg7mdp/parallel-hashmap/issues/192
# https://github.com/greg7mdp/parallel-hashmap/pull/193
patchfiles-append 0001-Warn-on-4-byte-char-not-err-out.patch \
</pre><pre style='margin:0'>
</pre>