<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0b40780476eae034ecb035d212d537d43573cf8d">https://github.com/macports/macports-ports/commit/0b40780476eae034ecb035d212d537d43573cf8d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0b40780476eae034ecb035d212d537d43573cf8d
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun May 24 11:29:07 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    catch2: use cmake 1.1 PG, use default homepage
</span>---
 devel/catch2/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/catch2/Portfile b/devel/catch2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a88ae10..e11d636 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/catch2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/catch2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cmake 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        catchorg catch2 2.12.1 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,12 +12,9 @@ platforms           darwin
</span> maintainers         {gmail.com:howarth.at.macports @jwhowarth} openmaintainer
 license             Boost-1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-cmake.out_of_source yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> description         Catch2
 long_description    A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD \
                     - using C++11, C++14, C++17 and later.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://github.com/catchorg/catch2
</span> 
 checksums           rmd160  6c13b0a604105d78c8d2a9700df36474c4e5c327 \
                     sha256  d801f42072131e95486f464ddd107fc34838bd18c1754fc51d7be7846d71a6a6 \
</pre><pre style='margin:0'>

</pre>