<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c7c3bb6a9e904633b93c8033f32706abb0fbedeb">https://github.com/macports/macports-ports/commit/c7c3bb6a9e904633b93c8033f32706abb0fbedeb</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 c7c3bb6a9e9 cadabra2: Use boost PG
</span>c7c3bb6a9e9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c7c3bb6a9e904633b93c8033f32706abb0fbedeb
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Jun 4 18:18:27 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    cadabra2: Use boost PG
</span>---
 math/cadabra2/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/cadabra2/Portfile b/math/cadabra2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c3750e614dc..40272275139 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/cadabra2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/cadabra2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,9 +3,10 @@
</span> PortSystem          1.0
 PortGroup           cmake 1.1
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 github.setup        kpeeters cadabra2 2.3.6.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          math
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +36,6 @@ depends_build-append \
</span>                     port:pcrexx
 
 depends_lib-append  port:adwaita-icon-theme \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:boost \
</span>                     port:dvipng \
                     port:gmp \
                     port:gtkmm3 \
</pre><pre style='margin:0'>

</pre>