<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/c9a484b31919cf83bdf3dc859817a31cb6828423">https://github.com/macports/macports-ports/commit/c9a484b31919cf83bdf3dc859817a31cb6828423</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 c9a484b3191 thrift: migrate to boost PG
</span>c9a484b3191 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c9a484b31919cf83bdf3dc859817a31cb6828423
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Jun 5 12:30:04 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> thrift: migrate to boost PG
</span>---
devel/thrift/Portfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/thrift/Portfile b/devel/thrift/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ce776651c00..1891207742a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/thrift/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup conflicts_build 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup boost 1.0
</span>
name thrift
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +12,7 @@ version 0.13.0
</span> checksums rmd160 04cd735494a9d8558c2d22d1b99315ca859749c8 \
sha256 7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179 \
size 4154357
<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 devel
license Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +41,6 @@ patchfiles-append dynamic_lookup-11.patch
</span> depends_build port:autoconf \
port:automake \
port:bison \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:boost \
</span> port:libevent \
port:libtool \
port:pkgconfig
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,7 +78,8 @@ configure.args --with-c_glib=no \
</span> --with-python=no \
--with-ruby=no \
--with-rs=no \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-swift=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-swift=no \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-boost=[boost::install_area]
</span>
configure.cppflags-append -DBOOST_TEST_DYN_LINK
</pre><pre style='margin:0'>
</pre>