<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/6324db6475d306c431355151d898605958dc06f7">https://github.com/macports/macports-ports/commit/6324db6475d306c431355151d898605958dc06f7</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 6324db6475d manif: add build dep on gtest, blacklist clang < 800
</span>6324db6475d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6324db6475d306c431355151d898605958dc06f7
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Jul 25 06:24:46 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    manif: add build dep on gtest, blacklist clang < 800
</span>---
 devel/manif/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/manif/Portfile b/devel/manif/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 71d94a8375f..6c0eba37f51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/manif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/manif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        artivis manif bb3f6758ae467b7f24def71861798d131f157032
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +22,8 @@ installs_libs       no
</span> supported_archs     noarch
 
 depends_lib-append  path:share/pkgconfig/eigen3.pc:eigen3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:gtest
</span> 
 # https://github.com/artivis/manif/pull/277
 patchfiles-append   0001-Add-missing-cassert-in-eigen.h.patch \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +32,7 @@ patchfiles-append   0001-Add-missing-cassert-in-eigen.h.patch \
</span> 
 # Required for tests, see: https://github.com/artivis/manif/issues/269
 compiler.cxx_standard 2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span> cmake.set_cxx_standard yes
 
 configure.args-append \
</pre><pre style='margin:0'>

</pre>